/external/e2fsprogs/tests/ |
D | Makefile.in | 15 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
|
D | README | 4 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/ |
D | test_tcpnotify_user.c | 81 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/ |
D | binary_search_tool_test.py | 78 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/ |
D | merge_js_lib_test.py | 50 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/ |
D | README.bisect.md | 47 --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=""
|
D | binary_search_state.py | 74 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,
|
D | run_bisect.py | 58 * 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/ |
D | README.md | 6 `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/ |
D | README.android.md | 43 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/ |
D | run-posix-option-group-test.sh | 37 for test_script in $list_of_tests; do 38 (cd "$(dirname "$test_script")" && ./$(basename "$test_script"))
|
/external/tensorflow/tensorflow/tools/ci_build/builds/ |
D | builds_common.sh | 82 # 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/ |
D | happy_test.bzl | 69 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/ |
D | test_env_unittest.py | 21 TEST_SCRIPT = os.path.join(HERE, 'test_env_user_script.py') variable 27 [sys.executable, TEST_SCRIPT] + args, 38 [sys.executable, TEST_SCRIPT] + args,
|
D | test_env_user_script.py | 14 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.yml | 11 test_script: 22 test_script:
|
/external/toolchain-utils/binary_search_tool/full_bisect_test/ |
D | main-bisect-test.sh | 33 --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/ |
D | pull_request_in_docker.sh | 8 TEST_SCRIPT=./tests.sh 25 $TEST_SCRIPT $TEST_SET
|
/external/protobuf/kokoro/linux/ |
D | pull_request_in_docker.sh | 8 TEST_SCRIPT=./tests.sh 25 $TEST_SCRIPT $TEST_SET
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/store_buffering/ |
D | Makefile | 7 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/ |
D | lxc_functional_test.py | 50 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/ |
D | hardware_DiskFirmwareUpgrade.py | 15 TEST_SCRIPT = '/usr/sbin/chromeos-disk-firmware-update.sh' variable in hardware_DiskFirmwareUpgrade 32 cmd = [self.TEST_SCRIPT,
|
/external/rust/crates/weak-table/tests/ |
D | weak_key_hash_map.rs | 12 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/ |
D | README.cros_pkg_triage.md | 43 --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/ |
D | hardware_DiskFirmwareUpgrade.py | 17 TEST_SCRIPT='/usr/sbin/chromeos-disk-firmware-update.sh' variable in hardware_DiskFirmwareUpgrade 55 if not self._exists_on_client(self.TEST_SCRIPT):
|