/external/e2fsprogs/tests/ |
D | Makefile.in | 14 all:: @DO_TEST_SUITE@ test_one test_script 27 test_script: test_one test_script.in Makefile mke2fs.conf 28 @echo "Creating test_script..." 29 @echo "#!/bin/sh" > test_script 30 @echo "SRCDIR=@srcdir@" >> test_script 31 @cat $(srcdir)/test_script.in >> test_script 32 @chmod +x test_script 58 check:: test_pre test_post test_script 90 $(RM) -f *~ *.log *.new *.failed *.ok *.tmp test_one test_script mke2fs.conf
|
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/toolchain-utils/binary_search_tool/test/ |
D | binary_search_tool_tester.py | 72 test_script='./is_good.py', 140 test_script='./is_good.py', 149 '--test_script', './is_good.py', '--prune', '--file_args'] 160 test_script='./is_good.py', 167 test_script='./is_good.py', 179 test_script='./is_good.py', 261 test_script='./is_good.py', 273 test_script='./is_good.py', 285 test_script='./is_good.py', 300 test_script='./is_good.py', [all …]
|
/external/toolchain-utils/binary_search_tool/ |
D | README.bisect | 42 --test_script='cros_pkg/interactive_test.sh' 99 --test_script='sysroot_wrapper/interactive_test.sh' 116 --test_script=sysroot_wrapper/boot_test.sh 170 --test_script='android/interactive_test.sh' 187 --test_script=sysroot_wrapper/boot_test.sh 202 ./bisect.py package daisy 172.17.211.182 --test_script=cros_pkg/boot_test.sh 208 --test_script=common/hash_test.sh --test_setup_script=""
|
D | binary_search_state.py | 66 test_setup_script, test_script, incremental, prune, iterations, argument 73 self.test_script = test_script 172 command = self.test_script 467 'test_script': None, 497 test_script, argument 515 test_script: Script that will determine if the current combination of good 518 etc.) for test_script. 547 test_script = _CanonicalizeScript(test_script) 554 test_setup_script, test_script, incremental, prune, 581 options.switch_to_bad and options.test_script) and not options.resume:
|
D | bisect.py | 58 * test_script : cros_pkg/my_test.sh 140 'test_script': 'cros_pkg/interactive_test.sh', 187 'test_script': 'sysroot_wrapper/interactive_test.sh', 242 'test_script': 'android/interactive_test.sh',
|
D | common.py | 170 '--test_script', 171 dest='test_script',
|
/external/toolchain-utils/binary_search_tool/sysroot_wrapper/ |
D | README | 4 test_script.sh (The ones in this directory are here only as an example). 16 …sh --switch_to_bad=./sysroot_wrapper/switch_to_bad.sh --test_script=./sysroot_wrapper/test_script.…
|
/external/toolchain-utils/binary_search_tool/android/ |
D | README.android | 37 TEST_SCRIPT=android/boot_test.sh 40 TEST_SCRIPT=android/interactive_test.sh 49 --test_script=$TEST_SCRIPT \ 180 --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 | 25 for test_script in $(find $1 -name run.sh | sort); do 26 (cd "$(dirname "$test_script")" && ./$(basename "$test_script"))
|
/external/protobuf/jenkins/ |
D | pull_request_in_docker.sh | 8 TEST_SCRIPT=$MY_DIR/../tests.sh 46 $TIME_CMD $TEST_SCRIPT cpp > >(tee $CPP_STDOUT) 2> >(tee $CPP_STDERR >&2) 50 parallel --results $LOG_OUTPUT_DIR --joblog $OUTPUT_DIR/joblog $TEST_SCRIPT ::: \
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/store_buffering/ |
D | Makefile | 6 CBMC_FLAGS="$(CBMC_FLAGS)" sh ../test_script.sh --should-pass $$i > $$i.out 2>&1 ; \ 10 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 | 44 TEST_SCRIPT = 'test.py' variable 231 host_test_script = os.path.join(RESULT_PATH, TEST_SCRIPT) 240 container_test_script = os.path.join(container_result_path, TEST_SCRIPT) 242 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 | 14 TEST_SCRIPT = '/usr/sbin/chromeos-disk-firmware-update.sh' variable in hardware_DiskFirmwareUpgrade 31 cmd = [self.TEST_SCRIPT,
|
/external/toolchain-utils/binary_search_tool/cros_pkg/ |
D | README.cros_pkg_triage | 39 --test_script=cros_pkg/boot_test.sh \ 50 --test_script=cros_pkg/interactive_test.sh \ 179 --test_script=cros_pkg/boots_test.sh \ # could use interactive_test.sh instead
|
/external/autotest/server/site_tests/hardware_DiskFirmwareUpgrade/ |
D | hardware_DiskFirmwareUpgrade.py | 16 TEST_SCRIPT='/usr/sbin/chromeos-disk-firmware-update.sh' variable in hardware_DiskFirmwareUpgrade 54 if not self._exists_on_client(self.TEST_SCRIPT):
|
/external/testng/ |
D | appveyor.yml | 11 test_script:
|
/external/fio/ |
D | appveyor.yml | 21 test_script:
|
/external/ImageMagick/MagickWand/tests/ |
D | Makefile | 22 test_script: target
|
/external/google-benchmark/ |
D | appveyor.yml | 49 test_script:
|
/external/googletest/ |
D | appveyor.yml | 61 test_script:
|
/external/flatbuffers/ |
D | appveyor.yml | 24 test_script:
|
/external/brotli/ |
D | appveyor.yml | 86 test_script:
|
/external/toolchain-utils/binary_search_tool/ndk/ |
D | DO_BISECTION.sh | 89 --test_script=ndk/boot_test.sh \
|
/external/conscrypt/ |
D | appveyor.yml | 97 test_script:
|