Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/e2fsprogs/tests/
H A DMakefile.in15 all:: @DO_TEST_SUITE@ test_one test_script
30 test_script: test_one test_script.in Makefile mke2fs.conf test_data.tmp
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
H A 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.
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_tcpnotify_user.c80 char test_script[80]; in main() local
124 sprintf(test_script, in main()
127 if (system(test_script)) { in main()
128 printf("FAILED: execute command: %s, err %d\n", test_script, -errno); in main()
132 sprintf(test_script, in main()
135 if (system(test_script)) in main()
136 printf("execute command: %s, err %d\n", test_script, -errno); in main()
138 sprintf(test_script, in main()
141 if (system(test_script)) { in main()
142 printf("FAILED: execute command: %s, err %d\n", test_script, -errno); in main()
/aosp_15_r20/external/toolchain-utils/binary_search_tool/test/
H A Dbinary_search_tool_test.py78 test_script="./is_good.py",
156 test_script="./is_good.py",
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",
351 test_script="./is_good_noinc_prune.py",
[all …]
/aosp_15_r20/external/cronet/testing/merge_scripts/code_coverage/
H A 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'])
/aosp_15_r20/external/toolchain-utils/binary_search_tool/
H A Dbinary_search_state.py74 test_script, argument
90 self.test_script = test_script
214 command = self.test_script
874 test_script, argument
947 and test_script
970 test_script = _CanonicalizeScript(test_script)
981 test_script,
H A 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=""
H A Drun_bisect_tests.py86 test_script = os.path.join(top_dir, TEST_DIR, "main-bisect-test.sh")
87 status = ce.RunCommand(test_script)
H A DREADME.pass_bisect.md73 --test_script='android/interactive_test.sh'
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/bin/
H A Drun-posix-option-group-test.sh37 for test_script in $list_of_tests; do
38 (cd "$(dirname "$test_script")" && ./$(basename "$test_script"))
/aosp_15_r20/external/toolchain-utils/binary_search_tool/full_bisect_test/
H A Dmain-bisect-test.sh33 --test_script="${DIR}/interactive_test.sh" \
57 --test_script="${DIR}/interactive_test.sh" \
81 --test_script="${DIR}/interactive_test.sh" \
/aosp_15_r20/external/bazelbuild-rules_android/test/rules/android_local_test/
H A Dtest.bzl57 test_script = ctx.actions.declare_file("%s_script.sh" % ctx.label.name)
59 test_script,
93 test_script,
99 executable = test_script,
/aosp_15_r20/external/toolchain-utils/binary_search_tool/sysroot_wrapper/
H A DREADME.md6 `test_script.sh` (The ones in this directory are here only as an example).
25 --test_script=./sysroot_wrapper/test_script.sh \
/aosp_15_r20/build/soong/tests/
H A Drun_tool_with_logging_test.py236 def _run_script_and_wait(self, test_script: str) -> tuple[str, str]:
237 process = self._run_script(test_script)
244 def _run_script(self, test_script: str) -> subprocess.Popen:
246 test_script,
/aosp_15_r20/tools/asuite/atest/bazel/resources/rules/
H A Ddevice_test.bzl34 test_script = _BAZEL_WORK_DIR + ctx.file.test.short_path
44 "{test_script}": test_script,
/aosp_15_r20/external/rust/android-crates-io/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)
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/store_buffering/
H A 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 ; \
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/meta/
DActsUnitTest.py42 test_script = os.path.join(unittest_dir, 'test_suite.py')
43 test_process = subprocess.Popen([sys.executable, test_script],
/aosp_15_r20/external/toolchain-utils/binary_search_tool/cros_pkg/
H A 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
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dmeson.build349 test_script = find_program('igt_command_line.sh') variable
351 test('testcase check: ' + prog, test_script, args : prog)
/aosp_15_r20/external/toolchain-utils/binary_search_tool/ndk/
H A DDO_BISECTION.sh89 --test_script=ndk/boot_test.sh \
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_venv.py508 test_script = os.path.join(self.env_dir, "test_strict.sh")
509 with open(test_script, "w") as f:
513 out, err = check_output([bash, test_script])
/aosp_15_r20/external/toolchain-utils/binary_search_tool/android/
H A DREADME.android.md60 --test_script=$TEST_SCRIPT \
204 --test_script=android/boot_test.sh \ # could use interactive_test.sh instead
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_script_profile.py56 def test_script(self): member in TestScriptProfile
H A Dtest_generator.py53 def test_script(self): member in TestGenerator

12