/external/e2fsprogs/tests/ |
D | Makefile.in | 14 all:: @DO_TEST_SUITE@ test_one test_script 29 test_script: test_one test_script.in Makefile mke2fs.conf test_data.tmp 31 @[ -f test_script ] && chmod u+w test_script || true 32 @echo "#!/bin/sh" > test_script 33 @echo "SRCDIR=@srcdir@" >> test_script 34 @cat $(srcdir)/test_script.in >> test_script 35 @chmod +x-w test_script 66 check:: test_pre test_post test_script 102 $(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 130 sprintf(test_script, in main() 133 system(test_script); in main() 135 sprintf(test_script, in main() 138 system(test_script); in main() 140 sprintf(test_script, in main() 143 system(test_script); in main()
|
/external/toolchain-utils/binary_search_tool/test/ |
D | binary_search_tool_test.py | 77 test_script='./is_good.py', 148 test_script='./is_good.py', 171 test_script='./is_good.py', 179 test_script='./is_good.py', 192 test_script='./is_good.py', 274 test_script='./is_good.py', 286 test_script='./is_good.py', 298 test_script='./is_good.py', 314 test_script='./is_good.py', 325 test_script='./is_good_noinc_prune.py', [all …]
|
/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/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/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/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/ |
D | README.bisect.md | 47 --test_script='cros_pkg/interactive_test.sh' 116 --test_script='sysroot_wrapper/interactive_test.sh' 132 --test_script=sysroot_wrapper/boot_test.sh` 193 --test_script='android/interactive_test.sh' 211 --test_script=sysroot_wrapper/boot_test.sh` 232 ./run_bisect.py package daisy 172.17.211.182 --test_script=cros_pkg/boot_test.sh 241 --test_script=common/hash_test.sh --test_setup_script=""
|
D | binary_search_state.py | 69 test_setup_script, test_script, incremental, prune, pass_bisect, argument 77 self.test_script = test_script 179 command = self.test_script 779 test_script, argument 845 test_script): 863 test_script = _CanonicalizeScript(test_script) 870 test_setup_script, test_script, incremental, prune,
|
D | run_bisect_tests.py | 80 test_script = os.path.join(top_dir, TEST_DIR, 'main-bisect-test.sh') 81 status = ce.RunCommand(test_script)
|
D | README.pass_bisect.md | 73 --test_script='android/interactive_test.sh'
|
/external/rust/crates/weak-table/tests/ |
D | weak_key_hash_map.rs | 13 fn test_script<K, V>(script: &Script<K, V>) -> bool in test_script() function 24 test_script(&script) 28 test_script(&script)
|
/external/ImageMagick/MagickWand/tests/ |
D | Makefile | 22 test_script: target
|
/external/toolchain-utils/binary_search_tool/ndk/ |
D | DO_BISECTION.sh | 89 --test_script=ndk/boot_test.sh \
|
/external/igt-gpu-tools/tests/ |
D | meson.build | 349 test_script = find_program('igt_command_line.sh') variable 351 test('testcase check: ' + prog, test_script, args : prog)
|
/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/python/cpython3/Lib/test/ |
D | test_venv.py | 386 test_script = os.path.join(self.env_dir, "test_strict.sh") 387 with open(test_script, "w") as f: 391 out, err = check_output([bash, test_script])
|
/external/mesa3d/.appveyor/ |
D | appveyor_msvc.bat | 60 :test_script label
|
/external/llvm-project/lldb/test/API/ |
D | CMakeLists.txt | 1 function(add_python_test_target name test_script args comment) 4 ${test_script}
|
/external/toolchain-utils/binary_search_tool/android/ |
D | README.android.md | 60 --test_script=$TEST_SCRIPT \ 204 --test_script=android/boot_test.sh \ # could use interactive_test.sh instead
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.43.1.txt | 72 The tests/test_script program now accepts the --failed option, which
|
/external/fonttools/Tests/ |
D | unicodedata_test.py | 6 def test_script(): function
|
/external/e2fsprogs/ |
D | .gitignore | 230 tests/test_script
|
/external/e2fsprogs/lib/ss/ |
D | Makefile.in | 168 -@($(TESTENV) ./test_ss -f $(srcdir)/test_script > test_out 2>&1; exit 0)
|