Home
last modified time | relevance | path

Searched full:test_script (Results 1 – 25 of 132) sorted by relevance

123456

/external/e2fsprogs/tests/
DMakefile.in15 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
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.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()
/external/toolchain-utils/binary_search_tool/test/
Dbinary_search_tool_test.py78 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/pytorch/test/distributed/launcher/
Dapi_test.py95 )("-u", path("bin/test_script.py"), f"--touch-file-dir={test_dir}")
146 # asserted in ``bin/test_script.py``.
168 )("-u", path("bin/test_script.py"), f"--touch-file-dir={self.test_dir}")
185 )("-u", path("bin/test_script.py"), f"--touch-file-dir={self.test_dir}")
201 path("bin/test_script.sh"),
263 )("-u", path("bin/test_script.py"), f"--touch-file-dir={self.test_dir}")
280 )("-u", path("bin/test_script.py"), "--fail")
298 )("-u", path("bin/test_script.py"), f"--touch-file-dir={self.test_dir}")
362 )("-u", path("bin/test_script.py"), f"--touch-file-dir={self.test_dir}")
373 "test_script.py",
[all …]
Dtest_run.py78 # asserted in ``bin/test_script.py``
98 path("bin/test_script.py"),
124 path("bin/test_script.py"),
152 script_args = [path("bin/test_script.sh"), f"{self.test_dir}"]
181 script_args = [path("bin/test_script.sh"), f"{self.test_dir}"]
211 script_args = [path("bin/test_script.sh"), f"{self.test_dir}"]
240 script_args = [path("bin/test_script.sh"), f"{self.test_dir}"]
299 path("bin/test_script.py"),
334 path("bin/test_script.py"),
368 path("bin/test_script.py"),
[all …]
/external/cronet/tot/testing/merge_scripts/code_coverage/
Dmerge_js_lib_test.py51 for i, test_script in enumerate(test_files):
55 if test_script['exists']:
59 'sources': [os.path.join(*test_script['location'])],
67 f.write(test_script_file % (i, test_script['url'], source_map))
70 if test_script['exists']:
73 *test_script['location']))
107 for i, test_script in enumerate(test_files):
111 f.write(test_script['contents'] % test_script['url'])
/external/cronet/stable/testing/merge_scripts/code_coverage/
Dmerge_js_lib_test.py51 for i, test_script in enumerate(test_files):
55 if test_script['exists']:
59 'sources': [os.path.join(*test_script['location'])],
67 f.write(test_script_file % (i, test_script['url'], source_map))
70 if test_script['exists']:
73 *test_script['location']))
107 for i, test_script in enumerate(test_files):
111 f.write(test_script['contents'] % test_script['url'])
/external/toolchain-utils/binary_search_tool/
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=""
/external/sdv/vsomeip/third_party/boost/preprocessor/
Dappveyor.yml82 test_script:
95 test_script:
105 test_script:
116 test_script:
/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/bazelbuild-rules_android/test/rules/android_local_test/
Dtest.bzl57 test_script = ctx.actions.declare_file("%s_script.sh" % ctx.label.name)
59 test_script,
93 test_script,
99 executable = test_script,
/external/toolchain-utils/binary_search_tool/android/
DREADME.android.md43 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/
Drun-posix-option-group-test.sh37 for test_script in $list_of_tests; do
38 (cd "$(dirname "$test_script")" && ./$(basename "$test_script"))
/external/tensorflow/tensorflow/tools/ci_build/builds/
Dbuilds_common.sh82 # 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/dtc/
D.cirrus.yml11 test_script:
22 test_script:
/external/cronet/stable/testing/
Dtest_env_unittest.py20 TEST_SCRIPT = os.path.join(HERE, 'test_env_user_script.py') variable
25 return subprocess.Popen([sys.executable, TEST_SCRIPT] + args,
35 return subprocess.Popen([sys.executable, TEST_SCRIPT] + args,
Dtest_env_user_script.py13 TEST_SCRIPT = os.path.join(HERE, 'test_env_test_script.py') variable
16 test_env.run_command([sys.executable, TEST_SCRIPT])
/external/cronet/tot/testing/
Dtest_env_unittest.py20 TEST_SCRIPT = os.path.join(HERE, 'test_env_user_script.py') variable
25 return subprocess.Popen([sys.executable, TEST_SCRIPT] + args,
35 return subprocess.Popen([sys.executable, TEST_SCRIPT] + args,
Dtest_env_user_script.py13 TEST_SCRIPT = os.path.join(HERE, 'test_env_test_script.py') variable
16 test_env.run_command([sys.executable, TEST_SCRIPT])
/external/cronet/stable/third_party/protobuf/kokoro/linux/
Dpull_request_in_docker.sh8 TEST_SCRIPT=./tests.sh
25 $TEST_SCRIPT $TEST_SET
/external/protobuf/kokoro/linux/
Dpull_request_in_docker.sh8 TEST_SCRIPT=./tests.sh
25 $TEST_SCRIPT $TEST_SET
/external/cronet/tot/third_party/protobuf/kokoro/linux/
Dpull_request_in_docker.sh8 TEST_SCRIPT=./tests.sh
25 $TEST_SCRIPT $TEST_SET
/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/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" \

123456