/third_party/libxml2/xstc/ |
D | Makefile.am | 5 TESTDIR=Tests 31 $(TESTDIRS) Tests/Metadata/$(NISTTESTDEF_2) Tests/Metadata/$(MSTTESTDEF) Tests/Metadata/$(SUNTESTDE… 32 -@(if [ ! -d Tests ] ; then \ 33 mkdir Tests ; \ 56 …$(TAR) -C Tests -xzf $(TARBALL) --wildcards '*/suntest' '*/msxsdtest' '*/$(MSTESTDEF)' '*/$(SUNTES… 57 if [ -d Tests/suntest ] ; then rm -r Tests/suntest ; fi ; \ 58 if [ -d Tests/msxsdtest ] ; then rm -r Tests/msxsdtest ; fi ; \ 59 mv Tests/xmlschema2002-01-16/* Tests ; \ 60 mv Tests/*.testSet Tests/Metadata ; \ 61 rm -r Tests/xmlschema2002-01-16 ; \ [all …]
|
/third_party/protobuf/objectivec/DevTools/ |
D | compile_testing_protos.sh | 65 objectivec/Tests/unittest_cycle.proto 66 objectivec/Tests/unittest_deprecated.proto 67 objectivec/Tests/unittest_deprecated_file.proto 68 objectivec/Tests/unittest_extension_chain_a.proto 69 objectivec/Tests/unittest_extension_chain_b.proto 70 objectivec/Tests/unittest_extension_chain_c.proto 71 objectivec/Tests/unittest_extension_chain_d.proto 72 objectivec/Tests/unittest_extension_chain_e.proto 73 objectivec/Tests/unittest_extension_chain_f.proto 74 objectivec/Tests/unittest_extension_chain_g.proto [all …]
|
/third_party/node/deps/npm/node_modules/es-abstract/ |
D | CHANGELOG.md | 11 * [Tests] up to `node` `v9.8`, `v8.10`, `v6.13` 17 * [Tests] require node 0.6 to pass again 18 …* [Tests] up to `node` `v9.2`, `v8.9`, `v6.12`; use `nvm install-latest-npm`; pin included builds … 24 * [Tests] consolidate duplicated tests 25 * [Tests] increase coverage 51 * [Tests] add tests for missing and excess operations 52 * [Tests] add codecov for coverage 53 * [Tests] up to `node` `v8.2`, `v7.10`, `v6.11`, `v4.8`; newer npm breaks on older node 54 …* [Tests] use same lists of value types across tests; ensure tests are the same when ops are the s… 55 * [Tests] ES2015: add ToNumber symbol tests [all …]
|
/third_party/node/test/ |
D | README.md | 1 # Node.js Core Tests 18 | `abort` | Yes | Tests that use `--abort-on-uncaught-exception` and other situatio… 19 | `addons` | Yes | Tests for [addon](https://nodejs.org/api/addons.html) functionali… 20 | `async-hooks` | Yes | Tests for [async_hooks](https://nodejs.org/api/async_hooks.html) f… 23 | `code-cache` | No | Tests for a Node.js binary compiled with V8 code cache. | 25 | `doctool` | Yes | Tests for the documentation generator. | 28 | `internet` | No | Tests that make real outbound network connections. Tests for netwo… 29 | `js-native-api` | Yes | Tests for Node.js-agnostic [n-api](https://nodejs.org/api/n-api.ht… 30 | `known_issues` | Yes | Tests reproducing known issues within the system. All tests inside… 31 | `message` | Yes | Tests for messages that are output for various conditions (`consol… [all …]
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/testlist/ |
D | testlist.go | 48 Tests []string member 69 g.Tests = append(g.Tests, line) 72 sort.Strings(g.Tests) 83 for _, test := range g.Tests { 85 out.Tests = append(out.Tests, test) 97 Tests: g.Tests, 99 if len(g.Tests) > limit { 100 out.Tests = g.Tests[:limit] 113 if len(filtered.Tests) > 0 {
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/tools/bench/ |
D | bench.go | 59 Tests []Test member 91 Tests: make([]Test, 0, len(lines)), 116 b.Tests = append(b.Tests, t) 128 Tests []T `json:"benchmarks"` 137 Tests: make([]Test, len(b.Tests)), 139 for i, test := range b.Tests { 146 out.Tests[i] = t
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | README.md | 1 # ANGLE Performance Tests 7 ## Running the Tests 28 * [`UniformsBenchmark`](UniformsPerf.cpp): Tests performance of updating various uniforms counts fo… 29 * `vec4`: Tests `vec4` Uniforms. 30 * `matrix`: Tests using Matrix uniforms instead of `vec4`. 31 * `multiprogram`: Tests switching Programs between updates and draws. 34 * [`BindingsBenchmark`](BindingPerf.cpp): Tests Buffer binding performance. Does no draw call opera… 35 …* `100_objects_allocated_every_iteration`: Tests repeated glBindBuffer with new buffers allocated … 36 …* `100_objects_allocated_at_initialization`: Tests repeated glBindBuffer the same objects each ite… 37 * [`TexSubImageBenchmark`](TexSubImage.cpp): Tests `glTexSubImage` update performance. [all …]
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cSyncTests.hpp | 45 class Tests : public deqp::TestCaseGroup class 49 Tests(deqp::Context& context); 55 Tests(const Tests& other); 56 Tests& operator=(const Tests& other);
|
D | gl4cIncompleteTextureAccessTests.hpp | 45 class Tests : public deqp::TestCaseGroup class 49 Tests(deqp::Context& context); 55 Tests(const Tests& other); 56 Tests& operator=(const Tests& other);
|
D | gl4cContextFlushControlTests.hpp | 67 class Tests : public deqp::TestCaseGroup class 71 Tests(deqp::Context& context); 77 Tests(const Tests& other); 78 Tests& operator=(const Tests& other);
|
D | gl4cConditionalRenderInvertedTests.hpp | 51 class Tests : public deqp::TestCaseGroup class 55 Tests(deqp::Context& context); 61 Tests(const Tests& other); 62 Tests& operator=(const Tests& other);
|
D | gl4cES31CompatibilityTests.hpp | 53 class Tests : public deqp::TestCaseGroup class 57 Tests(deqp::Context& context); 63 Tests(const Tests& other); 64 Tests& operator=(const Tests& other);
|
D | gl4cGetTextureSubImageTests.hpp | 53 class Tests : public deqp::TestCaseGroup class 56 Tests(deqp::Context& context); 57 ~Tests(void); 62 Tests(const Tests& other); 63 Tests& operator=(const Tests& other);
|
D | gl3cTextureSizePromotion.hpp | 43 class Tests : public deqp::TestCaseGroup class 47 Tests(deqp::Context& context); //!< Constructor. 48 virtual ~Tests() in ~Tests() 56 Tests(const Tests&); //!< Default copy constructor. 57 Tests& operator=(const Tests&); //!< Default assign constructor.
|
D | gl3cCullDistanceTests.hpp | 249 class Tests : public deqp::TestCaseGroup class 253 Tests(deqp::Context& context); 258 Tests(const CullDistance::Tests& other); 259 Tests& operator=(const CullDistance::Tests& other);
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | README | 8 testerror Tests multi-threaded error handling 9 testfile Tests RWops layer 11 testiconv Tests international string conversion 14 testloadso Tests the loadable library layer 16 testmultiaudio Tests using several audio devices 17 testoverlay2 Tests the overlay flickering/scaling during playback. 18 testplatform Tests types, endianness and cpu capabilities 19 testsem Tests SDL's semaphore implementation 20 testshape Tests shaped windows
|
/third_party/node/deps/npm/node_modules/es-to-primitive/ |
D | CHANGELOG.md | 7 * [Tests] avoid util.inspect bug with `new Date(NaN)` on node v6.0 and v6.1. 8 * [Tests] up to `node` `v10.11`, `v9.11`, `v8.12`, `v6.14`, `v4.9` 20 * [Tests] up to `node` `v5.3` 21 * [Tests] fix npm upgrades on older node versions 22 * [Tests] fix testling 31 * [Tests] up to `node` `v5.3` 32 * [Tests] fix npm upgrades on older node versions 33 * [Tests] fix testling
|
/third_party/node/deps/npm/node_modules/is-callable/ |
D | CHANGELOG.md | 4 * [Tests] on all latest node minors; improve matrix 10 * [Tests] up to `node` `v5.7`, `v4.3` 16 * [Tests] up to `node` `v5.3` 17 * [Tests] Add `parallelshell`, run both `--es-staging` and stock tests at once 25 * [Tests] up to `node` `v5.1` 26 * [Tests] no longer allow node 0.8 to fail. 27 * [Tests] fix npm upgrades in older nodes 33 * [Tests] up to `io.js` `v3.3`, `node` `v4.1`
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/run_testlist/ |
D | main.go | 97 …rnd.Shuffle(len(group.Tests), func(i, j int) { group.Tests[i], group.Tests[j] = group.Tests[j], gr… 100 if *limit != 0 && len(group.Tests) > *limit { 101 group.Tests = group.Tests[:*limit] 104 log.Printf("Running %d tests...\n", len(group.Tests)) 135 for _, r := range res.Tests {
|
/third_party/icu/icu4c/source/test/perf/DateFmtPerf/ |
D | ReadMe.txt | 17 DateFmt250: Tests date formatting with 250 dates 18 DateFmt10000: Tests date formatting with 10,000 dates 19 DateFmt100000: Tests date formatting with 100,000 dates 20 BreakItWord250: Tests word break iteration with 250 iterations. 21 BreakItWord10000: Tests word break iteration with 10000 iterations. 22 BreakItChar250: Tests character break iteration with 250 iterations. 23 BreakItChar10000: Tests character break iteration with 10000 iterations.
|
/third_party/protobuf/ |
D | Makefile.am | 660 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/project.pbxproj \ 661 …objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/project.xcworkspace/con… 662 …objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/xcshareddata/xcschemes/… 663 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/AppDelegate.h \ 664 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/AppDelegate.m \ 665 …objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Assets.xcassets/AppIcon.appiconse… 666 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Base.lproj/MainMenu.xib \ 667 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Info.plist \ 668 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/main.m \ 669 objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework \ [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | README.md | 1 # ANGLE Performance Tests 7 ## Running the Tests 59 * [`UniformsBenchmark`](UniformsPerf.cpp): Tests performance of updating various uniforms counts fo… 60 * `vec4`: Tests `vec4` Uniforms. 61 * `matrix`: Tests using Matrix uniforms instead of `vec4`. 62 * `multiprogram`: Tests switching Programs between updates and draws. 65 * [`BindingsBenchmark`](BindingPerf.cpp): Tests Buffer binding performance. Does no draw call opera… 66 …* `100_objects_allocated_every_iteration`: Tests repeated glBindBuffer with new buffers allocated … 67 …* `100_objects_allocated_at_initialization`: Tests repeated glBindBuffer the same objects each ite… 68 * [`TexSubImageBenchmark`](TexSubImage.cpp): Tests `glTexSubImage` update performance. [all …]
|
/third_party/node/deps/npm/node_modules/object.getownpropertydescriptors/ |
D | CHANGELOG.md | 7 * [Tests] up to `node` `v6.3`, `v5.12`, `v4.4` 8 * [Tests] use pretest/posttest for linting/security 24 * [Tests] fix npm upgrades in older nodes 25 * [Tests] up to `node` `v5.5` 30 * [Tests] Test on `io.js` `v2.4` 38 * [Tests] Test up to `io.js` `v2.3`
|
/third_party/node/deps/npm/node_modules/define-properties/ |
D | CHANGELOG.md | 7 * [Tests] use pretest/posttest for linting/security 8 * [Tests] fix npm upgrades on older nodes 15 * [Tests] up to `io.js` `v3.3`, `node` `v4.2` 21 * [Tests] Test on `io.js` `v2.4` 27 * [Tests] Test up to `io.js` `v2.3`
|
/third_party/node/deps/npm/node_modules/qs/ |
D | CHANGELOG.md | 10 - [Tests] up to `node` `v8.4`; use `nvm install-latest-npm` so newer npm doesn’t break older node 11 - [Tests] Use precise dist for Node.js 0.6 runtime (#225) 12 - [Tests] make 0.6 required, now that it’s passing 13 - [Tests] on `node` `v8.2`; fix npm on node 0.6 24 - [Tests] up to `node` `v8.1`, `v7.10`, `v6.11`; npm v4.6 breaks on node < v1; npm v5+ breaks on no… 25 - [Tests] add `editorconfig-tools` 33 - [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds 41 - [Tests] up to `node` `v7.7`, `v6.10`,` v4.8`; disable osx builds since they block linux builds 46 - [Tests] on all node minors; improve test matrix 64 - [Tests] up to `node` `v6.8`, `v4.6`; improve test matrix [all …]
|