Searched refs:harness (Results 1 – 25 of 101) sorted by relevance
12345
/third_party/rust/crates/libc/libc-test/ |
D | Cargo.toml | 32 harness = false 37 harness = false 42 harness = false 47 harness = false 52 harness = false 57 harness = false 62 harness = false 67 harness = true 72 harness = true 77 harness = true [all …]
|
/third_party/rust/crates/tracing/tracing/ |
D | Cargo.toml | 72 harness = false 76 harness = false 80 harness = false 84 harness = false 88 harness = false 92 harness = false 96 harness = false 100 harness = false 104 harness = false
|
/third_party/rust/crates/nom/benchmarks/ |
D | Cargo.toml | 19 harness = false 24 harness = false 29 harness = false 34 harness = false 39 harness = false 44 harness = false
|
/third_party/rust/crates/clap/clap_bench/ |
D | Cargo.toml | 20 harness = false 25 harness = false 30 harness = false 35 harness = false 40 harness = false 45 harness = false
|
/third_party/flutter/flutter/dev/automated_tests/flutter_test/ |
D | exception_handling_expectation.txt | 14 Exception handling in test harness - string 18 The test description was: Exception handling in test harness - string 33 Exception handling in test harness - FlutterError 37 The test description was: Exception handling in test harness - FlutterError 55 Exception handling in test harness - uncaught Future error 59 The test description was: Exception handling in test harness - uncaught Future error
|
D | exception_handling_test.dart | 9 testWidgets('Exception handling in test harness - string', (WidgetTester tester) async { 12 testWidgets('Exception handling in test harness - FlutterError', (WidgetTester tester) async { 15 …testWidgets('Exception handling in test harness - uncaught Future error', (WidgetTester tester) as…
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
D | README.md | 3 The ANGLE test harness is a harness around GoogleTest that provides functionality similar to the 4 [Chromium test harness][BaseTest]. It features: 13 The ANGLE test harness accepts all standard GoogleTest arguments. The harness also accepts the 30 * `--max-failures` specifies a count of failures after which the harness early exits. 44 * The test harness only requires `angle_common` and `angle_util`. 77 * Using sockets to communicate with test children. Similar to dEQP's test harness.
|
/third_party/rust/crates/env_logger/ |
D | Cargo.toml | 31 harness = false 35 harness = false 39 harness = false 43 harness = false
|
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
D | README.md | 19 We have a harness for running benchmarks. Benchmark code snippets can be added to `canvas_perf.js`. 20 The harness itself is the `canvas_perf.html` and `benchmark.js`. It will run the "test" portion of 37 There is a harness that gathers data about rendering 600 frames of a skottie animation, cycling 42 `input_lottie` argument and then run `make frames`. The harness itself is `skottie-frames.html` and 51 There is a harness that repeatedly will draw an SKP and measure various metrics. This is handled
|
/third_party/rust/crates/tracing/tracing-subscriber/ |
D | Cargo.toml | 92 harness = false 96 harness = false 100 harness = false 104 harness = false
|
/third_party/flutter/skia/third_party/externals/sdl/visualtest/ |
D | README.txt | 12 harness that runs testsprite2 with various command line argument strings and 14 maintainers, contributors and testers. The test harness can be used by a continuous 33 To see all the options supported by the test harness, just run \c testharness 68 resources to the test harness directory. Also note that testsprite2 and its 83 Config files are an alternate way to pass parameters to the test harness. We 84 describe the paramters in a config file and pass that to the test harness using 173 One of the goals of the project was to create a test harness that integrates 176 At the moment the test harness can be run in two modes that are useful for CI: 183 test harness for all variations with all parameters and report an error on a crash. 185 over to the test harness executable directory along with the script. [all …]
|
/third_party/node/test/wpt/ |
D | README.md | 13 WPT harness and have automatic updates. There are also a few 67 with the WPT harness while taking the status file into account. 119 ### Getting the original test files and harness from WPT 121 The original files and harness from WPT are downloaded and stored in 136 * The WPT harness 139 sets up the harness result hooks, loads the metadata in the test (including 163 Web API, or certain harness has not been ported in our test runner yet.
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/test/ |
D | flutter_platform.dart | 33 /// The timeout we give the test process to connect to the test harness 37 /// to know which test hung, rather than have the entire test harness just do 51 /// The test harness responds by starting the [_kTestStartupTimeout] countdown. 58 /// test harness if it exists in the project directory hierarchy. 62 /// cause the test harness to stop scanning for configuration files. 139 /// The [host] argument specifies the address at which the test harness is 298 // the test harness to the engine and back again. If at any time the engine 402 …_AsyncError outOfBandError; // error that we couldn't send to the harness that we need to send via… 416 printTrace('test $ourTestCount: shutting down test harness socket server'); 426 …printTrace('test $ourTestCount: test harness socket server experienced an unexpected error: $error… [all …]
|
D | watcher.dart | 22 /// Called when the test process crashed before connecting to test harness. 26 /// harness.
|
/third_party/node/test/common/wpt/ |
D | worker.js | 26 runInThisContext(workerData.harness.code, { 27 filename: workerData.harness.filename
|
/third_party/openssl/test/ |
D | run_tests.pl | 308 my $harness = $package->new(\%tapargs); 310 $harness->runtests(map { [ abs2rel($_, rel2abs(curdir())), basename($_) ] } 315 $harness->runtests(map { [ abs2rel($_, rel2abs(curdir())), basename($_) ] }
|
/third_party/rust/crates/log/ |
D | Cargo.toml | 24 harness = false 29 harness = true
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
D | OWNERS | 2 # harness / utility changes.
|
/third_party/flutter/flutter/dev/missing_dependency_tests/ |
D | trivial_expectation.txt | 4 Failed to load test harness\. +Are you missing a dependency on flutter_test\?
|
/third_party/node/test/parallel/ |
D | test-whatwg-url-origin.js | 9 const { test, assert_equals } = require('../common/wpt').harness;
|
D | test-whatwg-url-setters.js | 9 const { test, assert_equals } = require('../common/wpt').harness;
|
D | test-whatwg-url-custom-searchparams-sort.js | 6 const { test, assert_array_equals } = require('../common/wpt').harness;
|
D | test-whatwg-url-custom-setters.js | 12 const { test, assert_equals } = require('../common/wpt').harness;
|
/third_party/rust/crates/memchr/bench/ |
D | Cargo.toml | 17 harness = false
|
/third_party/rust/crates/aho-corasick/bench/ |
D | Cargo.toml | 17 harness = false
|
12345