Home
last modified time | relevance | path

Searched refs:tests (Results 476 - 500 of 1060) sorted by relevance

1...<<11121314151617181920>>...43

/third_party/ltp/testcases/commands/eject/
H A DMakefile9 INSTALL_TARGETS := eject-tests.sh
/third_party/ltp/testcases/kernel/security/integrity/ima/
H A DMakefile9 SUBDIRS := datafiles src tests
/third_party/rust/crates/aho-corasick/src/packed/
H A Dmod.rs115 mod tests; modules
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/test/
H A D__main__.py8 def load_tests(loader, tests, pattern):
/third_party/cJSON/tests/unity/auto/
H A Dunity_test_summary.py40 tests,failures,ignored = self.parse_test_summary('\n'.join(lines))
41 self.total_tests += tests
/third_party/node/test/parallel/
H A Dtest-punycode.js69 const tests = [
244 tests.forEach((testCase) => {
/third_party/node/test/fixtures/wpt/FileAPI/blob/
H A DBlob-slice.any.js160 var tests = data[1];
161 tests.forEach(function(expectations, j) {
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_windows/
H A Dcontinuous.bat31 REM Run the unit tests. Some must be run from project root
40 REM Incrementally build and run rr::Print unit tests
/third_party/python/Lib/test/
H A Dtest_imghdr.py67 imghdr.tests.append(test_jumbo)
68 self.addCleanup(imghdr.tests.pop)
H A Dtest_syntax.py1 """This module tests SyntaxErrors.
10 The tests are all raise SyntaxErrors. They were created by checking
16 errors are tested here at the moment. We should add some tests; since
23 order of tests in this module means renumbering all the errors after
24 it. (Maybe we should enable the ellipsis option for these tests.)
916 This tests assignment-context; there was a bug in Python 2.5 where compiling
2222 def load_tests(loader, tests, pattern):
2223 tests.addTest(doctest.DocTestSuite())
2224 return tests
/third_party/spirv-tools/kokoro/scripts/windows/
H A Dbuild.bat34 :: RE2 does not support VS2017, we we must disable tests.
79 :: Run the tests
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/
H A Drebuilds-completely-when-version-in-tsbuildinfo-doesnt-match-ts-version.js242 //// [/src/tests/index.d.ts]
247 //// [/src/tests/index.js]
259 //// [/src/tests/index.ts]
270 //// [/src/tests/tsconfig.json]
285 //// [/src/tests/tsconfig.tsbuildinfo]
288 //// [/src/tests/tsconfig.tsbuildinfo.readable.baseline.txt]
389 /lib/tsc --b /src/tests --verbose
393 * src/tests/tsconfig.json
403 [12:00:46 AM] Project 'src/tests/tsconfig.json' is out of date because output for it was generated with version 'FakeTSVersion' that differs with current version 'FakeTSCurrentVersion'
405 [12:00:47 AM] Building project '/src/tests/tsconfi
[all...]
/third_party/unity/auto/
H A Dunity_test_summary.py40 tests,failures,ignored = self.parse_test_summary('\n'.join(lines))
41 self.total_tests += tests
/third_party/skia/modules/pathkit/tests/
H A Dpathops.spec.js113 // ./out/Clang/pathops_unittest -J ./modules/pathkit/tests/PathOpsOp.json -m PathOpsOp$
114 fetch('/base/tests/PathOpsOp.json').then((r) => {
118 // Assert we loaded a non-zero amount of tests, i.e. the JSON is valid.
172 // ./out/Clang/pathops_unittest -J ./modules/pathkit/tests/PathOpsSimplify.json -m PathOpsSimplify$
173 fetch('/base/tests/PathOpsSimplify.json').then((r) => {
177 // Assert we loaded a non-zero amount of tests, i.e. the JSON is valid.
/third_party/ffmpeg/ffbuild/
H A Dcommon.mak175 TESTOBJS := $(TESTOBJS:%=$(SUBDIR)tests/%) $(TESTPROGS:%=$(SUBDIR)tests/%.o)
176 TESTPROGS := $(TESTPROGS:%=$(SUBDIR)tests/%$(EXESUF))
/third_party/icu/tools/release/c/
H A Duconfigtest.sh190 stats tests
191 /usr/bin/time -o ${BUILD_DIR}/times/${NAME}.tst make -k ${JOPT} tests ${1} DEPS= || fail tests
333 CONFIG_OPTS="${CROSS_BUILD} --disable-tests"
/third_party/mbedtls/tests/
H A DMakefile7 # Also include library headers, for the sake of invasive tests.
20 GENERATED_BIGNUM_DATA_FILES := $(patsubst tests/%,%,$(shell \
27 GENERATED_ECP_DATA_FILES := $(patsubst tests/%,%,$(shell \
34 GENERATED_PSA_DATA_FILES := $(patsubst tests/%,%,$(shell \
/third_party/node/deps/v8/third_party/test262-harness/src/
H A D_packager.py39 print "Cannot generate (JSON) test262 tests without a file," + \
40 " %s, showing which tests have been disabled!" % EXCLUDED_FILENAME
49 #total number of tests accross the entire set of tests.
58 print "Cannot generate (JSON) test262 tests when the path containing said tests, %s, does not exist!" % TEST262_CASES_DIR
126 print "ERROR: expected there to be JavaScript tests under dirName!"
146 or Sputnik tests.
183 #create dictionaries for all our tests and a section
188 #create an array for tests i
189 tests = [] global() variable
[all...]
/third_party/node/deps/v8/tools/testrunner/local/
H A Dtestsuite.py67 """To indicate what tests can be combined with each other we define a group
73 def combine(self, name, tests):
74 """Returns test combined from `tests`. Since we identify tests by their
77 return self._combined_test_class()(name, tests)
84 """Base class for loading TestSuite tests after applying test suite
125 # TODO: detect duplicate tests.
262 self.tests = None # list of TestCase objects
312 tests.
/third_party/lwip/test/unit/etharp/
H A Dtest_etharp.c10 #error "This tests needs UDP-, MEMP- and ETHARP-statistics enabled"
264 /** Create the suite including all tests for this module */
268 testfunc tests[] = { in etharp_suite() local
271 return create_suite("ETHARP", tests, sizeof(tests)/sizeof(testfunc), etharp_setup, etharp_teardown); in etharp_suite()
/third_party/lwip/test/unit/core/
H A Dtest_pbuf.c7 #error "This tests needs MEM- and MEMP-statistics enabled"
258 /** Create the suite including all tests for this module */
262 testfunc tests[] = { in pbuf_suite() local
270 return create_suite("PBUF", tests, sizeof(tests)/sizeof(testfunc), pbuf_setup, pbuf_teardown); in pbuf_suite()
/third_party/python/Lib/unittest/
H A Dmain.py15 %(prog)s test_module - run tests from test_module
16 %(prog)s module.TestClass - run tests from module.TestClass
18 %(prog)s path/to/test_file.py - run tests from test_file.py
23 %(prog)s - run default set of tests
57 """A command-line program that runs a set of tests; this is primarily
130 if not self.tests:
138 if self.tests:
139 self.testNames = _convert_names(self.tests)
144 # createTests will load tests from self.module
194 help='Buffer stdout and stderr during tests')
[all...]
/third_party/skia/modules/canvaskit/
H A Dgm_bindings.cpp28 #include "tests/Test.h"
205 JSArray tests = emscripten::val::array(); in ListTests() local
208 tests.call<void>("push", std::string(test.fName)); in ListTests()
210 return tests; in ListTests()
322 // It's possible that more tests will pass if these were correctly implemented.
325 // Specifically for tests that do not want to re-use the existing one.
/third_party/FreeBSD/sbin/newfs_msdos/
H A DMakefile16 SUBDIR.${MK_TESTS}+= tests
/third_party/libabigail/tests/
H A Dtest-utils.h21 namespace tests namespace
36 }//end namespace tests

Completed in 18 milliseconds

1...<<11121314151617181920>>...43