Searched +full:- +full:- +full:disable +full:- +full:tests (Results 1 – 25 of 1146) sorted by relevance
12345678910>>...46
| /external/pcre/maint/ |
| D | ManyConfigTests | 5 # tests to ensure that all goes well. Every possible combination would take far 10 # tests, in order to run those that are giving errors. The following options 13 # -noasan skip the test that uses -fsanitize=address 14 # -nousan skip the test that uses -fsanitize=undefined 15 # -nodebug skip the test that uses --enable-debug 16 # -nojit skip all JIT tests 17 # -nojitmain skip non-valgrind JIT tests 18 # -nojitvalgrind skip JIT tests with valgrind 19 # -nomain skip all the main (non-JIT) set of tests 20 # -nomainvalgrind skip the main (non-JIT) valgrind tests [all …]
|
| /external/eigen/ |
| D | CMakeLists.txt | 6 # guard against in-source builds 9 …message(FATAL_ERROR "In-source builds not allowed. Please make a new directory (called a build dir… 18 # guard against bad build-type strings 31 string(REGEX MATCH "define[ \t]+EIGEN_WORLD_VERSION[ \t]+([0-9]+)" _eigen_world_version_match "${_e… 33 string(REGEX MATCH "define[ \t]+EIGEN_MAJOR_VERSION[ \t]+([0-9]+)" _eigen_major_version_match "${_e… 35 string(REGEX MATCH "define[ \t]+EIGEN_MINOR_VERSION[ \t]+([0-9]+)" _eigen_minor_version_match "${_e… 43 …execute_process(COMMAND git ls-remote --refs -q ${CMAKE_SOURCE_DIR} HEAD OUTPUT_VARIABLE EIGEN_GIT… 48 string(REGEX MATCH "^([0-9;a-f]+).*" EIGEN_GIT_CHANGESET_MATCH "${EIGEN_GIT_OUTPUT}") 69 string(REGEX REPLACE "-" "" SFLAG1 ${FLAG}) 77 check_cxx_compiler_flag("-std=c++11" EIGEN_COMPILER_SUPPORT_CPP11) [all …]
|
| /external/oss-fuzz/projects/dlplibs/ |
| D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 18 tar -xJf $SRC/zlib-1.2.11.tar.xz 19 pushd zlib-1.2.11 20 ./configure --static 21 make -j$(nproc) 22 export ZLIB_CFLAGS="-I$(pwd)" 23 export ZLIB_LIBS="-L$(pwd) -lz" 26 tar -xzf $SRC/lcms2-2.8.tar.gz 27 pushd lcms2-2.8 [all …]
|
| /external/deqp/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 …]
|
| /external/curl/ |
| D | .azure-pipelines.yml | 21 # SPDX-License-Identifier: curl 32 - 'master' 33 - '*/ci' 36 - '.circleci/*' 37 - '.cirrus.yml' 38 - '.github/*' 39 - '.github/workflows/*' 40 - 'appveyor.*' 41 - 'packages/*' 42 - 'plan9/*' [all …]
|
| /external/tensorflow/tensorflow/lite/tools/cmake/modules/ |
| D | eigen.cmake | 8 # https://www.apache.org/licenses/LICENSE-2.0 30 # https://gitlab.kitware.com/cmake/cmake/-/issues/17770 42 # Patch Eigen to disable Fortran compiler check for BLAS and LAPACK tests. 50 # Patch Eigen to disable benchmark suite. 55 # Patch Eigen to disable doc generation, as it builds C++ standalone apps with 65 "Remove tests from all target." 67 set(BUILD_TESTING OFF CACHE BOOL "Disable tests.") 68 set(EIGEN_TEST_CXX11 OFF CACHE BOOL "Disable tests of C++11 features.") 69 set(EIGEN_BUILD_BTL OFF CACHE BOOL "Disable benchmark suite.") 70 set(EIGEN_BUILD_PKGCONFIG OFF CACHE BOOL "Disable pkg-config.") [all …]
|
| /external/cronet/testing/unexpected_passes_common/ |
| D | expectations_unittest.py | 3 # Use of this source code is governed by a BSD-style license that can be 60 # tags: [ nvidia nvidia-0x1111 61 # intel intel-0x2222 62 # amd amd-0x3333] 72 def setUp(self) -> None: 86 def testExclusiveOr(self) -> None: 87 """Tests that only one input can be specified.""" 95 def testExpectationFile(self) -> None: 96 """Tests reading expectations from an expectation file.""" 103 # yapf: disable [all …]
|
| /external/oss-fuzz/infra/base-images/base-builder/ |
| D | bisect_clang_test.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 """Tests for bisect_clang.py""" 24 LLVM_REPO_PATH = '/llvm-project' 29 return ['git', '-C', LLVM_REPO_PATH] + list(args) 40 class BisectClangTestMixin: # pylint: disable=too-few-public-methods 43 def setUp(self): # pylint: disable=invalid-name 51 """Tests for get_clang_build_env.""" 78 """Tests for search_bisect_output.""" 83 test_data = read_test_data('culprit-commit.txt') 88 """Test that search_bisect_output doesnt find a non-existent culprit [all …]
|
| /external/shflags/ |
| D | test_runner | 6 # Copyright 2008-2020 Kate Ward. All Rights Reserved. 12 # This script runs all the unit tests that can be found, and generates a nice 13 # report of the tests. 17 # Run all tests for all shells. 20 # Run all tests for single shell. 21 # $ ./test_runner -s /bin/bash 24 # $ ./test_runner -t shunit_asserts_test.sh 27 # $ ./test_runner -s /bin/bash -t shunit_asserts_test.sh 30 # Disable source following. 31 # shellcheck disable=SC1090,SC1091 [all …]
|
| /external/oss-fuzz/projects/xz/ |
| D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 18 ./autogen.sh --no-po4a 20 --enable-static \ 21 --disable-debug \ 22 --disable-shared \ 23 --disable-encoders \ 24 --disable-xz \ 25 --disable-xzdec \ 26 --disable-lzmadec \ [all …]
|
| /external/shflags/lib/ |
| D | shunit2 | 4 # Copyright 2008-2020 Kate Ward. All Rights Reserved. 6 # http://www.apache.org/licenses/LICENSE-2.0 8 # shUnit2 -- Unit testing framework for Unix shell scripts. 17 # shellcheck disable=SC2006 19 # shellcheck disable=SC2003 22 if test -n "${SHUNIT_VERSION:-}"; then 34 # shellcheck disable=2039 40 __SHUNIT_CMD_ECHO_ESC='echo -e' 41 # shellcheck disable=SC2039 42 if ${__SHUNIT_BUILTIN} [ "`echo -e test`" = '-e test' ]; then [all …]
|
| /external/oss-fuzz/projects/gnupg/ |
| D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 20 cd libgpg-error 22 ./configure --disable-doc --enable-static --disable-shared 28 ./configure --disable-doc --enable-static --disable-shared 34 ./configure --disable-doc --enable-static --disable-shared 40 ./configure --disable-doc --enable-static --disable-shared 46 ./configure --disable-doc --enable-static --disable-shared 54 mkdir tests/fuzz 55 cp ../fuzz_* tests/fuzz [all …]
|
| /external/angle/build/android/pylib/local/device/ |
| D | local_device_test_run.py | 2 # Use of this source code is governed by a BSD-style license that can be 56 tests = self._GetTests() 61 def run_tests_on_device(dev, tests, results): argument 67 for test in tests: 69 logging.warning('No tests in shard. Continuing.') 70 tests.test_completed() 98 'tests including this test. It does not ' 100 # Ensure instrumentation tests not batched at env level retries. 123 if isinstance(tests, test_collection.TestCollection): 140 if isinstance(tests, test_collection.TestCollection): [all …]
|
| /external/bc/ |
| D | configure.sh | 3 # SPDX-License-Identifier: BSD-2-Clause 5 # Copyright (c) 2018-2023 Gavin D. Howard and contributors. 42 if [ $# -gt 0 ]; then 53 printf ' %s -h\n' "$script" 54 printf ' %s --help\n' "$script" 55 …printf ' %s [-a|-bD|-dB|-c] [-CeEfgGHilmMNPrtTvz] [-O OPT_LEVEL] [-k KARATSUBA_LEN]\\\n' "$scri… 56 printf ' [-s SETTING] [-S SETTING] [-p TYPE]\n' 58 printf ' [--library|--bc-only --disable-dc|--dc-only --disable-bc|--coverage] \\\n' 59 printf ' [--force --debug --disable-extra-math --disable-generated-tests] \\\n' 60 printf ' [--disable-history --disable-man-pages --disable-nls --disable-strip] \\\n' [all …]
|
| D | configure | 3 # SPDX-License-Identifier: BSD-2-Clause 5 # Copyright (c) 2018-2023 Gavin D. Howard and contributors. 42 if [ $# -gt 0 ]; then 53 printf ' %s -h\n' "$script" 54 printf ' %s --help\n' "$script" 55 …printf ' %s [-a|-bD|-dB|-c] [-CeEfgGHilmMNPrtTvz] [-O OPT_LEVEL] [-k KARATSUBA_LEN]\\\n' "$scri… 56 printf ' [-s SETTING] [-S SETTING] [-p TYPE]\n' 58 printf ' [--library|--bc-only --disable-dc|--dc-only --disable-bc|--coverage] \\\n' 59 printf ' [--force --debug --disable-extra-math --disable-generated-tests] \\\n' 60 printf ' [--disable-history --disable-man-pages --disable-nls --disable-strip] \\\n' [all …]
|
| /external/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 # --------------- 26 # * Makefile, library/Makefile, programs/Makefile, tests/Makefile, 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 42 # interoperability tests. If they don't support old features which we want 50 # The behavior on an error depends on whether --keep-going (alias -k) [all …]
|
| D | test_psa_compliance.py | 4 then compile and run the test suite. The clone is stored at <repository root>/psa-arch-tests. 5 Known defects in either the test suite or mbedtls / psa-crypto - identified by their test 6 number - are ignored, while unexpected failures AND successes are reported as errors, to help 11 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 21 #pylint: disable=unused-import 25 # PSA Compliance tests we expect to fail due to known defects in Mbed TLS / PSA Crypto 29 # psa-arch-tests/api-tests/dev_apis/crypto/test_c0xx 32 # - Tracked in issue #3274 36 # We currently use a fork of ARM-software/psa-arch-tests, with a couple of downstream patches 38 # These fixes allow the tests numbered 216, 248 and 249 to complete successfully. [all …]
|
| /external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
| D | README.md | 1 c-ares Unit Test Suite 5 This directory holds unit tests for the c-ares library. To build the tests: 7 - Build the main c-ares library first, in the directory above this. To 8 enable tests of internal functions, configure the library build to expose 9 hidden symbols with `./configure --disable-symbol-hiding`. 10 - Generate a `configure` file by running `autoreconf -iv` (which requires 12 [autotools](https://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html)). 13 - `./configure` 14 - `make` 15 - Run the tests with `./arestest`, or `./arestest -v` for extra debug info. [all …]
|
| /external/oss-fuzz/projects/libwebp/ |
| D | build.sh | 1 #!/bin/bash -eu 8 # http://www.apache.org/licenses/LICENSE-2.0 19 WEBP_CFLAGS="$CFLAGS -DWEBP_MAX_IMAGE_SIZE=838860800" # 800MiB 23 --enable-asserts \ 24 --enable-libwebpdemux \ 25 --enable-libwebpmux \ 26 --disable-shared \ 27 --disable-jpeg \ 28 --disable-tiff \ 29 --disable-gif \ [all …]
|
| /external/igt-gpu-tools/ |
| D | configure.ac | 16 # FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL 24 AC_INIT([igt-gpu-tools], 27 [igt-gpu-tools]) 32 AC_CONFIG_AUX_DIR([build-aux]) 39 AM_INIT_AUTOMAKE([1.12 foreign subdir-objects dist-bzip2]) 61 TIMER_LIBS="-lrt" 64 TIMER_LIBS="-lpthread" 100 [m4_fatal([must install xorg-macros 1.16 or later before running autoconf/autogen])]) 127 …PKG_CHECK_MODULES(OVERLAY_XLIB, [cairo-xlib dri2proto >= 2.6], enable_overlay_xlib=yes, enable_ove… 133 AC_MSG_NOTICE([Failed to find leg, required for overlay, try : apt-get install peg]) [all …]
|
| /external/tensorflow/tensorflow/python/platform/ |
| D | test.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 19 # pylint: disable=g-bad-import-order 23 # pylint: disable=unused-import 32 # pylint: enable=unused-import,g-bad-import-order 39 import mock # pylint: disable=g-import-not-at-top,unused-import 41 from unittest import mock # pylint: disable=g-import-not-at-top,g-importing-member 46 Benchmark = _googletest.Benchmark # pylint: disable=invalid-name 49 StubOutForTesting = _googletest.StubOutForTesting # pylint: disable=invalid-name 54 """Runs all unit tests.""" 61 """Returns a temporary directory for use during tests. [all …]
|
| /external/deqp/external/openglcts/ |
| D | README.md | 5 2.0/3.X conformance tests, and how to verify and submit test results. 7 The Conformance Tests are built on the dEQP framework. 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) [all …]
|
| /external/tpm2-tss/.ci/ |
| D | docker.run | 2 # SPDX-License-Identifier: BSD-3-Clause 4 set -e 6 source $TRAVIS_BUILD_DIR/.ci/docker-prelude.sh 10 if [ -d build ]; then 11 rm -rf build 14 if [ -d ./build-no-tests ]; then 15 rm -rf build-no-tests 18 # Do not run tests when building on coverity_scan branch 20 echo "Coverity scan branch detected, not running build nor tests...exiting!" 24 if [ -z "$WITH_CRYPTO" ]; then [all …]
|
| /external/libconfig/ |
| D | configure.ac | 5 AC_CONFIG_AUX_DIR([aux-build]) 13 AC_MSG_NOTICE([libconfig - made with pride in Colorado]) 42 if test Z"$YACC" != "Zbison -y"; then 60 warn_c_sw="-Wall -Wshadow -Wextra -Wdeclaration-after-statement -Wno-unused-parameter" 61 warn_cxx_sw="-Wall -Wshadow -Wextra -Wno-unused-parameter";; 67 if test -n "${warn_c_sw}"; 93 AS_HELP_STRING([--disable-cxx], [Disable building of the C++ library]), 105 AS_HELP_STRING([--disable-doc], [Disable building of the documentation]), 117 AS_HELP_STRING([--disable-examples], [Disable building of the example programs]), 128 AC_ARG_ENABLE(tests, optenable [all …]
|
| /external/curl/.github/workflows/ |
| D | macos.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '.azure-pipelines.yml' 15 - '.circleci/**' 16 - '.cirrus.yml' 17 - 'appveyor.*' 18 - 'packages/**' [all …]
|
12345678910>>...46