Home
last modified time | relevance | path

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

123456789

/external/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml7 - !reference [default, before_script]
9 - rm -rf install
10 - tar -xf artifacts/install.tar
11 - section_start ldd_section "Checking ldd on driver build"
12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
13 - section_end ldd_section
18 - results/
20 - !reference [.never-post-merge-rules, rules]
22 .formatting-check:
25 stage: code-validation
[all …]
/external/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 …]
/external/cronet/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 …]
/external/zstd/tests/cli-tests/
DREADME.md8 ## Test runner usage
10 The test runner `run.py` will run tests against the in-tree build of `zstd` and `datagen` by defaul…
12 The `zstd` binary used can be passed with `--zstd /path/to/zstd`.
13 …to run `zstd` through a tool like `valgrind` or `qemu`, set the `--exec-prefix 'valgrind -q'` flag.
15 Similarly, the `--datagen`, and `--zstdgrep` flags can be set to specify
19 …mally these directories are removed after the test executes. However, the `--preserve` flag will p…
23 By default the test runner `run.py` will run all the tests, and report the results.
29 ./run.py --preserve
30 ./run.py --zstd ../../build/programs/zstd --datagen ../../build/tests/datagen
35 A set of test names can be passed to the test runner `run.py` to only execute those tests.
[all …]
/external/oboe/tests/
Drun_tests.sh9 # http://www.apache.org/licenses/LICENSE-2.0
18 # Script to build and run the Oboe tests on an attached Android device or emulator
21 # - CMake on PATH. This is usually found in $ANDROID_HOME/cmake/<version>/bin.
22 # - ANDROID_NDK environment variable is set to your Android NDK location
24 # - Android device or emulator attached and accessible via adb
27 # - Run this script
28 # - Check the test results on your target device
30 # What does the script do?
31 # - Builds a test binary for the target architecture
32 # - Copies the test binary into the UnitTestRunner app
[all …]
/external/python/mobly/mobly/
Dtest_runner.py7 # http://www.apache.org/licenses/LICENSE-2.0
38 This is the default entry point for running a test script file directly.
39 In this case, only one test class in a test script is allowed.
41 To make your test script executable, add the following to your file:
43 .. code-block:: python
58 # Find the test class in the test script.
73 runner = TestRunner(
76 with runner.mobly_logger(console_level=console_level):
77 runner.add_test_class(config, test_class, tests)
79 runner.run()
[all …]
Dsuite_runner.py7 # http://www.apache.org/licenses/LICENSE-2.0
14 """Runner for Mobly test suites.
19 There are two ways to use this runner.
25 .. code-block:: python
40 .. code-block:: python
97 '-c',
98 '--config',
104 '-l',
105 '--list_tests',
108 'Print the names of the tests defined in a script without '
[all …]
/external/pigweed/pw_build/
Dpython_action.gni7 # https://www.apache.org/licenses/LICENSE-2.0
19 # Defines an action that runs a Python script.
21 # This wraps a regular Python script GN action with an invocation of a script-
22 # runner script that adds useful features. pw_python_action() uses the same
25 # module May be used in place of the script argument to run the
26 # provided Python module with `python -m` instead of a script.
27 # Either script or module must be provided.
29 # capture_output If true, script output is hidden unless the script fails
32 # stamp File to touch if the script is successful. Actions that
44 # <TARGET_FILE(//some/label:here)> - expands to the
[all …]
/external/python/cpython3/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 …]
/external/mesa3d/.gitlab-ci/lava/
Dlava-gitlab-ci.yml2 …REGISTRY_IMAGE}/alpine/x86_64_lava_ssh_client:${ALPINE_X86_64_LAVA_SSH_TAG}--${MESA_TEMPLATES_COMM…
5 .lava-test:
10 FDO_CI_CONCURRENT: 6 # should be replaced by per-machine definitions
12 FDO_HTTP_CACHE_URI: "http://caching-proxy/cache/?uri="
14 BASE_SYSTEM_HOST_PREFIX: "${S3_HOST}/mesa-lava"
17 # per-job build artifacts
18 JOB_ROOTFS_OVERLAY_PATH: "${JOB_ARTIFACTS_BASE}/job-rootfs-overlay.tar.gz"
20 S3_ARTIFACT_NAME: "mesa-${ARCH}-default-debugoptimized"
24 script:
25 - ./artifacts/lava/lava-submit.sh
[all …]
/external/perfetto/tools/
Drun_test_like_ci8 # http://www.apache.org/licenses/LICENSE-2.0
77 '--runner',
78 help='The container runner executable to use',
82 '--build',
87 '--confirm',
92 '--no-confirm',
99 git_cmd = ['git', '-C', REPO_ROOT, 'status', '--porcelain']
105 print('I suggest you stop, commit and then re-run this script')
111 print('About to build %r locally with %r' % (args.image, args.runner))
113 check_call(('make', '-C', os.path.join(REPO_ROOT, 'infra', 'ci'),
[all …]
/external/toolchain-utils/crosperf/
Dcrosperf.py2 # -*- coding: utf-8 -*-
4 # Use of this source code is governed by a BSD-style license that can be
7 """The driver script for running performance benchmarks on ChromeOS."""
18 # pylint: disable=no-name-in-module
35 "--dry_run",
47 "--%s" % field.name,
85 "--noschedv2",
92 "-l",
93 "--log_dir",
118 open(experiment_filename, encoding="utf-8"), option_settings
[all …]
/external/skia/tools/testrunners/common/android/adb_test_runner/
Dadb_test_runner.go2 // Use of this source code is governed by a BSD-style license that can be
39 …deviceSpecificBazelConfigFlag := flag.String("device-specific-bazel-config", "", "The Bazel config…
40 …. The Android device will be tuned to reduce variations in performance for single-threaded tests.")
42 testRunnerFlag := flag.String("test-runner", "", "Path to the test runner inside the tarball.")
45 // - The adb_test Bazel rule produces a Bash script that invokes this Go program with various
47 // adb_test target is built, which are hardcoded in the script; and those that are determined
48 // at runtime, which the script should set based on its own command-line arguments.
50 // - The only two flags determined at runtime are --device-specific-bazel-config and
51 // --test-runner-extra-args. The first should be set with the value of the
52 // --device-specific-bazel-config flag passed to the script, while the second should be set to
[all …]
/external/bazelbuild-rules_rust/rust/private/
Drustdoc_test.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
15 """Rules for performing `rustdoc --test` on Bazel built crates"""
38 - Args: Arguments for the test writer
39 - dict: Required environment variables
45 writer_args.add("--output={}".format(test_runner.path))
48 writer_args.add("--optional_test_params={}".format(opt_test_params.path))
50 # Track what environment variables should be written to the test runner
51 writer_args.add("--action_env=DEVELOPER_DIR")
52 writer_args.add("--action_env=PATHEXT")
53 writer_args.add("--action_env=SDKROOT")
[all …]
/external/angle/build/android/
Dtest_runner.py4 # Use of this source code is governed by a BSD-style license that can be
27 # Import _strptime before threaded code. datetime.datetime.strptime is
30 import _strptime # pylint: disable=unused-import
32 # pylint: disable=ungrouped-imports
59 from lib.results import result_sink # pylint: disable=import-error
83 '--test-launcher-retry-limit',
84 '--test_launcher_retry_limit',
85 '--num_retries', '--num-retries',
86 '--isolated-script-test-launcher-retry-limit',
88 help='Number of retries for a test before '
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/com/google/android/exoplayer2/testutil/
DExoPlayerTestRunner.Builder.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
9 <script type="text/javascript" src="../../../../../script.js"></script>
10 <script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
11 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></sc…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"><…
14 <![endif]-->
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/com/google/android/exoplayer2/testutil/
DExoPlayerTestRunner.Builder.html2 <!-- NewPage -->
4-- start favicons snippet, use https://realfavicongenerator.net/ --><link rel="apple-touch-icon" s…
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
9 <script type="text/javascript" src="../../../../../script.js"></script>
10 <script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
11 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></sc…
12 <!--[if IE]>
13 <script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"><…
14 <![endif]-->
[all …]
/external/cronet/build/android/
Dtest_runner.py4 # Use of this source code is governed by a BSD-style license that can be
27 # Import _strptime before threaded code. datetime.datetime.strptime is
30 import _strptime # pylint: disable=unused-import
32 # pylint: disable=ungrouped-imports
59 from lib.results import result_sink # pylint: disable=import-error
83 '--test-launcher-retry-limit',
84 '--test_launcher_retry_limit',
85 '--num_retries', '--num-retries',
86 '--isolated-script-test-launcher-retry-limit',
88 help='Number of retries for a test before '
[all …]
/external/pigweed/pw_compilation_testing/
Ddocs.rst1 .. _module-pw_compilation_testing:
11 - Testing for compiler errors, such as ``[[nodiscard]]`` checks.
12 - Testing that a template cannot be instantiated with certain types.
13 - Testing that a ``static_assert`` statement is triggered as expected.
14 - For a ``constexpr`` function, testing that a ``PW_ASSERT`` is triggered as
26 ---------------------------------
28 ---------------------------------
29 .. code-block:: cpp
51 [[maybe_unused]] MyStruct<-1> illegal;
72 // statement to force compile-time evaluation.
[all …]
/external/bazelbuild-rules_android/rules/android_local_test/
Dattrs.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
53 A list of flags to embed in the wrapper script generated for running this binary.
54 …ation / execpath / rootpath)](https://docs.bazel.build/versions/main/be/make-variables.html#predef…
55 … ["Make variable"](https://docs.bazel.build/versions/main/be/make-variables.html) substitution, and
56 …ell tokenization](https://docs.bazel.build/versions/main/be/common-definitions.html#sh-tokenizatio…
58 The wrapper script for a Java binary includes a CLASSPATH definition
60 The command line generated by the wrapper script includes the name of
65 script before the classname is listed.
79 uses-sdk tags. `packageName` will be ignored and will be set from either
96 …yout](https://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.h…
[all …]
/external/crosvm/docs/book/src/building_crosvm/
Dlinux.md19 git submodule update --init
30 Crosvm development best works on Debian derivatives. We provide a script to install the necessary
34 ./tools/install-deps
38 [Using the development container](#using-the-development-container).
43 [Podman](https://podman.io/getting-started/installation) or
44 [Docker](https://docs.docker.com/get-docker/) installed, it can be started with:
60 you wish to start fresh, use the `--clean` flag.
67 If you want to enable [additional features](../running_crosvm/features.md), use the `--features`
68 flag. (e.g. `cargo build --features=gdb`)
75 [Testing](../testing/index.md)), so we use a special test runner. By default it will only execute
[all …]
/external/cronet/base/test/
Dtest_switches.cc2 // Use of this source code is governed by a BSD-style license that can be
13 "isolated-script-test-launcher-retry-limit";
17 const char switches::kRebaselinePixelTests[] = "rebaseline-pixel-tests";
21 const char switches::kSingleProcessTests[] = "single-process-tests";
24 const char switches::kTestLauncherBatchLimit[] = "test-launcher-batch-limit";
29 "test-launcher-bot-mode";
35 "test-launcher-debug-launcher";
39 const char switches::kTestLauncherFilterFile[] = "test-launcher-filter-file";
43 // file is allowed. Passing --gtest_filter, positive wildcard filters, or
48 "enforce-exact-positive-filter";
[all …]
/external/okio/okio-wasifilesystem/
Dbuild.gradle.kts11 id("build-support") in <lambda>()
12 id("binary-compatibility-validator") in <lambda>()
47 * Inspired by runner.mjs in kowasm, this rewrites the JavaScript bootstrap script to set up WASI.
54 * after that task. It must also run before the WASM test execution tasks that read this script.
60 val moduleName = "${rootProject.name}-${project.name}-wasm-wasi-test" in <lambda>()
70 val base = File(System.getProperty("java.io.tmpdir"), "okio-wasifilesystem-test") in <lambda>()
/external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/
DWorkSpaceController.java33 import org.antlr.gunit.swingui.runner.gUnitAdapter;
57 /* SUB-CONTROL */
58 private final RunnerController runner = new RunnerController(); field in WorkSpaceController
61 view.resultPane = (JPanel) runner.getView(); in WorkSpaceController()
164 this.runner.OnShowRuleResult(rule); in OnSelectRule()
182 // save before run in OnRunTest()
191 runner.OnShowSuiteResult(currentTestSuite); in OnRunTest()
192 … view.tabEditors.addTab("Test Result", ImageFactory.getSingleton().FILE16, runner.getView()); in OnRunTest()
193 view.tabEditors.setSelectedComponent(runner.getView()); in OnRunTest()
228 /** Event handler for switching between editor view and script view. */
/external/angle/build/lacros/
Dtest_runner.py4 # Use of this source code is governed by a BSD-style license that can be
6 """This script facilitates running tests for lacros on Linux.
9 to setup build directory with the lacros-chrome-on-linux build configuration,
19 executed with the latest version of prebuilt ash-chrome, and the behavior is
25 --gtest_filter=BrowserTest.Title
31 --ash-chrome-version=120.0.6099.0
33 The above command runs tests with a given version of ash-chrome, which is
36 https://chrome-infra-packages.appspot.com/p/chromium/testing/linux-ash-chromium/x86_64/ash.zip
45 The above command starts ash-chrome with xvfb instead of an X11 window, and
48 For version skew testing when passing --ash-chrome-path-override, the runner
[all …]

123456789