Home
last modified time | relevance | path

Searched full:run_tests (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/python/Lib/test/
Dtest_regrtest.py599 def run_tests(self, args): member in ProgramsTestCase
608 self.run_tests(args)
614 self.run_tests(args)
620 self.run_tests(args)
626 self.run_tests(args)
633 self.run_tests(args)
639 self.run_tests(args)
642 'run_tests.py script is not installed')
644 # Tools/scripts/run_tests.py
645 script = os.path.join(ROOT_DIR, 'Tools', 'scripts', 'run_tests.py')
[all …]
Dbisect_cmd.py74 def run_tests(args, tests, huntrleaks=None): function
143 exitcode = run_tests(args, subtests)
/third_party/googletest/
D.gitignore62 /googlemock/RUN_TESTS.vcxproj.filters
63 /googlemock/RUN_TESTS.vcxproj
77 /RUN_TESTS.vcxproj.filters
78 /RUN_TESTS.vcxproj
/third_party/skia/third_party/externals/oboe/tests/
DREADME.md3 This directory contains the Oboe unit tests. They are run using the bash script `run_tests.sh`.
8 2. Open a terminal window and execute `run_tests.sh`
52 ./run_tests.sh
64 See `run_tests.sh` for more documentation
DREADME1 See run_tests.sh for documentation
/third_party/benchmark/.github/workflows/
Dbuild-and-test.yml105 run_tests: true
108 run_tests: true
136 -DBENCHMARK_ENABLE_TESTING=${{ matrix.run_tests }}
138 -DBENCHMARK_DOWNLOAD_DEPENDENCIES=${{ matrix.run_tests }}
146 if: ${{ matrix.run_tests }}
/third_party/icu/vendor/double-conversion/upstream/msvc/
Ddouble-conversion.sln8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "run_tests", "run_tests\run_tests.vcxproj", "{5…
Dtestrunner.cmd5 for /f useback %%f in (`Release\x64\run_tests.exe --list`) do (
10 Release\x64\run_tests !var!
/third_party/libevdev/test/
DMakefile.am27 run_tests = \ macro
37 noinst_PROGRAMS += $(run_tests)
39 TESTS = $(run_tests)
/third_party/icu/vendor/double-conversion/upstream/msvc/run_tests/
Drun_tests.vcxproj24 <RootNamespace>run_tests</RootNamespace>
72 <IntDir>$(SolutionDir)$(Configuration)\$(Platform)\intermediate\run_tests\</IntDir>
77 <IntDir>$(SolutionDir)$(Configuration)\$(Platform)\intermediate\run_tests\</IntDir>
82 <IntDir>$(SolutionDir)$(Configuration)\$(Platform)\intermediate\run_tests\</IntDir>
87 <IntDir>$(SolutionDir)$(Configuration)\$(Platform)\intermediate\run_tests\</IntDir>
/third_party/ltp/lib/newlib_tests/
Druntest.sh73 run_tests() function
129 run_tests "C" "$srcdir"
141 run_tests "SHELL"
/third_party/unity/extras/memory/
Drakefile.rb28 run_tests(false)
29 run_tests(true)
/third_party/ltp/doc/
Dltp-run-files.txt90 - run_tests
93 - run_tests
/third_party/python/Tools/peg_generator/scripts/
Dtest_pypi_packages.py57 def run_tests(dirname: str, tree: int) -> int: function
84 status = run_tests(dirname, tree)
/third_party/grpc/
Dgrpc-1.41.1.tar.gz
/third_party/gstreamer/gstreamer/tests/examples/adapter/
Dadapter_test.c95 run_tests (struct TestParams *params) in run_tests() function
131 run_tests (param_sets + i); in main()
/third_party/flutter/engine/flutter/
D.cirrus.yml37 ./flutter/testing/run_tests.sh host_debug_unopt
63 test_android_script: cd $ENGINE_PATH/src && python ./flutter/testing/run_tests.py --type=java
/third_party/selinux/
DREADME.md5 …ct/selinux/actions/workflows/run_tests.yml/badge.svg)](https://github.com/SELinuxProject/selinux/a…
/third_party/unity/test/
Drakefile41 run_tests unit_test_files
48 run_tests [f]
/third_party/flutter/engine/flutter/testing/ios/IosUnitTests/
Dbuild_and_run_tests.sh7 ./run_tests.sh ios_debug_sim_unopt
/third_party/flutter/engine/flutter/testing/
Drun_tests.sh8 python "${CURRENT_DIR}/run_tests.py" --variant="${BUILD_VARIANT}" --type=engine,dart
/third_party/icu/vendor/double-conversion/upstream/
D.gitignore15 /run_tests
/third_party/protobuf/objectivec/Tests/CocoaPods/
DREADME.md8 `run_tests.sh` defaults to running all the tests, invoke it with `--help` to
/third_party/rust/crates/lazy-static.rs/compiletest/tests/
Dcompile_tests.rs13 compiletest::run_tests(&config); in run_mode()
/third_party/unity/examples/example_3/
Drakefile.rb21 run_tests unit_test_files

12345