Home
last modified time | relevance | path

Searched +full:build +full:- +full:no +full:- +full:tests (Results 1 – 25 of 1052) sorted by relevance

12345678910>>...43

/third_party/rust/crates/unicode-width/.github/workflows/
Drust.yml1 name: build
13 RUSTFLAGS: -D warnings
14 RUSTDOCFLAGS: -D warnings
17 build:
18 runs-on: ubuntu-latest
20 - uses: actions/checkout@v4
21 - name: Build
22 run: cargo build --verbose
23 - name: Run tests
24 run: cargo test --verbose
[all …]
/third_party/mbedtls/tests/scripts/
Dall.sh6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
15 # -------
17 # To run all tests possible or available on the platform.
20 # ---------------
22 # Warning: the test is destructive. It includes various build modes and
26 # * Makefile, library/Makefile, programs/Makefile, tests/Makefile,
29 # will no longer be initialised.
32 # * Basic Unix tools (Windows users note: a Unix-style find must be before
39 # * arm-gcc and mingw-gcc
40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc
[all …]
/third_party/openssl/
DINSTALL.md1 Build and Install
11 - [Prerequisites](#prerequisites)
12 - [Notational Conventions](#notational-conventions)
13 - [Quick Installation Guide](#quick-installation-guide)
14 - [Building OpenSSL](#building-openssl)
15 - [Installing OpenSSL](#installing-openssl)
16 - [Configuration Options](#configuration-options)
17 - [API Level](#api-level)
18 - [Cross Compile Prefix](#cross-compile-prefix)
19 - [Build Type](#build-type)
[all …]
/third_party/protobuf/objectivec/DevTools/
Dfull_mac_build.sh3 # Helper to do build so you don't have to remember all the steps/args.
5 set -eu
8 readonly ScriptDir=$(dirname "$(echo $0 | sed -e "s,^\([^/]\),$(pwd)/\1,")")
10 readonly BazelFlags="${BAZEL_FLAGS:---announce_rc --macos_minimum_os=10.13}"
13 readonly BazelBin="${BAZEL:-bazel}"
20 This script does the common build steps needed.
26 -h, --help
28 -c, --clean
29 Issue a clean before the normal build.
30 --full-build
[all …]
/third_party/elfutils/tests/
Drun-get-lines.sh19 . $srcdir/test-subr.sh
23 testrun_compare ${abs_builddir}/get-lines testfile testfile2 <<\EOF
26 804842c: /home/drepper/gnu/new-bu/build/ttt/m.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
27 8048432: /home/drepper/gnu/new-bu/build/ttt/m.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
28 804844d: /home/drepper/gnu/new-bu/build/ttt/m.c:7:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
29 8048458: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
30 804845a: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, …
33 804845c: /home/drepper/gnu/new-bu/build/ttt/b.c:4:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
34 804845f: /home/drepper/gnu/new-bu/build/ttt/b.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
35 8048464: /home/drepper/gnu/new-bu/build/ttt/b.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
[all …]
Drun-next-lines.sh2 # Variant of run-get-lines that uses dwarf_next_lines.
19 . $srcdir/test-subr.sh
23 testrun_compare ${abs_builddir}/next-lines testfile testfile2 <<\EOF
26 804842c: /home/drepper/gnu/new-bu/build/ttt/m.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
27 8048432: /home/drepper/gnu/new-bu/build/ttt/m.c:6:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
28 804844d: /home/drepper/gnu/new-bu/build/ttt/m.c:7:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
29 8048458: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
30 804845a: /home/drepper/gnu/new-bu/build/ttt/m.c:8:0: is_stmt:yes, end_seq:yes, bb:no, prologue:no, …
33 804845c: /home/drepper/gnu/new-bu/build/ttt/b.c:4:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
34 804845f: /home/drepper/gnu/new-bu/build/ttt/b.c:5:0: is_stmt:yes, end_seq:no, bb:no, prologue:no, e…
[all …]
/third_party/typescript/.github/workflows/
Dci.yml6 - master
7 - release-*
10 - master
11 - release-*
14 build:
15 runs-on: ubuntu-latest
19 node-version: [10.x, 12.x, 14.x]
22 - uses: actions/checkout@v2
24 fetch-depth: 5
25 - name: Use node version ${{ matrix.node-version }}
[all …]
/third_party/ltp/
DINSTALL2 ------------
5 package in any Linux distribution (no specific version is required).
9 …pt install gcc git make pkgconf autoconf automake bison flex m4 linux-headers-$(uname -r) libc6-dev
13 …# zypper install gcc git make pkg-config autoconf automake bison flex m4 linux-glibc-devel glibc-d…
17 # yum install gcc git make pkgconf autoconf automake bison flex m4 kernel-headers glibc-headers
19 These are minimal build requirements for git compilation. Some tests require
23 autoconf, automake, m4 (autoconf requirement), git and pkgconf (or pkg-config
31 -------------
37 $ mkdir -p $TOP_BUILDDIR
40 - $TOP_SRCDIR and $TOP_BUILDDIR are the same for in-build-tree scenarios.
[all …]
/third_party/musl/libc-test/
DREADME1 libc-test is developed as part of the musl project
2 http://www.musl-libc.org/
7 build and run tests:
13 a REPORT file that contains all build and runtime errors
14 (this means that make does not stop at build failures)
16 contributing tests:
20 - tests should be easy to run and build even a single test in isolation
22 - failure of one test should not interfere with others
23 (build failure, crash or unexpected results are all failures)
24 - test output should point to the cause of the failure
[all …]
/third_party/gn/src/gn/
Danalyzer_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
39 return SourceFile(label.dir().value() + "BUILD.gn"); in BuildFileForLabel()
93 Analyzer analyzer(builder_, SourceFile("//build/config/BUILDCONFIG.gn"), in RunAnalyzerTest()
96 SourceFile("//build/default_args.gn")}); in RunAnalyzerTest()
117 // Tests that a target is marked as affected if its sources are modified.
130 R"/("status":"No dependency",)/"
134 t_raw->sources().push_back(SourceFile("//dir/file_name.cc"));
148 // Tests that a target is marked as affected if its public headers are modified.
161 R"/("status":"No dependency",)/"
165 t_raw->public_headers().push_back(SourceFile("//dir/header_name.h"));
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DREADME.md1 # ANGLE Performance Tests
3 …ndalone testing suite that contains targeted tests for OpenGL, Vulkan and ANGLE internal classes. …
5 You can also build your own dashboards. For example, a comparison of ANGLE's back-end draw call per…
7 ## Running the Tests
9build ANGLE](../../../doc/DevSetup.md). Build the `angle_perftests` target. Note that all test sco…
15tests to run with `--gtest_filter=*TestName*`. To select a particular ANGLE back-end, add the name…
17 ### Null/No-op Configurations
19 ANGLE implements a no-op driver for OpenGL, D3D11 and Vulkan. To run on these configurations use th…
21 ### Command-line Arguments
23 Several command-line arguments control how the tests run:
[all …]
/third_party/rust/rust/compiler/rustc_codegen_gcc/
Dtest.sh3 # TODO(antoyo): rewrite to cargo-make (or just) or something like that to only rebuild the sysroot …
5 set -e
7 if [ -f ./gcc_path ]; then
10 …echo 'Please put the path to your custom build of libgccjit in the file `gcc_path`, see Readme.md …
25 while [[ $# -gt 0 ]]; do
27 --release)
32 --release-sysroot)
33 sysroot_channel="--release"
36 --no-default-features)
38 flags="$flags --no-default-features"
[all …]
/third_party/icu/docs/processes/release/tasks/
Dhealthy-code.md1 ---
7 ---
9 <!--
12 -->
18 {: .no_toc .text-delta }
23 ---
27 Check that there are no "poor man's RTTI" methods in new class hierarchies.
34 virtual-function override without adding new ClassID support.
44 …[icu/icu4c/APIChangeReport.html](https://github.com/unicode-org/icu/blob/main/icu4c/APIChangeRepor…
45 * ~~The automated build system creates a new report:
[all …]
/third_party/skia/m133/experimental/rust_png/
DREADME.md11 ## Chromium build instructions
13 To build and test the code from this directory from Chromium:
16 1. `autoninja -C out/... gfx_unittests blink_platform_unittests chrome`
17 1. `out/.../gfx_unittests --gtest_filter=RustEnabled*`
18 1. `out/.../blink_platform_unittests --gtest_filter=RustEnabled*`
19 1. `out/.../chrome --enable-features=RustyPng`
21 ## Skia build instructions
25 To build the code from this directory from Skia (testing via Bazel is not
29 $ cd skia-repo-root
30 $ bazelisk build experimental/rust_png/...
[all …]
/third_party/openssl/test/
DREADME-external.md11 This python test suite runs cryptographic tests with a local OpenSSL build as
14 First checkout the `PYCA/Cryptography` module into `./pyca-cryptography` using:
16 $ git submodule update --init
18 Then configure/build OpenSSL compatible with the python module:
20 $ ./config shared enable-external-tests
23 The tests will run in a python virtual environment which requires virtualenv
26 $ make test VERBOSE=1 TESTS=test_external_pyca
29 ------------------------------
31 Some tests target older (<=1.0.2) versions so will not run. Other tests target
32 other crypto implementations so are not relevant. Currently no tests fail.
[all …]
/third_party/vk-gl-cts/external/amber/src/kokoro/scripts/windows/
Dbuild.bat7 :: http://www.apache.org/licenses/LICENSE-2.0
21 choco install cmake --yes --no-progress --limit-output
22 choco upgrade cmake --yes --no-progress --limit-output
28 python tools\git-sync-deps
31 :: set up msvc build env
33 call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.ba…
36 cmake --version
39 mkdir build
40 cd build
45 echo "Starting build... %DATE% %TIME%"
[all …]
/third_party/rust/rust/src/bootstrap/
Dflags.rs1 //! Command-line interface of the rustbuild build system.
3 //! This module implements the command-line parsing of the build system which
13 use crate::{Build, DocTests};
45 /// use verbose output (-vv for very verbose)
46 pub verbose: u8, // each extra -v after the first is passed to Cargo
51 /// TOML configuration file for build
54 /// Build directory, overrides `build.build-dir` in `config.toml`
57 #[arg(global(true), long, value_hint = clap::ValueHint::Other, value_name = "BUILD")]
58 /// build target of the stage0 compiler
59 pub build: Option<String>, field
[all …]
/third_party/rust/crates/regex/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
10 # The section is needed to drop write-all permissions that are granted on
16 # on pull-requests, etc. may need additional permissions:
19 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
21 # Reference for how to assign permissions on a job-by-job basis:
22 # https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
25 # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for
34 # For some builds, we use cross to test on 32-bit and big-endian
37 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`.
[all …]
/third_party/openhitls/testcode/script/
Dbuild_sdv.sh12 # EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
15 set -e
20 printf "%-05s %-30s\n" "* Script :" "${BASH_SOURCE[0]}"
21 printf "%-50s %-30s\n" "* Usage Option :" ""
22 printf "%-50s %-30s\n" "* --help|-h : Help information." ""
23 …printf "%-50s %-30s\n" "* add-options : Add options." "bash ${BASH_SOURCE[0]} …
24 …printf "%-50s %-30s\n" "* no-provider : Disable provider." "bash ${BASH_SOURCE[0]}…
25 …printf "%-50s %-30s\n" "* tls-debug : Enable the debug mode." "bash ${BASH_SOURCE[0]}…
26 …printf "%-50s %-30s\n" "* no-crypto : Custom crypto testcase." "bash ${BASH_SOURCE[0]}…
27 …printf "%-50s %-30s\n" "* no-bsl : Custom bsl testcase." "bash ${BASH_SOURCE[0]}…
[all …]
/third_party/skia/third_party/externals/icu/source/data/
Dcldr-icu-readme.txt3 # Copyright (C) 2010-2014, International Business Machines Corporation and others.
10 # - CLDR (the source of most of the data, and some Java tools)
11 # - The complete ICU source tree, including:
12 # tools - includes the LdmlConverter build tool and associated config files
13 # icu4c - the target for converted CLDR data, and source for ICU4J data;
14 # includes tests for the converted data
15 # icu4j - the target for updated data jars; includes tests for the converted
19 # checked-out. For released CLDR sources, an alternative to checking out sources
30 # plus the xml-apis.jar from the Apache xalan package
31 # (http://xml.apache.org/xalan-j/downloads.html).
[all …]
/third_party/skia/m133/third_party/externals/icu/source/
Dconfigure.ac1 # -*-autoconf-*-
3 # AC_COPYRIGHT([ Copyright (c) 1999-2015, International Business Machines Corporation and others. A…
14 …m4_esyscmd_s([sed -n 's/^[ ]*#[ ]*define[ ]*U_ICU_VERSION[ ]*"\([^"]*\)".*/\1/p' "./common/uni…
15 [http://icu-project.org/bugs],
17 [http://icu-project.org])
31 # for icu-config
32 # This may be removed later - mow (June 17, 2010)
34 case `/bin/sh -c "echo -n x"` in
35 -n*)
36 case `/bin/sh -c "echo 'x\c'"` in
[all …]
/third_party/icu/icu4c/source/
Dconfigure.ac1 # -*-autoconf-*-
3 # AC_COPYRIGHT([ Copyright (c) 1999-2015, International Business Machines Corporation and others. A…
14 …m4_esyscmd_s([sed -n 's/^[ ]*#[ ]*define[ ]*U_ICU_VERSION[ ]*"\([^"]*\)".*/\1/p' "./common/uni…
15 [http://icu-project.org/bugs],
17 [http://icu-project.org])
31 # for icu-config
32 # This may be removed later - mow (June 17, 2010)
34 case `/bin/sh -c "echo -n x"` in
35 -n*)
36 case `/bin/sh -c "echo 'x\c'"` in
[all …]
/third_party/skia/third_party/externals/icu/source/
Dconfigure.ac1 # -*-autoconf-*-
3 # AC_COPYRIGHT([ Copyright (c) 1999-2015, International Business Machines Corporation and others. A…
14 …m4_esyscmd_s([sed -n 's/^[ ]*#[ ]*define[ ]*U_ICU_VERSION[ ]*"\([^"]*\)".*/\1/p' "./common/uni…
15 [http://icu-project.org/bugs],
17 [http://icu-project.org])
31 # for icu-config
32 # This may be removed later - mow (June 17, 2010)
34 case `/bin/sh -c "echo -n x"` in
35 -n*)
36 case `/bin/sh -c "echo 'x\c'"` in
[all …]
/third_party/icu/icu4c/source/data/
Dcldr-icu-readme.txt3 # Copyright (C) 2010-2014, International Business Machines Corporation and others.
10 # - CLDR (the source of most of the data, and some Java tools)
11 # - The complete ICU source tree, including:
12 # tools - includes the LdmlConverter build tool and associated config files
13 # icu4c - the target for converted CLDR data, and source for ICU4J data;
14 # includes tests for the converted data
15 # icu4j - the target for updated data jars; includes tests for the converted
19 # checked-out. For released CLDR sources, an alternative to checking out sources
30 # plus the xml-apis.jar from the Apache xalan package
31 # (http://xml.apache.org/xalan-j/downloads.html).
[all …]
/third_party/rust/rust/
Dconfig.example.toml4 # See https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html#create-a-configtoml …
7 # out with their default values. The build system by default looks for
8 # `config.toml` in the current directory of a build for build configuration, but
9 # a custom configuration file can also be specified with `--config` to the build
16 # Use different pre-set defaults than the global defaults.
19 # Note that this has no default value (x.py uses the defaults in `config.example.toml`).
23 # If `changelog-seen` does not match the version that is currently running,
26 changelog-seen = 2
35 # Unless you're developing for a target where Rust CI doesn't build a compiler
38 # All tier 1 targets are currently supported; set this to `"if-available"` if
[all …]

12345678910>>...43