Home
last modified time | relevance | path

Searched full:test_script (Results 1 – 25 of 70) sorted by relevance

123

/external/e2fsprogs/tests/
DMakefile.in15 all:: @DO_TEST_SUITE@ test_one test_script
30 test_script: test_one test_script.in Makefile mke2fs.conf test_data.tmp
31 @echo "Creating test_script..."
32 @[ -f test_script ] && chmod u+w test_script || true
33 @echo "#!/bin/sh" > test_script
34 @echo "SRCDIR=@srcdir@" >> test_script
35 @cat $(srcdir)/test_script.in >> test_script
36 @chmod +x-w test_script
67 check:: test_pre test_post test_script
103 $(RM) -f test_one test_script mke2fs.conf test_data.tmp
DREADME4 The test_script program will automatically run e2fsck against the
29 errors. So if you modify the test_script to try running these
31 test_script.log file manually.
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_tcpnotify_user.c81 char test_script[80]; in main() local
125 sprintf(test_script, in main()
128 if (system(test_script)) { in main()
129 printf("FAILED: execute command: %s, err %d\n", test_script, -errno); in main()
133 sprintf(test_script, in main()
136 if (system(test_script)) in main()
137 printf("execute command: %s, err %d\n", test_script, -errno); in main()
139 sprintf(test_script, in main()
142 if (system(test_script)) { in main()
143 printf("FAILED: execute command: %s, err %d\n", test_script, -errno); in main()
/external/toolchain-utils/binary_search_tool/test/
Dbinary_search_tool_test.py78 test_script="./is_good.py",
156 test_script="./is_good.py",
171 "--test_script",
187 test_script="./is_good.py",
196 test_script="./is_good.py",
210 test_script="./is_good.py",
296 test_script="./is_good.py",
309 test_script="./is_good.py",
322 test_script="./is_good.py",
339 test_script="./is_good.py",
[all …]
/external/cronet/testing/merge_scripts/code_coverage/
Dmerge_js_lib_test.py50 for i, test_script in enumerate(test_files):
54 if test_script['exists']:
59 [os.path.join(*test_script['location'])],
69 (i, test_script['url'], source_map))
72 if test_script['exists']:
75 *test_script['location']))
110 for i, test_script in enumerate(test_files):
114 f.write(test_script['contents'] % test_script['url'])
/external/toolchain-utils/binary_search_tool/
DREADME.bisect.md47 --test_script='cros_pkg/interactive_test.sh'
118 --test_script='sysroot_wrapper/interactive_test.sh'
134 --test_script=sysroot_wrapper/boot_test.sh`
195 --test_script='android/interactive_test.sh'
213 --test_script=sysroot_wrapper/boot_test.sh`
234 ./run_bisect.py package daisy 172.17.211.182 --test_script=cros_pkg/boot_test.sh
243 --test_script=common/hash_test.sh --test_setup_script=""
Dbinary_search_state.py74 test_script, argument
90 self.test_script = test_script
214 command = self.test_script
841 "test_script": None,
874 test_script, argument
897 test_script: Script that will determine if the current combination of good
900 etc.) for test_script.
947 and test_script
970 test_script = _CanonicalizeScript(test_script)
981 test_script,
Drun_bisect.py58 * test_script : cros_pkg/my_test.sh
138 "test_script": "cros_pkg/interactive_test.sh",
198 "test_script": "sysroot_wrapper/interactive_test.sh",
272 "test_script": "android/interactive_test.sh",
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/
DREADME.md6 `test_script.sh` (The ones in this directory are here only as an example).
25 --test_script=./sysroot_wrapper/test_script.sh \
/external/toolchain-utils/binary_search_tool/android/
DREADME.android.md43 TEST_SCRIPT=android/boot_test.sh
49 TEST_SCRIPT=android/interactive_test.sh
60 --test_script=$TEST_SCRIPT \
204 --test_script=android/boot_test.sh \ # could use interactive_test.sh instead
/external/ltp/testcases/open_posix_testsuite/bin/
Drun-posix-option-group-test.sh37 for test_script in $list_of_tests; do
38 (cd "$(dirname "$test_script")" && ./$(basename "$test_script"))
/external/tensorflow/tensorflow/tools/ci_build/builds/
Dbuilds_common.sh82 # Usage: run_in_directory <DEST_DIR> <LOG_FILE> <TEST_SCRIPT>
91 TEST_SCRIPT="$3"
98 cp "${TEST_SCRIPT}" "${DEST_DIR}"/
99 SCRIPT_BASENAME=$(basename "${TEST_SCRIPT}")
102 echo "FAILED to copy script ${TEST_SCRIPT} to temporary directory "\
/external/bazelbuild-kotlin-rules/tests/analysis/internal_do_not_use/util/file_factory/
Dhappy_test.bzl69 test_script = ctx.actions.declare_file(ctx.label.name + "_test.sh")
70 ctx.actions.write(test_script, "#!/bin/bash", True)
72 DefaultInfo(executable = test_script),
/external/cronet/testing/
Dtest_env_unittest.py21 TEST_SCRIPT = os.path.join(HERE, 'test_env_user_script.py') variable
27 [sys.executable, TEST_SCRIPT] + args,
38 [sys.executable, TEST_SCRIPT] + args,
Dtest_env_user_script.py14 TEST_SCRIPT = os.path.join(HERE, 'test_env_test_script.py') variable
17 test_env.run_command([sys.executable, TEST_SCRIPT])
/external/dtc/
D.cirrus.yml11 test_script:
22 test_script:
/external/toolchain-utils/binary_search_tool/full_bisect_test/
Dmain-bisect-test.sh33 --test_script="${DIR}/interactive_test.sh" \
57 --test_script="${DIR}/interactive_test.sh" \
81 --test_script="${DIR}/interactive_test.sh" \
/external/cronet/third_party/protobuf/kokoro/linux/
Dpull_request_in_docker.sh8 TEST_SCRIPT=./tests.sh
25 $TEST_SCRIPT $TEST_SET
/external/protobuf/kokoro/linux/
Dpull_request_in_docker.sh8 TEST_SCRIPT=./tests.sh
25 $TEST_SCRIPT $TEST_SET
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/store_buffering/
DMakefile7 CBMC_FLAGS="$(CBMC_FLAGS)" sh ../test_script.sh --should-pass $$i > $$i.out 2>&1 ; \
11 CBMC_FLAGS="$(CBMC_FLAGS)" sh ../test_script.sh --should-fail $$i > $$i.out 2>&1 ; \
/external/autotest/site_utils/lxc/
Dlxc_functional_test.py50 TEST_SCRIPT = 'test.py' variable
237 host_test_script = os.path.join(RESULT_PATH, TEST_SCRIPT)
246 container_test_script = os.path.join(container_result_path, TEST_SCRIPT)
248 TEST_SCRIPT)
355 # Packages are installed in TEST_SCRIPT, verify the packages are installed.
/external/autotest/client/site_tests/hardware_DiskFirmwareUpgrade/
Dhardware_DiskFirmwareUpgrade.py15 TEST_SCRIPT = '/usr/sbin/chromeos-disk-firmware-update.sh' variable in hardware_DiskFirmwareUpgrade
32 cmd = [self.TEST_SCRIPT,
/external/rust/crates/weak-table/tests/
Dweak_key_hash_map.rs12 fn test_script<K, V>(script: &Script<K, V>) -> bool in test_script() function
23 test_script(&script)
27 test_script(&script)
/external/toolchain-utils/binary_search_tool/cros_pkg/
DREADME.cros_pkg_triage.md43 --test_script=cros_pkg/boot_test.sh \
56 --test_script=cros_pkg/interactive_test.sh \
187 --test_script=cros_pkg/boots_test.sh \ # could use interactive_test.sh instead
/external/autotest/server/site_tests/hardware_DiskFirmwareUpgrade/
Dhardware_DiskFirmwareUpgrade.py17 TEST_SCRIPT='/usr/sbin/chromeos-disk-firmware-update.sh' variable in hardware_DiskFirmwareUpgrade
55 if not self._exists_on_client(self.TEST_SCRIPT):

123