Home
last modified time | relevance | path

Searched refs:run_tests (Results 1 – 25 of 203) sorted by relevance

123456789

/external/grpc-grpc/tools/run_tests/performance/
Dbuild_performance.sh45 tools/run_tests/performance/build_performance_go.sh
52 tools/run_tests/performance/build_performance_php7.sh
56 …python tools/run_tests/run_tests.py -l "$language" -c "$CONFIG" --build_only -j 8 --compiler corec…
59 tools/run_tests/performance/build_performance_node.sh
62 python tools/run_tests/run_tests.py -l "$language" -c "$CONFIG" --build_only -j 8
Dbuild_performance_php7.sh20 python tools/run_tests/run_tests.py -l php7 -c "$CONFIG" --build_only -j 8
/external/v8/tools/unittests/
Drun_tests_test.py98 def run_tests(basedir, *args, **kwargs): function
168 result = run_tests(
187 result = run_tests(
212 result = run_tests(
234 result = run_tests(
282 result = run_tests(
322 result = run_tests(
359 result = run_tests(
388 result = run_tests(
411 result = run_tests(
[all …]
/external/python/cpython2/Lib/test/
Dtest_regrtest.py242 def run_tests(self, args): member in ProgramsTestCase
251 self.run_tests(args)
256 self.run_tests(args)
261 self.run_tests(args)
266 self.run_tests(args)
272 self.run_tests(args)
278 self.run_tests(args)
333 def run_tests(self, *testargs, **kw): member in ArgsTestCase
354 output = self.run_tests(*tests, exitcode=2)
366 output = self.run_tests('-u', 'all', *test_names)
[all …]
/external/python/cpython3/Lib/test/
Dtest_regrtest.py561 def run_tests(self, args): member in ProgramsTestCase
570 self.run_tests(args)
576 self.run_tests(args)
582 self.run_tests(args)
588 self.run_tests(args)
595 self.run_tests(args)
601 self.run_tests(args)
609 self.run_tests(args)
647 def run_tests(self, *testargs, **kw): member in ArgsTestCase
664 output = self.run_tests(*tests, exitcode=2)
[all …]
/external/linux-kselftest/tools/testing/selftests/firmware/
Dfw_run_tests.sh15 run_tests() function
34 run_tests 0 1
46 run_tests 0 0
57 run_tests 1 0
69 run_tests
/external/flatbuffers/tests/
DPythonTest.sh28 function run_tests() { function
44 run_tests python2.6 100 100 100
45 run_tests python2.7 100 100 100
46 run_tests python3 100 100 100
47 run_tests pypy 100 100 100
/external/grpc-grpc/tools/run_tests/
DREADME.md6 # Unit tests (run_tests.py)
8 Builds gRPC in given language and runs unit tests. Use `tools/run_tests/run_tests.py --help` for mo…
11 `tools/run_tests/run_tests.py -l csharp -c dbg`
29 `tools/run_tests/run_interop_tests.py -l csharp -s c++ --use_docker` (run interop tests with C# cli…
42 `tools/run_tests/run_performance_tests.py -l c++ node`
52 `tools/run_tests/task_runner.py -f python artifact linux x64` (build tasks with labels `python`, `a…
/external/jemalloc_new/android/
Drun_jemalloc_tests.sh100 function run_tests () { function
135 run_tests "unit" "${test_dir}/${UNIT_TEST_DIR}" ${UNIT_TESTS[@]}
136 run_tests "integration" "${test_dir}/${INTEGRATION_TEST_DIR}" ${INTEGRATION_TESTS[@]}
137 run_tests "stress" "${test_dir}/${STRESS_TEST_DIR}" ${STRESS_TESTS[@]}
/external/grpc-grpc/tools/internal_ci/macos/
Dgrpc_interop_toprod.sh25 tools/run_tests/run_tests.py -l c++ -c opt --build_only
32 tools/run_tests/run_interop_tests.py -l c++ \
/external/jemalloc/android/test/
Drun_jemalloc_tests.sh83 function run_tests () { function
109 run_tests "unit" "${test_dir}/${UNIT_TEST_DIR}" ${UNIT_TESTS[@]}
110 run_tests "integration" "${test_dir}/${INTEGRATION_TEST_DIR}" ${INTEGRATION_TESTS[@]}
/external/grpc-grpc/
DCONTRIBUTING.md33 python tools/run_tests/run_tests.py -l YOUR_LANGUAGE --build_only
37 python tools/run_tests/run_tests.py -l YOUR_LANGUAGE
40 You can also run `python tools/run_tests/run_tests.py --help` to discover useful command line flags…
41 see [tools/run_tests](tools/run_tests) where you will also find guidance on how to run various othe…
105 breakages early on (see [tools/run_tests](tools/run_tests). Ultimately, the
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test.cc33 int run_tests(int argc, char **argv) { in run_tests() function
37 __tsan_func_entry((void*)((intptr_t)&run_tests + 1)); in run_tests()
65 return run_tests(argc, argv); in main()
/external/cmockery/cmockery_0_1_2/windows/
Dmakefile98 $(EXECUTABLE_DIR)\run_tests.exe
211 $(EXECUTABLE_DIR)\run_tests.exe: \
212 $(OBJECT_DIR)\run_tests.obj $(LIBRARY_DIR)\cmockery.lib
215 $(OBJECT_DIR)\run_tests.obj: $(EXAMPLE_SOURCE_DIRECTORY)\run_tests.c
/external/virglrenderer/tests/
DMakefile.am9 run_tests = test_virgl_init test_virgl_transfer test_virgl_resource test_virgl_cmd macro
17 noinst_PROGRAMS = $(run_tests)
18 TESTS = $(run_tests)
/external/grpc-grpc/tools/
DREADME.md20 run_tests: Scripts to run gRPC tests in parallel.
22 run_tests/performance: See the [README](./run_tests/performance/README.md) for
/external/grpc-grpc/tools/internal_ci/linux/
Dgrpc_full_performance_release.sh23 tools/run_tests/run_performance_tests.py \
37 tools/run_tests/run_performance_tests.py \
51 tools/run_tests/run_performance_tests.py \
Dgrpc_full_performance_master.sh23 tools/run_tests/run_performance_tests.py \
37 tools/run_tests/run_performance_tests.py \
51 tools/run_tests/run_performance_tests.py \
Drun_performance_profile_daily.sh32 ./tools/run_tests/start_port_server.py || true
34 $PYTHON tools/run_tests/run_microbenchmark.py --collect summary perf latency -b $BENCHMARKS_TO_RUN
Dgrpc_coverage.sh23 python tools/run_tests/run_tests.py \
Drun_performance_profile_hourly.sh20 ./tools/run_tests/start_port_server.py || true
28 tools/run_tests/run_microbenchmark.py --collect summary --bigquery_upload
/external/scapy/.travis/
Dtest.sh109 PYTHON="$PYTHON" $SCAPY_SUDO ./run_tests -q -F -t bpf.uts $UT_FLAGS || exit $?
120 PYTHON="$PYTHON" $SCAPY_SUDO ./run_tests -c ./configs/travis.utsc -T "bpf.uts" -T "mock_windows.uts…
126 PYTHON="$PYTHON" $SCAPY_SUDO ./run_tests -q -F -t tls/tests_tls_netaccess.uts $UT_FLAGS || exit $?
/external/linux-kselftest/tools/testing/selftests/timers/
Dclocksource-switch.c106 int run_tests(int secs) in run_tests() function
144 if (run_tests(5)) { in main()
154 return run_tests(60); in main()
/external/cmockery/cmockery_0_1_2/
DMakefile.in46 product_database_test$(EXEEXT) run_tests$(EXEEXT) \
113 am_run_tests_OBJECTS = run_tests-run_tests.$(OBJEXT)
313 run_tests_SOURCES = src/example/run_tests.c
430 run_tests$(EXEEXT): $(run_tests_OBJECTS) $(run_tests_DEPENDENCIES)
431 @rm -f run_tests$(EXEEXT)
454 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/run_tests-run_tests.Po@am__quote@
666 run_tests-run_tests.o: src/example/run_tests.c
667run_tests-run_tests.o -MD -MP -MF "$(DEPDIR)/run_tests-run_tests.Tpo" -c -o run_tests-run_tests.o …
671 …ts_CFLAGS) $(CFLAGS) -c -o run_tests-run_tests.o `test -f 'src/example/run_tests.c' || echo '$(src…
673 run_tests-run_tests.obj: src/example/run_tests.c
[all …]
/external/grpc-grpc/templates/tools/dockerfile/
Dcsharp_build_interop.sh.include32 tools/run_tests/run_tests.py -l csharp -c dbg --build_only

123456789