Home
last modified time | relevance | path

Searched refs:test_script (Results 1 – 25 of 30) sorted by relevance

12

/external/e2fsprogs/tests/
DMakefile.in14 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
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
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/
Dbinary_search_tool_test.py77 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/
Drun-posix-option-group-test.sh25 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/
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/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/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/
DREADME.bisect.md47 --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=""
Dbinary_search_state.py69 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,
Drun_bisect_tests.py80 test_script = os.path.join(top_dir, TEST_DIR, 'main-bisect-test.sh')
81 status = ce.RunCommand(test_script)
DREADME.pass_bisect.md73 --test_script='android/interactive_test.sh'
/external/rust/crates/weak-table/tests/
Dweak_key_hash_map.rs13 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/
DMakefile22 test_script: target
/external/toolchain-utils/binary_search_tool/ndk/
DDO_BISECTION.sh89 --test_script=ndk/boot_test.sh \
/external/igt-gpu-tools/tests/
Dmeson.build349 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/
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/python/cpython3/Lib/test/
Dtest_venv.py386 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/
Dappveyor_msvc.bat60 :test_script label
/external/llvm-project/lldb/test/API/
DCMakeLists.txt1 function(add_python_test_target name test_script args comment)
4 ${test_script}
/external/toolchain-utils/binary_search_tool/android/
DREADME.android.md60 --test_script=$TEST_SCRIPT \
204 --test_script=android/boot_test.sh \ # could use interactive_test.sh instead
/external/e2fsprogs/doc/RelNotes/
Dv1.43.1.txt72 The tests/test_script program now accepts the --failed option, which
/external/fonttools/Tests/
Dunicodedata_test.py6 def test_script(): function
/external/e2fsprogs/
D.gitignore230 tests/test_script
/external/e2fsprogs/lib/ss/
DMakefile.in168 -@($(TESTENV) ./test_ss -f $(srcdir)/test_script > test_out 2>&1; exit 0)

12