Searched +full:build +full:- +full:no +full:- +full:tests (Results 1 – 25 of 1105) sorted by relevance
12345678910>>...45
| /third_party/openssl/ |
| D | INSTALL.md | 1 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/mbedtls/tests/scripts/ |
| D | all.sh | 6 # 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/protobuf/objectivec/DevTools/ |
| D | full_mac_build.sh | 3 # Helper to do build so you don't have to remember all the steps/args. 6 set -eu 9 readonly ScriptDir=$(dirname "$(echo $0 | sed -e "s,^\([^/]\),$(pwd)/\1,")") 17 This script does the common build steps needed. 23 -h, --help 25 -c, --clean 26 Issue a clean before the normal build. 27 -a, --autogen 29 -r, --regenerate-descriptors 32 -j #, --jobs # [all …]
|
| /third_party/elfutils/tests/ |
| D | run-get-lines.sh | 19 . $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 …]
|
| D | run-next-lines.sh | 2 # 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/ltp/ |
| D | INSTALL | 2 ------------ 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/gn/src/gn/ |
| D | analyzer_unittest.cc | 2 // 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/musl/libc-test/ |
| D | README | 1 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/icu/docs/processes/release/tasks/ |
| D | healthy-code.md | 1 --- 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/third_party/externals/angle2/src/tests/perf_tests/ |
| D | README.md | 1 # 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 9 …build ANGLE](../../../doc/DevSetup.md). Build the `angle_perftests` target. Note that all test sco… 15 …tests 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/icu/icu4c/source/ |
| D | configure.ac | 1 # -*-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/ |
| D | configure.ac | 1 # -*-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/openssl/test/ |
| D | README-external.md | 11 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/skia/third_party/externals/icu/source/data/ |
| D | cldr-icu-readme.txt | 3 # 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/icu/icu4c/source/data/ |
| D | cldr-icu-readme.txt | 3 # 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/vk-gl-cts/external/amber/src/kokoro/scripts/windows/ |
| D | build.bat | 7 :: 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/crates/regex/.github/workflows/ |
| D | ci.yml | 6 - 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/gn/docs/ |
| D | style_guide.md | 7 ### Location of build files 9 It usually makes sense to have more build files closer to the code than 17 * Most BUILD files should have a target with the same name as the 19 * Other targets should be in some logical order -- usually 20 more important targets will be first, and unit tests will follow the 21 corresponding target. If there's no clear ordering, consider 25 include as public deps the non-test-support version of the library 26 so tests need only depend on the test\_support target (rather than 34 Prefer to give such targets short, non-redundant names without worrying 39 output names. Give such targets short non-unique names above, and then [all …]
|
| /third_party/python/Tools/ssl/ |
| D | multissltests.py | 2 """Run Python tests against multiple installations of OpenSSL and LibreSSL 14 The script must be run with Python's build directory as current working 23 (c) 2013-2017 Christian Heimes <christian@python.org> 70 "Run CPython tests with multiple OpenSSL and LibreSSL " 75 '--debug', 80 '--disable-ancient', 85 '--openssl', 89 "OpenSSL versions, defaults to '{}' (ancient: '{}') if no " 94 '--libressl', 98 "LibreSSL versions, defaults to '{}' (ancient: '{}') if no " [all …]
|
| /third_party/spirv-tools/kokoro/scripts/windows/ |
| D | build.bat | 7 :: http://www.apache.org/licenses/LICENSE-2.0 15 :: Windows Build Script. 20 set SRC=%cd%\github\SPIRV-Tools 25 set PATH=C:\python36;"C:\Program Files\cmake-3.23.1-windows-x86_64\bin";%PATH% 28 :: set up msvc build env 31 …call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.b… 34 :: RE2 does not support VS2017, we we must disable tests. 35 set BUILD_TESTS=NO 37 …call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.b… 42 python utils/git-sync-deps --treeless [all …]
|
| /third_party/rust/crates/memchr/.github/workflows/ |
| D | ci.yml | 5 - master 8 - master 10 - cron: '00 01 * * *' 15 # For some builds, we use cross to test on 32-bit and big-endian 18 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`. 20 # Make quickcheck run more tests for hopefully better coverage. 22 runs-on: ${{ matrix.os }} 25 build: 26 - pinned 27 - stable [all …]
|
| /third_party/vk-gl-cts/external/amber/src/ |
| D | README.md | 3 Amber is a multi-API shader test framework. 8 * No graphics API programming is required. 16 * Shaders can be expressed in binary form (as hex), in SPIR-V assembly, or in a 26 ## Writing Amber Tests 28 see in the [tests/cases](tests/cases) folder. 65 are no new features being added to VkScript, it is for historical use. 95 * Ninja (or other build tool) 103 ./tools/git-sync-deps 104 mkdir -p out/Debug 106 cmake -GNinja ../.. [all …]
|
| /third_party/rust/crates/serde/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 18 runs-on: ubuntu-latest 19 timeout-minutes: 45 21 - uses: actions/checkout@v4 22 - uses: dtolnay/rust-toolchain@nightly 23 - run: cd test_suite && cargo test --features unstable 27 runs-on: windows-latest 28 timeout-minutes: 45 30 - uses: actions/checkout@v4 31 - uses: dtolnay/rust-toolchain@nightly [all …]
|
| /third_party/elfutils/ |
| D | configure.ac | 2 dnl Configure input file for elfutils. -*-autoconf-*- 4 dnl Copyright (C) 1996-2019 Red Hat, Inc. 32 # We want eu- as default program prefix if none was given by the user. 33 # But if the user explicitly provided --program-prefix="" then pretend 38 AC_MSG_NOTICE([No --program-prefix given, using "eu-"]) 39 program_prefix="eu-" 41 AC_MSG_NOTICE([Using no program-prefix]) 48 AC_COPYRIGHT([Copyright (C) 1996-2022 The elfutils developers.]) 51 dnl We use GNU make extensions; automake 1.10 defaults to -Wportability. 52 AM_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip parallel-tests]) [all …]
|
| /third_party/libcoap/ |
| D | configure.ac | 3 # Copyright (C) 2010-2023 Olaf Bergmann <bergmann@tzi.org> 4 # Copyright (C) 2015-2018 Carsten Schoenert <c.schoenert@t-online.de> 5 # Copyright (C) 2018-2023 Jon Shallow <supjps-libcoap@jpshallow.com> 7 # SPDX-License-Identifier: BSD-2-Clause 20 # define an appending release state if needed, for example for pre-releases 27 AC_INIT([libcoap], [libcoap_version], [libcoap-developers@lists.sourceforge.net], [libcoap], [https… 29 AM_INIT_AUTOMAKE([1.10 -Wall no-define no-dist-gzip dist-bzip2]) 50 # enable the automatically build of shared and static libraries 56 # To set the version of the library, libtool provides the -version-info # 78 # 1. Only existing code has changed, no functional changes [all …]
|
12345678910>>...45