| /third_party/rust/crates/cxx/tests/ffi/ |
| D | Cargo.toml | 2 name = "cxx-test-suite" 12 cxx = { path = "../..", default-features = false } 14 [build-dependencies] 15 cxx-build = { path = "../../gen/build" } 16 cxxbridge-flags = { path = "../../flags" }
|
| D | build.rs | 17 build.compile("cxx-test-suite"); in main() 19 println!("cargo:rerun-if-changed=tests.cc"); in main() 20 println!("cargo:rerun-if-changed=tests.h"); in main()
|
| /third_party/python/Lib/distutils/tests/ |
| D | test_sysconfig.py | 13 from test.support import run_unittest, swap_item, requires_subprocess, is_wasi 14 from test.support.os_helper import TESTFN 15 from test.support.warnings_helper import check_warnings 43 # test for pythonxx.lib? 98 'CXX': 'sc_cxx', 99 'ARFLAGS': '--sc-arflags', 100 'CFLAGS': '--sc-cflags', 101 'CCSHARED': '--sc-ccshared', 126 os.environ['CXX'] = 'env_cxx --env-cxx-flags' 128 os.environ['LDFLAGS'] = '--env-ldflags' [all …]
|
| /third_party/rust/crates/cxx/ |
| D | Cargo.toml | 2 name = "cxx" 5 categories = ["development-tools::ffi", "api-bindings", "no-std"] 7 documentation = "https://docs.rs/cxx" 9 exclude = ["/demo", "/gen", "/syntax", "/third-party", "/tools/buck/prelude"] 10 homepage = "https://cxx.rs" 12 license = "MIT OR Apache-2.0" 14 repository = "https://github.com/dtolnay/cxx" 15 rust-version = "1.60" 18 default = ["std", "cxxbridge-flags/default"] # c++11 19 "c++14" = ["cxxbridge-flags/c++14"] [all …]
|
| /third_party/cups/ |
| D | Makefile | 2 # Top-level Makefile for CUPS. 4 # Copyright © 2020-2023 by OpenPrinting 5 # Copyright © 2007-2019 by Apple Inc. 6 # Copyright © 1997-2007 by Easy Software Products, all rights reserved. 23 # Test suite options - normally blank, override with make command... 34 chmod +x cups-config 39 echo Using CXX="$(CC)" 58 echo Using CXX="$(CC)" 69 # Make unit test targets... 77 echo Using CXX="$(CC)" [all …]
|
| /third_party/json/docs/mkdocs/docs/integration/ |
| D | cmake.md | 19 project(ExampleProject LANGUAGES CXX) 39 project(ExampleProject LANGUAGES CXX) 66 project(ExampleProject LANGUAGES CXX) 99 project(ExampleProject LANGUAGES CXX) 130 …project. That is, when integrating the library as described above, the test suite is not built unl… 138 Enable [extended diagnostic messages](../home/exceptions.md#extended-diagnostic-messages) by defini… 147 Skip expensive/slow test suites. This option is `OFF` by default. Depends on `JSON_BuildTests`. 151 Place user-defined string literals in the global namespace by defining the macro 164 Use non-amalgamated version of the library. This option is `OFF` by default. 168 …clude_directories.html) call) to checks for this library by tools like Clang-Tidy. This option is … [all …]
|
| /third_party/libunwind/ |
| D | .travis.yml | 5 - HOST=x86_64-linux-gnu 6 - HOST=x86-linux-gnu 7 - HOST=arm-linux-gnueabihf 8 - HOST=aarch64-linux-gnu 9 - HOST=mipsel-linux-gnu 11 #- HOST=powerpc64-linux-gnu 13 linux-s390x: &linux-s390x 16 env: BUILD=s390x-linux-gnu HOST=s390x-linux-gnu 18 - autoreconf -i 19 - ./configure [all …]
|
| /third_party/rust/crates/cxx/.github/workflows/ |
| D | ci.yml | 16 test: 20 runs-on: ${{matrix.os || 'ubuntu'}}-latest 22 fail-fast: false 25 - rust: nightly 26 - rust: beta 27 - rust: stable 28 - rust: 1.60.0 29 - rust: 1.64.0 30 - name: Cargo on macOS 33 - name: Cargo on Windows (msvc) [all …]
|
| /third_party/skia/m133/third_party/externals/harfbuzz/.circleci/ |
| D | config.yml | 4 win32-executor: 6 - image: cimg/base:2023.10 7 win64-executor: 9 - image: cimg/base:2023.10 10 dist-executor: 12 - image: cimg/base:2023.10 16 macos-aat-fonts: 20 - checkout 21 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g… 22 - run: pip3 install meson --upgrade [all …]
|
| /third_party/skia/m133/bazel/external/cxx/ |
| D | Cargo.lock | 8 source = "registry+https://github.com/rust-lang/crates.io-index" 14 source = "registry+https://github.com/rust-lang/crates.io-index" 23 source = "registry+https://github.com/rust-lang/crates.io-index" 32 source = "registry+https://github.com/rust-lang/crates.io-index" 43 source = "registry+https://github.com/rust-lang/crates.io-index" 47 name = "codespan-reporting" 49 source = "registry+https://github.com/rust-lang/crates.io-index" 53 "unicode-width", 57 name = "cxx" 61 "cxx-build", [all …]
|
| /third_party/skia/third_party/externals/harfbuzz/.circleci/ |
| D | config.yml | 4 win32-executor: 6 - image: cimg/base:edge-20.04 7 win64-executor: 9 - image: cimg/base:edge-20.04 10 autotools-executor: 12 - image: cimg/base:edge-20.04 16 macos-aat-fonts: 20 - checkout 21 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install pkg-config ragel freetype glib cairo python3 icu4c g… 22 - run: pip3 install meson --upgrade [all …]
|
| /third_party/rust/rust/src/doc/rustc/src/platform-support/ |
| D | fuchsia.md | 1 # `aarch64-unknown-fuchsia` and `x86_64-unknown-fuchsia` 12 - Tyler Mandry ([@tmandry](https://github.com/tmandry)) 13 - Dan Johnson ([@computerdruid](https://github.com/computerdruid)) 14 - David Koloski ([@djkoloski](https://github.com/djkoloski)) 15 - Joseph Ryan ([@P1n3appl3](https://github.com/P1n3appl3)) 25 1. [Walkthrough structure](#walkthrough-structure) 26 1. [Compiling a Rust binary targeting Fuchsia](#compiling-a-rust-binary-targeting-fuchsia) 27 1. [Targeting Fuchsia with rustup and cargo](#targeting-fuchsia-with-rustup-and-cargo) 28 …ting Fuchsia with a compiler built from source](#targeting-fuchsia-with-a-compiler-built-from-sour… 29 1. [Creating a Fuchsia package](#creating-a-fuchsia-package) [all …]
|
| D | armv6k-nintendo-3ds.md | 1 # `armv6k-nintendo-3ds` 13 - [@Meziu](https://github.com/Meziu) 14 - [@AzureMarker](https://github.com/AzureMarker) 15 - [@ian-h-chamberlain](https://github.com/ian-h-chamberlain) 19 This target is cross-compiled. Dynamic linking is not supported. 21 `#![no_std]` crates can be built using `build-std` to build `core` and optionally 31 [Cross-compilation toolchains and C code](#cross-compilation-toolchains-and-c-code) 38 - [`pthread-3ds`](https://github.com/Meziu/pthread-3ds) provides pthread APIs for `std::thread`. 39 - [`linker-fix-3ds`](https://github.com/Meziu/rust-linker-fix-3ds) fulfills some other missing libc… 54 build-stage = 1 [all …]
|
| /third_party/grpc/third_party/utf8_range/ |
| D | CMakeLists.txt | 2 project (utf8_range C CXX) 9 option (utf8_range_ENABLE_TESTS "Build test suite" ON) 19 # A heavier-weight C++ wrapper that supports Abseil. 29 add_subdirectory(${ABSL_ROOT_DIR} third_party/abseil-cpp) 56 install(EXPORT ${PROJECT_NAME}-targets 60 install(TARGETS utf8_validity utf8_range EXPORT ${PROJECT_NAME}-targets 67 cmake/${PROJECT_NAME}-config.cmake.in 68 "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}-config.cmake" 71 install(FILES "${PROJECT_BINARY_DIR}/${PROJECT_NAME}-config.cmake"
|
| /third_party/protobuf/third_party/utf8_range/ |
| D | CMakeLists.txt | 2 project (utf8_range C CXX) 9 option (utf8_range_ENABLE_TESTS "Build test suite" ON) 19 # A heavier-weight C++ wrapper that supports Abseil. 29 add_subdirectory(${ABSL_ROOT_DIR} third_party/abseil-cpp) 56 install(EXPORT ${PROJECT_NAME}-targets 60 install(TARGETS utf8_validity utf8_range EXPORT ${PROJECT_NAME}-targets 67 cmake/${PROJECT_NAME}-config.cmake.in 68 "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}-config.cmake" 71 install(FILES "${PROJECT_BINARY_DIR}/${PROJECT_NAME}-config.cmake"
|
| /third_party/libinput/ |
| D | meson.build | 17 dir_src_test = meson.current_source_dir() / 'test' 19 dir_gitlab_ci = meson.current_source_dir() / '.gitlab-ci' 21 dir_udev = get_option('udev-dir') 31 # We use libtool-version numbers because it's easier to understand. 44 libinput_so_version = '@0@.@1@.@2@'.format((libinput_lt_c - libinput_lt_a), 50 '-Wno-unused-parameter', 51 '-Wmissing-prototypes', 52 '-Wstrict-prototypes', 53 '-Wundef', 54 '-Wlogical-op', [all …]
|
| /third_party/grpc/ |
| D | Rakefile | 1 # -*- ruby -*- 15 task.options = ['-c', 'src/ruby/.rubocop.yml'] 32 'x86-mingw32', 'x64-mingw32', 'x64-mingw-ucrt', 33 'x86_64-linux', 'x86-linux', 'aarch64-linux', 34 'x86_64-darwin', 'arm64-darwin', 41 … spec.files += %w( etc/roots.pem grpc_c.32-msvcrt.ruby grpc_c.64-msvcrt.ruby grpc_c.64-ucrt.ruby ) 45 CLEAN.add "src/ruby/lib/grpc/[0-9].[0-9]", "src/ruby/lib/grpc/grpc_c.{bundle,so}" 47 # Define the test suites 58 namespace :suite do namespace 59 SPEC_SUITES.each do |suite| [all …]
|
| /third_party/rust/rust/src/bootstrap/ |
| D | builder.rs | 23 use crate::test; 33 // - use std::lazy for `Lazy` 34 // - use std::cell for `OnceCell` 52 fn deref(&self) -> &Self::Target { in deref() 66 /// If true, then this rule should be skipped if --target was specified, but --host was not 71 fn run(self, builder: &Builder<'_>) -> Self::Output; in run() 77 fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_>; in should_run() 101 pub fn build_triple(&self) -> TargetSelection { in build_triple() 107 pub fn cargo_crates_in_set(&self) -> Interned<Vec<String>> { in cargo_crates_in_set() 123 pub fn crate_description(crates: &[impl AsRef<str>]) -> String { in crate_description() [all …]
|
| D | test.rs | 1 //! Implementation of the test-related targets of the build system. 3 //! This file implements the various regression test suites that we execute on 34 // mir-opt tests have different variants depending on whether a target is 32bit or 64bit, and 35 // blessing them requires blessing with each target. To aid developers, when blessing the mir-opt 36 // test suite the corresponding target of the opposite pointer size is also blessed. 42 ("i686-unknown-linux-gnu", "x86_64-unknown-linux-gnu"), 43 ("i686-unknown-linux-musl", "x86_64-unknown-linux-musl"), 44 ("i686-pc-windows-msvc", "x86_64-pc-windows-msvc"), 45 ("i686-pc-windows-gnu", "x86_64-pc-windows-gnu"), 46 ("i686-apple-darwin", "x86_64-apple-darwin"), [all …]
|
| /third_party/flatbuffers/tests/fuzzer/ |
| D | readme.md | 1 # Test Flatbuffers library with help of libFuzzer 2 Test suite of Flatbuffers library has fuzzer section with tests are based on libFuzzer library. 4 > LibFuzzer is in-process, coverage-guided, evolutionary fuzzing engine. 5 LibFuzzer is linked with the library under test, and feeds fuzzed inputs to the library via a speci… 14 - `annotator_fuzzer` checks that inputs given to the flatc --annotate are always parsable; 15 - `verifier_fuzzer` checks stability of deserialization engine for `Monster` schema; 16 - `parser_fuzzer` checks stability of schema and json parser under various inputs; 17 - `scalar_parser` focused on validation of the parser while parse numeric scalars in schema and/or … 18 - `flexverifier_fuzzer` checks stability of deserialization engine for FlexBuffers only; 23 CC=clang CXX=clang++ cmake . -DCMAKE_BUILD_TYPE=Debug -DUSE_ASAN=ON [all …]
|
| /third_party/python/Lib/test/ |
| D | test__osx_support.py | 2 Test suite for _osx_support: shared OS X support functions. 11 from test.support import os_helper 25 'CXX', 'PY_CFLAGS', 'PY_LDFLAGS', 'PY_CPPFLAGS', 65 'cc not found - check xcode-select') 73 'CC': 'gcc-test -pthreads', 76 'CC': 'clang -pthreads', 79 newvalue = 'clang -pthreads' 87 'CC': 'gcc-test -pthreads', 90 'CC': 'clang -pthreads', 94 newvalue = 'clang -pthreads' [all …]
|
| /third_party/rust/rust/src/tools/compiletest/src/ |
| D | lib.rs | 2 // The `test` crate is the only unstable feature 4 #![feature(test)] 6 extern crate test; 8 #[cfg(test)] 36 use test::ColorConfig; 44 pub fn parse_config(args: Vec<String>) -> Config { in parse_config() 46 opts.reqopt("", "compile-lib-path", "path to host shared libraries", "PATH") in parse_config() 47 .reqopt("", "run-lib-path", "path to target shared libraries", "PATH") in parse_config() 48 .reqopt("", "rustc-path", "path to rustc to use for compiling", "PATH") in parse_config() 49 .optopt("", "rustdoc-path", "path to rustdoc to use for compiling", "PATH") in parse_config() [all …]
|
| /third_party/json/cmake/ |
| D | ci.cmake | 12 execute_process(COMMAND ${ASTYLE_TOOL} --version OUTPUT_VARIABLE ASTYLE_TOOL_VERSION ERROR_VARIABLE… 13 string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" ASTYLE_TOOL_VERSION "${ASTYLE_TOOL_VERSION}") 16 …program(CLANG_TOOL NAMES clang++-HEAD clang++ clang++-17 clang++-16 clang++-15 clang++-14 clang++-… 17 execute_process(COMMAND ${CLANG_TOOL} --version OUTPUT_VARIABLE CLANG_TOOL_VERSION ERROR_VARIABLE C… 18 string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" CLANG_TOOL_VERSION "${CLANG_TOOL_VERSION}") 21 …CLANG_TIDY_TOOL NAMES clang-tidy-17 clang-tidy-16 clang-tidy-15 clang-tidy-14 clang-tidy-13 clang-… 22 execute_process(COMMAND ${CLANG_TIDY_TOOL} --version OUTPUT_VARIABLE CLANG_TIDY_TOOL_VERSION ERROR_… 23 string(REGEX MATCH "[0-9]+(\\.[0-9]+)+" CLANG_TIDY_TOOL_VERSION "${CLANG_TIDY_TOOL_VERSION}") 24 message(STATUS " Clang-Tidy ${CLANG_TIDY_TOOL_VERSION} (${CLANG_TIDY_TOOL})") 29 execute_process(COMMAND ${CPPCHECK_TOOL} --version OUTPUT_VARIABLE CPPCHECK_TOOL_VERSION ERROR_VARI… [all …]
|
| /third_party/cares/test/ |
| D | Makefile.in | 4 # Copyright (C) 1994-2021 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; \ 54 test $$skip_next = yes && { skip_next=no; continue; }; \ 56 *=*|--*) continue;; \ 57 -*I) strip_trailopt 'I'; skip_next=yes;; \ 58 -*I?*) strip_trailopt 'I';; \ [all …]
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| D | meson.build | 2 # SPDX-License-Identifier: MIT 9 prog_python, '@INPUT0@', '--xml', '@INPUT1@', '--proto', '--weak', 10 '--out-h', '@OUTPUT0@', '--out-c', '@OUTPUT1@', '--prefix', 'tu', 11 '--include', 'adreno_common.xml.h', 12 '--tmpl-prefix', 'tu', '--tmpl-param', 'chip CHIP', 13 '--tmpl-variants', '<A6XX>', '<A7XX>', 14 '--beta', with_vulkan_beta.to_string(), 15 '--device-prefix', 'tu_rmv', 96 tu_flags += '-DTU_HAS_KGSL' 101 tu_flags += '-DTU_HAS_MSM' [all …]
|