| /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 …]
|
| /third_party/node/test/wpt/ |
| D | test-streams.js | 5 const runner = new WPTRunner('streams'); constant 7 // Set a script that will be executed in the worker before running the tests. 8 runner.pretendGlobalThisAs('Window'); 9 runner.setInitScript(` 10 // Simulate global postMessage for enqueue-with-detached-buffer.window.js 35 runner.runJsTests();
|
| D | README.md | 11 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> 30 See [Format of a status JSON file](#status-format) for details. 44 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/node/doc/ |
| D | node.1 | 8 .\" https://atom.io/packages/language-roff 11 .\" mandoc -Wall -Tlint /path/to/this.file # BSD 12 .\" groff -w all -z /path/to/this.file # GNU/Linux, macOS 15 .\" Before making changes, please note the following: 18 .\" the Roff formatter better control over text-spacing, line-wrapping, 29 .tr -\-^\(ha~\(ti`\(ga 35 .Nd server-side JavaScript runtime 41 .Op Ar v8-options 42 .Op Fl e Ar string | Ar script.js | Fl 43 .Op Fl - [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/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/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/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/node/doc/api/ |
| D | cli.md | 1 # Command-line API 3 <!--introduced_in=v5.9.1--> 5 <!--type=misc--> 7 Node.js comes with a variety of CLI options. These options expose built-in 14 `node [options] [V8 options] [<program-entry-point> | -e "script" | -] [--] [arguments]` 16 `node inspect [<program-entry-point> | -e "script" | <host>:<port>] …` 18 `node --v8-options` 26 The program entry point is a specifier-like string. If the string is not an 29 [ES module loader][Modules loaders] if [`--experimental-default-type=module`][] 35 * The program was started with a command-line flag that forces the entry [all …]
|
| /third_party/node/deps/v8/tools/gcmole/ |
| D | README | 1 DESCRIPTION ------------------------------------------------------------------- 4 dependent GC-unsafe places in the V8 codebase and "stale" pointers to the heap 7 For example the following code is GC-unsafe: 13 baz->Qux(*Foo()); // (a) 17 includes receiver) in any order. That means it can dereference baz before 36 PREREQUISITES ----------------------------------------------------------------- 40 $ sudo apt-get install python 46 Make sure to pass -DCMAKE_BUILD_TYPE=Release to cmake to get Release build 56 bootstrapping script in this directory: 60 This will use "third_party/llvm+clang-build" as a build directory and checkout [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/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/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/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/node/test/parallel/ |
| D | test-listen-fd-cluster.js | 32 console.error('Cluster listen fd test', process.argv[2] || 'runner'); 36 // parent: the test main script 37 // -> primary: the cluster primary 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/node/tools/gyp/pylib/gyp/generator/ |
| D | xcode.py | 2 # 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 163 # defined. The comments below about wanting to avoid project-wide build 164 # 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/ |
| D | xcode.py | 2 # 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 163 # defined. The comments below about wanting to avoid project-wide build 164 # settings apply here too, but this needs to be set on a project-wide basis [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/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 …]
|
| /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 …]
|