Home
last modified time | relevance | path

Searched +full:runner +full:- +full:before +full:- +full:script (Results 1 – 25 of 159) sorted by relevance

1234567

/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml7 - !reference [default, before_script]
9 - rm -rf install
10 - tar -xf artifacts/install.tar
11- echo -e "\e[0Ksection_start:$(date +%s):ldd_section[collapsed=true]\r\e[0KChecking ldd on driver…
12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
13 - echo -e "\e[0Ksection_end:$(date +%s):ldd_section\r\e[0K"
18 - results/
20 .test-gl:
22 - .test
23 - .use-debian/x86_test-gl
[all …]
/third_party/protobuf/conformance/
DMakefile.am183 bin_PROGRAMS = conformance-test-runner conformance-cpp
185 # All source files excepet C++/Objective-C ones should be explicitly listed
203 failure_list_python-post26.txt \
219 conformance_test_runner_CPPFLAGS = -I$(top_srcdir)/src -I$(srcdir)
220 conformance_test_runner_CXXFLAGS = -std=c++11
221 # Explicit deps because BUILT_SOURCES are only done before a "make all/check"
223 conformance_test_runner-conformance_test.$(OBJEXT): conformance.pb.h
224 conformance_test_runner-conformance_test_runner.$(OBJEXT): conformance.pb.h
229 conformance_cpp_CPPFLAGS = -I$(top_srcdir)/src
230 # Explicit dep because BUILT_SOURCES are only done before a "make all/check"
[all …]
/third_party/node/test/wpt/
Dtest-atob.js6 const runner = new WPTRunner('html/webappapis/atob'); constant
9 runner.setFlags(['--expose-internals']);
11 // Set a script that will be executed in the worker before running the tests.
12 runner.setInitScript(`
19 runner.runJsTests();
DREADME.md11 Currently there are still some Web Platform Tests titled `test-whatwg-*`
14 `test-whatwg-*-custom-*` tests that may need to be upstreamed.
17 <a id="add-tests"></a>
29 See [Format of a status JSON file](#status-format) for details.
43 For example, for the URL tests, add a file `test/wpt/test-url.js`:
51 const runner = new WPTRunner('url');
54 runner.setFlags(['--expose-internals']);
56 // Set a script that will be executed in the worker before running the tests.
57 runner.setInitScript(`
63 runner.runJsTests();
[all …]
/third_party/python/Lib/test/
Dtest_zipimport_support.py38 runner = doctest.DocTestRunner(verbose=verbose)
46 runner.run(example)
47 f, t = runner.failures, runner.tries
117 mod_name = mod.__name__.split(".")[-1]
139 # module currently requires real filenames for non-embedded
197 script_name = make_script(d, 'script', test_src)
204 self.assertIn(expected.encode('utf-8'), out)
213 self.assertIn(expected.encode('utf-8'), out)
224 script_name = make_script(d, 'script', test_src)
228 # bdb/pdb applies normcase to its filename before displaying
[all …]
/third_party/ejdb/src/bindings/ejdb2_flutter/example/ios/
DPodfile7 project 'Runner', {
35 target 'Runner' do
45 ….podspec to Flutter/ to have something to link against if the xcode backend script has not run yet.
46 …# That script will copy the correct debug/profile/release version of the framework based on the cu…
47 …# CocoaPods will not embed the framework on pod install (before any build phases can generate) if …
71 system('rm -rf .symlinks')
72 system('mkdir -p .symlinks/plugins')
73 plugin_pods = parse_KV_file('../.flutter-plugins')
/third_party/node/deps/npm/node_modules/opener/
DREADME.md6 npm install opener -g
9 opener ./my-file.txt
20 opener("./my-file.txt");
25 Plus, it returns the child process created, so you can do things like let your script exit while th…
31 // exits before the process it started is complete.
39 Like opening the user's browser with a test harness in your package's test script:
44 "test": "opener ./test/runner.html"
54 Because Windows has `start`, Macs have `open`, and *nix has `xdg-open`. At least [according to some…
/third_party/libabigail/tests/
Druntestfedabipkgdiffpy3.sh.in1 #!/bin/bash -e
2 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4 # Either tests runner script or the tools/fedabipkgdiff has shebang
6 # change PATH in order to make sure python can be found before the current
9 PY3_TEMP=$(mktemp -d --tmpdir libabigail-py3-temp-XXXXXXXX)
11 ln -s $(which @PYTHON3_INTERPRETER@) $PY3_TEMP/python
/third_party/cef/tests/ceftests/
Dserver_unittest.cc2 // reserved. Use of this source code is governed by a BSD-style license that
113 // Must be called before CreateServer().
119 // Must be called before CreateServer().
127 // Must be called before CreateServer().
133 // Must be called before CreateServer().
140 // Must be called before CreateServer().
146 // Must be called before CreateServer().
152 // Must be called before CreateServer().
169 server_->Shutdown(); in ShutdownServer()
174 EXPECT_TRUE(server->IsRunning()); in OnServerCreated()
[all …]
/third_party/unity/docs/
DUnityGettingStartedGuide.md1 # Unity - Getting Started
14 Unity was designed to be cross-platform. It works hard to stick with C standards
69 - `src` - This is the code you care about! This folder contains a C file and two
71 - `docs` - You're reading this document, so it's possible you have found your way
74 - `examples` - This contains a few examples of using Unity.
75 - `extras` - These are optional add ons to Unity that are not part of the core
78 - `test` - This is how Unity and its scripts are all tested. If you're just using
82 - `auto` - Here you will find helpful Ruby scripts for simplifying your test
93 function can contain anything you would like to run before each test. The
98 If you're using Ceedling or the test runner generator script, you may leave these off
[all …]
/third_party/gstreamer/gstreamer/libs/gst/check/libcheck/
Dcheck.h.in1 /*-*- mode:C; -*- */
19 * MA 02110-1301, USA.
59 * Used to create the linker script for hiding lib-local symbols. Shall
122 * When finished, create a suite runner from the
287 (function version -- use this when the macro won't work
296 * test case, and not before and after unit tests. Further,
311 * @param setup function to add to be executed before the test case;
323 * Checked fixture functions are run before and after each unit test inside
330 * However, since fixture functions are run before and after each unit
339 * @param setup function to add to be executed before each unit test in
[all …]
Dcheck.h1 /*-*- mode:C; -*- */
19 * MA 02110-1301, USA.
59 * Used to create the linker script for hiding lib-local symbols. Shall
122 * When finished, create a suite runner from the
287 (function version -- use this when the macro won't work
296 * test case, and not before and after unit tests. Further,
311 * @param setup function to add to be executed before the test case;
323 * Checked fixture functions are run before and after each unit test inside
330 * However, since fixture functions are run before and after each unit
339 * @param setup function to add to be executed before each unit test in
[all …]
/third_party/gstreamer/gstreamer/libs/gst/check/
Dinternal-check.h1 /*-*- mode:C; -*- */
19 * MA 02110-1301, USA.
59 * Used to create the linker script for hiding lib-local symbols. Shall
122 * When finished, create a suite runner from the
287 (function version -- use this when the macro won't work
296 * test case, and not before and after unit tests. Further,
311 * @param setup function to add to be executed before the test case;
323 * Checked fixture functions are run before and after each unit test inside
330 * However, since fixture functions are run before and after each unit
339 * @param setup function to add to be executed before each unit test in
[all …]
/third_party/cef/include/capi/
Dcef_v8_capi.h30 // ---------------------------------------------------------------------------
61 // threads. A task runner for posting tasks on the associated thread can be
71 // Returns the task runner associated with this context. V8 handles can only
100 // before calling this function.
106 // Enter this context. A context must be explicitly entered before creating a
108 // the same number of times as enter() before releasing this context. V8
129 // parameter is the URL where the script in question can be found, if any. The
320 // Returns the resource name for the script from where the function causing
328 // Returns the 1-based number of the line where the error occurred or 0 if the
334 // Returns the index within the script of the first character where the error
[all …]
/third_party/cef/include/
Dcef_v8.h30 // ---------------------------------------------------------------------------
111 /*--cef(optional_param=handler)--*/
120 // A task runner for posting tasks on the associated thread can be retrieved via
123 /*--cef(source=library,no_debugct_check)--*/
129 /*--cef()--*/
135 /*--cef()--*/
141 /*--cef()--*/
145 // Returns the task runner associated with this context. V8 handles can only
149 /*--cef()--*/
157 /*--cef()--*/
[all …]
/third_party/vk-gl-cts/external/openglcts/
DREADME.md12 ------------------------
13 - [Test History](#test-history)
14 - [Introduction](#introduction)
15 - [Test Environment Requirements](#test-environment-requirements)
16 - [Configuring and Building the Tests](#configuring-and-building-the-tests)
17 - [Configuration](#configuration)
18 - [Building the Tests](#building-the-tests)
19 - [Windows](#windows)
20 - [Linux](#linux)
21 - [Android](#android)
[all …]
/third_party/mesa3d/docs/ci/
Dindex.rst5 ---------
8 We use it to test merge requests (MRs) before merging them (pre-merge testing),
9 as well as post-merge testing, for everything that hits ``main``
14 The CI runs a number of tests, from trivial build-testing to complex GPU rendering:
16 - Build testing for a number of build systems, configurations and platforms
17 - Sanity checks (``meson test``)
18 - Some drivers (softpipe, llvmpipe, freedreno and panfrost) are also tested
19 using `VK-GL-CTS <https://github.com/KhronosGroup/VK-GL-CTS>`__
20 - Replay of application traces
30 If you're interested in the details, the main configuration file is ``.gitlab-ci.yml``,
[all …]
/third_party/python/Lib/
Ddoctest.py2 # Released to the public domain 16-Jan-2001, by Tim Peters (tim@python.org).
7 # Provided as-is; use at your own risk; no warranty; no promises; enjoy!
9 r"""Module doctest -- a framework for running examples in docstrings.
20 Then running the module as a script will cause the examples in the
30 Run it with the -v switch instead:
32 python M.py -v
42 with the unittest framework, and support for running non-Python text
74 # 5. Doctest Runner
111 # - Example: a <source, want> pair, plus an intra-docstring line number.
112 # - DocTest: a collection of examples, parsed from a docstring, plus
[all …]
/third_party/node/test/parallel/
Dtest-listen-fd-cluster.js32 console.error('Cluster listen fd test', process.argv[2] || 'runner');
36 // parent: the test main script
37 // -> master: the cluster master
38 // -> worker: the cluster worker
55 // a more low-level approach, use child process IPC manually.
68 // Kill the worker before we start doing asserts.
128 // Prevent outliving our parent process in case it is abnormally killed -
129 // under normal conditions our parent kills this process before exiting.
/third_party/python/Doc/library/
Ddoctest.rst1 :mod:`doctest` --- Test interactive Python examples
14 --------------
20 * To check that a module's docstrings are up-to-date by verifying that all
27 input-output examples. Depending on whether the examples or the expository text
49 >>> factorial(-1)
91 .. code-block:: shell-session
97 ``-v`` to the script, and :mod:`doctest` prints a detailed log of what
100 .. code-block:: shell-session
102 $ python example.py -v
116 .. code-block:: none
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/test/
Dflutter_web_platform.dart2 // Use of this source code is governed by a BSD-style license that can be
23 import 'package:test_core/src/runner/configuration.dart';
24 import 'package:test_core/src/runner/environment.dart';
25 import 'package:test_core/src/runner/platform.dart';
26 import 'package:test_core/src/runner/plugin/platform_helpers.dart';
27 import 'package:test_core/src/runner/runner_suite.dart';
28 import 'package:test_core/src/runner/suite.dart';
77 /// The test runner configuration.
130 'runner',
140 headers: <String, String>{'Content-Type': 'text/javascript'},
[all …]
/third_party/node/tools/gyp/pylib/gyp/generator/
Dxcode.py2 # Use of this source code is governed by a BSD-style license that can be
22 # custom Xcode setting whose value is a DerivedSources-like directory that's
23 # project-specific and configuration-specific. The normal choice,
24 # DERIVED_FILE_DIR, is target-specific, which is thought to be too restrictive
27 # PROJECT_DERIVED_FILE_DIR, is unsuitable because while it is project-specific,
28 # it is not configuration-specific. INTERMEDIATE_DIR is defined as
63 # The Xcode-specific sections that hold paths.
71 # The Xcode-specific keys that exist on targets and aren't moved down to
164 # defined. The comments below about wanting to avoid project-wide build
165 # settings apply here too, but this needs to be set on a project-wide basis
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dxcode.py3 # Use of this source code is governed by a BSD-style license that can be
21 # custom Xcode setting whose value is a DerivedSources-like directory that's
22 # project-specific and configuration-specific. The normal choice,
23 # DERIVED_FILE_DIR, is target-specific, which is thought to be too restrictive
26 # PROJECT_DERIVED_FILE_DIR, is unsuitable because while it is project-specific,
27 # it is not configuration-specific. INTERMEDIATE_DIR is defined as
62 # The Xcode-specific sections that hold paths.
70 # The Xcode-specific keys that exist on targets and aren't moved down to
161 # defined. The comments below about wanting to avoid project-wide build
162 # settings apply here too, but this needs to be set on a project-wide basis
[all …]
/third_party/typescript/tests/baselines/reference/
Dparserharness.js8 // http://www.apache.org/licenses/LICENSE-2.0
27 declare var __dirname; // Node-specific
36 var path: string[] = components.slice(0, components.length - 1);
203 // we have to string-based splitting instead and try to figure out the delimiting chars
255 // Logger-related functions
314 … isAsync = false; // If we execute synchronously, this will get called before the return below.
355 errorHandlerStack[errorHandlerStack.length - 1](e);
543 this.time = (Clock.now() - this.startTime) / Clock.resolution * 1000;
591 sumOfSquares += Math.pow(this.data[i] - sampleMean, 2);
603 public before() { }
[all …]
/third_party/rust/crates/bindgen/
DCONTRIBUTING.md8 <!-- START doctoc generated TOC please keep comment here to allow auto update -->
9 <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
11 - [Code of Conduct](#code-of-conduct)
12 - [Filing an Issue](#filing-an-issue)
13 - [Looking to Start Contributing to `bindgen`?](#looking-to-start-contributing-to-bindgen)
14 - [Building](#building)
15 - [Testing](#testing)
16 - [Overview](#overview)
17 - [Testing Bindings Generation](#testing-bindings-generation)
18 - [Testing Generated Bindings](#testing-generated-bindings)
[all …]

1234567