Searched +full:runner +full:- +full:before +full:- +full:script (Results 1 – 25 of 124) sorted by relevance
12345
| /third_party/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 7 - !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/ |
| D | Makefile.am | 183 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 …]
|
| D | Makefile.in | 4 # Copyright (C) 1994-2020 Free Software Foundation, Inc. 19 if test -z '$(MAKELEVEL)'; then \ 21 elif test -n '$(MAKE_HOST)'; then \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 30 case $${target_option-} in \ 33 "target option '$${target_option-}' specified" >&2; \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ 59 -*O) strip_trailopt 'O'; skip_next=yes;; \ [all …]
|
| /third_party/python/Lib/test/ |
| D | test_zipimport_support.py | 38 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/libabigail/tests/ |
| D | runtestfedabipkgdiffpy3.sh.in | 1 #!/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/unity/docs/ |
| D | UnityHelperScriptsGuide.md | 5 Sometimes what it takes to be a really efficient C programmer is a little non-C. 9 Just install whatever the latest version is, and it is likely to work. You can find Ruby at [ruby-l… 15 Do you want to use CMock or other fancy add-ons but don't want to figure out how to create your own… 17 Well then we have the perfect script for you! 19 The `generate_test_runner` script processes a given test file and automatically creates a separate … 20 All you do then is add the generated runner to your list of files to be compiled and linked, and pr… 22 This script searches your test file for void function signatures having a function name beginning w… 39 You can run this script a couple of ways. 46 Alternatively, if you include only the test file parameter, the script will copy the name of the te… 55 …you are using YAML files already, you can simply pass the very same file into the generator script. [all …]
|
| D | UnityGettingStartedGuide.md | 1 # Unity - Getting Started 15 Unity was designed to be cross-platform. 59 - `src` - This is the code you care about! This folder contains a C file and two header files. 61 - `docs` - You're reading this document, so it's possible you have found your way into this folder … 63 - `examples` - This contains a few examples of using Unity. 64 - `extras` - These are optional add ons to Unity that are not part of the core project. 66 - `test` - This is how Unity and its scripts are all tested. 69 - `auto` - Here you will find helpful Ruby scripts for simplifying your test workflow. 79 The setUp function can contain anything you would like to run before each test. 84 If you're using Ceedling or the test runner generator script, you may leave these off completely. [all …]
|
| D | UnityConfigurationGuide.md | 22 That file is proof that a cross-platform library is challenging to build. 27 It doesn't matter if you're using a target-specific compiler and a simulator or a native compiler. 36 This would be test test, the test runner (if you're generating one), and from unity.c when it's com… 95 This is used to figure out what kind of 64-bit support your system can handle. 96 Does it need to specify a `long` or a `long long` to get a 64-bit value. 97 On 16-bit systems, this option is going to be ignored. 108 The default, if not autodetected, is 32-bits. 111 …rs (for example TI C55x with a pointer width of 23-bit), choose the next power of two (in this cas… 121 #define UNITY_POINTER_WIDTH 64 // Set UNITY_POINTER_WIDTH to 64-bit 132 …l automatically include 64-bit support if it auto-detects it, or if your `int`, `long`, or pointer… [all …]
|
| /third_party/littlefs/scripts/ |
| D | test.py | 3 # Script to compile and runs tests. 6 # ./scripts/test.py runners/test_runner -b 9 # SPDX-License-Identifier: BSD-3-Clause 38 def openio(path, mode='r', buffering=-1): 39 # allow '-' for stdin/stdout 40 if path == '-': 89 parens -= 1 100 # which can be comma-separated values, with optional 102 # the runner itself. 153 self.name = self.name[:-len('.toml')] [all …]
|
| /third_party/vk-gl-cts/external/openglcts/ |
| D | README.md | 8 Up-to-date documentation for dEQP is available at: 10 * [The VK-GL-CTS wiki for Khronos members](https://gitlab.khronos.org/Tracker/vk-gl-cts/wikis/home) 11 * [The VK-GL-CTS wiki for non-Khronos members](https://github.com/KhronosGroup/VK-GL-CTS/wiki) 15 ------------------------ 16 - [OpenGL and OpenGL ES 2.0/3.X Conformance Test Instructions](#opengl-and-opengl-es-203x-conforman… 17 - [Contents](#contents) 18 - [Test History](#test-history) 19 - [Introduction](#introduction) 20 - [Test Environment Requirements](#test-environment-requirements) 21 - [Configuring and Building the Tests](#configuring-and-building-the-tests) [all …]
|
| /third_party/mesa3d/docs/ci/ |
| D | index.rst | 5 --------- 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/ |
| D | doctest.py | 2 # 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/python/Doc/library/ |
| D | doctest.rst | 1 :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 …]
|
| D | unittest.rst | 1 :mod:`unittest` --- Unit testing framework 14 -------------- 17 to skip to :ref:`the list of assert methods <assert-methods>`.) 26 object-oriented way: 43 test runner 44 A :dfn:`test runner` is a component which orchestrates the execution of tests 45 and provides the outcome to the user. The runner may use a graphical interface, 53 Another test-support module with a very different flavor. 60 Third-party unittest framework with a lighter-weight syntax for writing 67 `Testing in Python Mailing List <http://lists.idyll.org/listinfo/testing-in-python>`_ [all …]
|
| /third_party/vixl/tools/ |
| D | generate_tests.py | 37 The script assumes that `clang-format-4.0` is in the current path. If it isn't, 40 $ ./tools/generate_tests.py --clang-format /patch/to/clang-format 42 Once the script has finished, it will have generated test files, as many as 45 - test/aarch32/test-assembler-cond-rd-rn-immediate-a32.cc 46 - test/aarch32/test-assembler-cond-rd-rn-rm-a32.cc 47 - test/aarch32/test-assembler-cond-rd-rn-rm-q-a32.cc 48 - test/aarch32/test-assembler-cond-rd-rn-rm-ge-a32.cc 50 Because these test cases need traces in order to build, the script will have 54 $ cat test/aarch32/traces/sim-cond-rd-rn-immediate-adc-a32.h 58 need to re-generate traces with real hardware; the test cases do not support [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | parserharness.js | 8 // 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/ |
| D | CONTRIBUTING.md | 8 <!-- 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 …]
|
| /third_party/curl/tests/ |
| D | runner.pm | 21 # SPDX-License-Identifier: curl 30 # unmarshalled (in ipcrecv) before the desired function is called normally. 33 # before being returned to the caller. 35 package runner; package 113 # These may only be set *before* runner_init is called 115 our $valgrind_logfile="--log-file"; # the option name for valgrind >=3 116 our $valgrind_tool="--tool=memcheck"; 126 my %oldenv; # environment variables before test is started 131 my $multiprocess; # nonzero with a separate test runner process 134 my $runnerr; # pipe that runner reads from [all …]
|
| D | devtest.pl | 22 # SPDX-License-Identifier: curl 26 # This script is intended for developers to test some internals of the 30 # An example command-line that starts a test http server for test 11 and waits 31 # for the user before stopping it: 32 # ./devtest.pl --verbose serverfortest https echo "Started https" protoport https preprocess 11 p… 34 # curl -vkL https://localhost:<protoport>/11 42 # usually set by the Makefile, but for out-of-tree builds with direct 58 use runner qw( 73 my $uname_release = `uname -r`; 95 # Generate a "proto-ipv6" version of each protocol to match the [all …]
|
| D | runtests.pl | 22 # SPDX-License-Identifier: curl 32 # $HOSTIP, $HOST6IP - Set to the address of the host running the test suite 33 # $CLIENTIP, $CLIENT6IP - Set to the address of the host running curl 34 # runclient, runclientoutput - Modify to copy all the files in the log/ 42 # 'make && make test' needs to be done on both machines before making the 53 # Finally, to properly support -g and -n, checktestcmd needs to change 56 # fixed. As long as the -g option is never given, and the -n is always 68 # usually set by the Makefile, but for out-of-tree builds with direct 100 use runner; 107 my $CURLCONFIG="../curl-config"; # curl-config from current build [all …]
|
| /third_party/mesa3d/.gitlab-ci/lava/ |
| D | lava_job_submitter.py | 3 # Copyright (C) 2020 - 2022 Collabora Limited 8 # SPDX-License-Identifier: MIT 50 # How many seconds the script should wait before try a new polling iteration to 78 "depthcharge-action": { 98 'url': '{}/lava-rootfs.tgz'.format(args.rootfs_url_prefix), 114 "prompts": ["lava-shell:"], 126 'lava-signal': 'kmsg', 134 'format': 'Lava-Test Test Definition 1.0', 143 # job execution script: 144 # - inline .gitlab-ci/common/init-stage1.sh [all …]
|
| /third_party/gn/src/gn/ |
| D | functions_target.cc | 2 // Use of this source code is governed by a BSD-style license that can be 32 " script*, sources\n" 56 block->Execute(&block_scope, err); in ExecuteGenericTarget() 57 if (err->has_error()) in ExecuteGenericTarget() 62 if (err->has_error()) in ExecuteGenericTarget() 71 // action ---------------------------------------------------------------------- 73 // Common help paragraph on script runtime execution directories. 76 " The script will be executed with the given arguments with the current\n" \ 78 " to your script, see \"gn help rebase_path\" for how to convert\n" \ 91 // Common help paragraph on script output directories. [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 21.3.0.rst | 1 Mesa 21.3.0 Release Notes / 2021-11-17 20 --------------- 24 a2753c09deef0ba14d35ae8a2ceff3fe5cd13698928c7bb62c2ec8736eb09ce1 mesa-21.3.0.tar.xz 28 ------------ 30 - VK_EXT_color_write_enable on lavapipe 31 - GL_ARB_texture_filter_anisotropic in llvmpipe 32 - Anisotropic texture filtering in lavapipe 33 - VK_EXT_shader_atomic_float2 on Intel and RADV. 34 - VK_EXT_vertex_input_dynamic_state on RADV. 35 - VK_KHR_timeline_semaphore on lavapipe [all …]
|
| D | 22.0.0.rst | 1 Mesa 22.0.0 Release Notes / 2022-03-09 20 --------------- 24 e6c41928b5b9917485bd67cec22d15e62cad7a358bf4c711a647979987601250 mesa-22.0.0.tar.xz 28 ------------ 30 - lavapipe,radv,anv KHR_dynamic_rendering 31 - radv EXT_image_view_min_lod 32 - VK_KHR_synchronization2 on RADV. 33 - OpenSWR has been moved to the Amber branch 34 - radeonsi, zink ARB_sparse_texture 35 - d3d12 GLES3.1 (shader storage buffers, images, compute, indirect draw, draw params, ARB_framebuff… [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/ |
| D | README.md | 7 Up-to-date documentation for dEQP is available at: 9 * [The VK-GL-CTS wiki for Khronos members](https://gitlab.khronos.org/Tracker/vk-gl-cts/wikis/home) 10 * [The VK-GL-CTS wiki for non-Khronos members](https://github.com/KhronosGroup/VK-GL-CTS/wiki) 14 ------------ 33 * You can get this from the `mesa-common-dev` Ubuntu package. 45 * Android SDK with: SDK Tools, SDK Platform-tools, SDK Build-tools, and API 28 52 tools/bin/sdkmanager tools platform-tools 'build-tools;25.0.2' 'platforms;android-28' 56 ------------ 59 vulkan-docs, spirv-headers, and spirv-tools. 65 You may need to re-run `fetch_sources.py` to update to the latest glslang, [all …]
|
12345