Searched +full:tests +full:- +full:coverage +full:- +full:reporting (Results 1 – 25 of 197) sorted by relevance
12345678
| /external/rust/crates/libz-sys/src/zlib-ng/test/pigz/ |
| D | CMakeLists.txt | 1 # CMakeLists.txt -- Build madler/pigz against zlib variant 10 # https://github.com/zlib-ng/pigzbench/tree/master/pigz/win 13 # WITH_CODE_COVERAGE - Enable code coverage reporting 14 # WITH_THREADS - Enable threading support 15 # PIGZ_ENABLE_TESTS - Enable adding unit tests 16 # PIGZ_VERSION - Set the version of pigz to build 17 # ZLIB_ROOT - Path to the zlib source directory 18 # PTHREADS4W_ROOT - Path to pthreads4w source directory on Windows. 27 include(../../cmake/detect-coverage.cmake) 29 option(WITH_CODE_COVERAGE "Enable code coverage reporting" OFF) [all …]
|
| /external/jacoco/org.jacoco.doc/docroot/doc/ |
| D | maven.html | 1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st… 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 <link rel="stylesheet" href="resources/doc.css" charset="UTF-8" type="text/css" /> 7 …<link rel="stylesheet" href="../coverage/jacoco-resources/prettify.css" charset="UTF-8" type="text… 9 <script type="text/javascript" src="../coverage/jacoco-resources/prettify.js"></script> 10 <title>JaCoCo - Maven Plug-in</title> 17 <span class="el_source">Maven Plug-in</span> 21 <h1>Maven Plug-in</h1> 24 The JaCoCo <a href="http://maven.apache.org/">Maven</a> plug-in provides the [all …]
|
| D | classids.html | 1 <?xml version="1.0" encoding="UTF-8" ?> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-st… 5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 6 <link rel="stylesheet" href="resources/doc.css" charset="UTF-8" type="text/css" /> 8 <title>JaCoCo - Class Ids</title> 28 Class ids are 64-bit integer values, for example 50 Also class ids are the prerequisite for JaCoCo's minimal runtime-overhead and 63 consequence such classes are reported with 0% coverage. 71 on the top-right corner. You see a list of all classes where execution data 73 entry has a link to the corresponding coverage report page. If the entry is [all …]
|
| /external/grpc-grpc/src/php/ext/grpc/ |
| D | config.m4 | 2 [ --enable-grpc Enable grpc support]) 4 PHP_ARG_ENABLE(coverage, whether to include code coverage symbols, 5 [ --enable-coverage Enable coverage support], no, no) 7 PHP_ARG_ENABLE(tests, whether to compile helper methods for tests, 8 [ --enable-tests Enable tests methods], no, no) 10 dnl Check whether to enable tests 12 CPPFLAGS="$CPPFLAGS -DGRPC_PHP_DEBUG" 16 dnl Write more examples of tests here... 18 dnl # --with-grpc -> check with-path 21 if test -r $PHP_GRPC/$SEARCH_FOR; then # path given as parameter [all …]
|
| /external/vixl/tools/ |
| D | code_coverage.sh | 29 # This code coverage script assumes a Linux-like environment, and has been 34 echo "On Ubuntu, install it with 'sudo apt-get install pv'" 42 RUNNER="$BUILDDIR/test/test-runner" 44 # Build with code coverage instrumentation enabled. 45 scons mode=debug coverage=on target=a64 all -j8 47 if [ ! -f "$RUNNER" ]; then 49 echo "No test-runner for profiling." 53 # Count the number of tests. 54 tests=`$RUNNER --list | wc -l` 56 # Generate a raw profile for a run using all tests. [all …]
|
| /external/llvm/utils/lit/tests/ |
| D | lit.cfg | 1 # -*- Python -*- 13 # testFormat: The test format to use to interpret tests. 22 # test_source_root: The root path where tests are located. 32 src_root, 'tests', 'Inputs'))) 37 # Enable coverage.py reporting, assuming the coverage module has been installed 39 if lit_config.params.get('check-coverage', None): 51 config.available_features.add("python-psutil") 53 lit_config.warning('Could not import psutil. Some tests will be skipped and' 54 ' the --timeout command line argument will not work.')
|
| /external/python/jinja/ |
| D | CONTRIBUTING.rst | 8 ----------------- 15 - The ``#get-help`` channel on our Discord chat: 17 - The mailing list flask@python.org for long term discussion or larger 19 - Ask on `Stack Overflow`_. Search with Google first using: 25 Reporting issues 26 ---------------- 30 - Describe what you expected to happen. 31 - If possible, include a `minimal reproducible example`_ to help us 34 - Describe what actually happened. Include the full traceback if there 36 - List your Python and Jinja versions. If possible, check if this [all …]
|
| /external/pcre/ |
| D | Makefile.am | 3 AUTOMAKE_OPTIONS = subdir-objects 4 ACLOCAL_AMFLAGS = -I m4 6 ## This seems to have become necessary for building in non-source directory. 8 AM_CPPFLAGS="-I$(srcdir)/src" 20 doc/pcre2-config.txt \ 25 doc/html/NON-AUTOTOOLS-BUILD.txt \ 28 doc/html/pcre2-config.html \ 127 doc/pcre2-config.1 \ 229 # Unit tests you want to run when people type 'make check'. 230 # TESTS is for binary unit tests, check_SCRIPTS for script-based tests [all …]
|
| /external/aws-sdk-java-v2/test/tests-coverage-reporting/ |
| D | pom.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <!-- 15 --> 18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 19 …xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 21 <artifactId>aws-sdk-java-pom</artifactId> 28 <artifactId>tests-coverage-reporting</artifactId> 29 <name>AWS Java SDK :: Test :: Tests Coverage Reporting</name> 30 <description>Used to aggregate integration and unit tests coverage reports 41 <artifactId>checksums-spi</artifactId> [all …]
|
| /external/google-fruit/ |
| D | CONTRIBUTING.md | 7 [here](https://github.com/google/fruit/wiki/install#building-fruit-manually). 20 `CMakeLists.txt` and `BUILD` files, to make sure that Fruit keeps building (and passing its tests) … 24 …o build a development version of Fruit using CMake (with all assertions enabled) and run the tests: 28 mkdir build-debug 29 cd build-debug 30 cmake .. -DCMAKE_BUILD_TYPE=Debug -DFRUIT_ENABLE_CLANG_TIDY=TRUE -DCMAKE_CXX_FLAGS="-Werror -DFRUIT… 31 make -j 16 32 cd tests 33 py.test-3 -n auto 42 Fruit tests run as Github actions run in various configurations/environments, notably: [all …]
|
| /external/angle/build/config/ios/ |
| D | ios_test_runner_wrapper.gni | 2 # Use of this source code is governed by a BSD-style license that can be 5 import("//build/config/coverage/coverage.gni") 17 # (optional) number of ios simulator clones to execute tests on 25 # (optional) list of target non-linked labels 37 # (optional) number of ios simulator clones to execute tests in parallel. not 70 rebase_path("//Runtime-ios-", root_build_dir) 72 # --out-dir argument is specified in gn_isolate_map.pyl because 75 "--xcode-path", 77 "--mac-toolchain-cmd", 79 "--runtime-cache-prefix", [all …]
|
| /external/cronet/third_party/google_benchmark/src/ |
| D | CMakeLists.txt | 10 option(BENCHMARK_ENABLE_WERROR "Build Release candidates with -Werror." ON) 11 option(BENCHMARK_FORCE_WERROR "Build Release candidates with -Werror regardless of compiler issues.… 14 # PGC++ maybe reporting false positives. 27 …set(BENCHMARK_BUILD_32_BITS OFF CACHE BOOL "Build a 32 bit version of the library - unsupported wh… 35 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet depende… 37 # This option can be used to disable building and running unit tests which depend on gtest 39 option(BENCHMARK_ENABLE_GTEST_TESTS "Enable building the unit tests which depend on gtest" ON) 50 # cross-compilation (e.g. Host=x86_64, target=aarch64) requires using the 52 # See https://gitlab.kitware.com/cmake/cmake/-/issues/15170 63 if (${CMAKE_BUILD_TYPE_LOWER} MATCHES "coverage") [all …]
|
| /external/igt-gpu-tools/tests/intel-ci/ |
| D | README | 2 files are passed to piglit with the --test-list parameter directly. 7 - The lists stay synchronized with the IGT codebase. 8 - Public availability. Kernel developers can see what tests are run, 10 - Explicit test lists in general make it possible to implement a new 21 fast-feedback.testlist 24 Fast-feedback contains tests that roughly tests a wide coverage of 25 features in a short time. If the tests in fast-feedback report no 26 regressions, the (almost) full suite of IGT tests is executed for 27 proper testing. Results of a fast-feedback test round should only be 30 The results of CI runs on drm-tip and various other kernel trees can [all …]
|
| /external/aws-sdk-java-v2/buildspecs/ |
| D | release-javadoc.yml | 4 JAVA_HOME: "/usr/lib/jvm/java-21-amazon-corretto/" 8 - apt-get update; apt-get install -y java-21-amazon-corretto-jdk 9 - update-alternatives --auto javac 10 - update-alternatives --auto java 11 - pip install awscli==1.19.34 --upgrade --user 15 - DOC_PATH='s3://aws-java-sdk-javadoc/java/api' 19 …- python ./scripts/doc_crosslinks/generate_cross_link_data.py --apiDefinitionsBasePath ./services/… 20 - mvn install -P quick -T1C 21 …- mvn clean install javadoc:aggregate -B -Ppublic-javadoc -Dcheckstyle.skip -Dspotbugs.skip -Dskip… 22 …- RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive … [all …]
|
| D | release-to-maven.yml | 6 - pip install awscli --upgrade --user 10 - ROOT=`pwd` 11 - SETTINGS_XML_TEMPLATE=buildspecs/resources/release-settings.xml 12 - SETTINGS_XML=release-settings-final.xml 13 - SDK_SIGNING_GPG_SECRING=secring.gpg 14 …- SDK_SIGNING_GPG_SECRING_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing-gp… 15 …- SDK_SIGNING_GPG_KEYNAME_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing-gp… 16 …- SDK_SIGNING_GPG_PASSPHRASE_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing… 17 …- SONATYPE_PASSWORD_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sonatype-password-I2… 21 …- RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive … [all …]
|
| /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
| D | AbstractReportMojo.java | 5 * http://www.eclipse.org/legal/epl-2.0 7 * SPDX-License-Identifier: EPL-2.0 10 * Evgeny Mandrikov - initial API and implementation 11 * troosan - add support for format selection 26 import org.apache.maven.reporting.MavenMultiPageReport; 27 import org.apache.maven.reporting.MavenReportException; 32 * Base class for creating a code coverage report for tests of a single project 41 @Parameter(property = "project.reporting.outputEncoding", defaultValue = "UTF-8") 72 @Parameter(property = "project.build.sourceEncoding", defaultValue = "UTF-8") 102 return getName(locale) + " Coverage Report."; in getDescription()
|
| D | ReportAggregateMojo.java | 5 * http://www.eclipse.org/legal/epl-2.0 7 * SPDX-License-Identifier: EPL-2.0 10 * John Oliver, Marc R. Hoffmann, Jan Wloka - initial API and implementation 34 * Creates a structured code coverage report (HTML, XML, and CSV) from multiple 38 * collected from the project itself. This also allows to create coverage 39 * reports when tests are in separate projects than the code under test, for 40 * example in case of integration tests. 56 @Mojo(name = "report-aggregate", threadSafe = true) 82 @Parameter(defaultValue = "${project.reporting.outputDirectory}/jacoco-aggregate") 103 // https://issues.apache.org/jira/browse/MNG-5440 in loadExecutionData() [all …]
|
| D | ReportMojo.java | 5 * http://www.eclipse.org/legal/epl-2.0 7 * SPDX-License-Identifier: EPL-2.0 10 * Evgeny Mandrikov - initial API and implementation 25 * Creates a code coverage report for tests of a single project in multiple 40 @Parameter(defaultValue = "${project.reporting.outputDirectory}/jacoco")
|
| /external/google-benchmark/ |
| D | CMakeLists.txt | 10 option(BENCHMARK_ENABLE_WERROR "Build Release candidates with -Werror." ON) 11 option(BENCHMARK_FORCE_WERROR "Build Release candidates with -Werror regardless of compiler issues.… 14 # PGC++ maybe reporting false positives. 27 …set(BENCHMARK_BUILD_32_BITS OFF CACHE BOOL "Build a 32 bit version of the library - unsupported wh… 35 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet depende… 37 # This option can be used to disable building and running unit tests which depend on gtest 39 option(BENCHMARK_ENABLE_GTEST_TESTS "Enable building the unit tests which depend on gtest" ON) 50 # cross-compilation (e.g. Host=x86_64, target=aarch64) requires using the 52 # See https://gitlab.kitware.com/cmake/cmake/-/issues/15170 63 if (${CMAKE_BUILD_TYPE_LOWER} MATCHES "coverage") [all …]
|
| /external/mesa3d/docs/drivers/ |
| D | lima.rst | 5 (Mali-4xx) embedded GPUs from ARM. It’s a reverse-engineered, 6 community-developed driver, and is not endorsed by ARM. Lima was 12 Mali-400 Utgard Supported 13 Mali-450 Utgard Supported 14 Mali-470 Utgard Unsupported 21 display and has little to do with display-related issues. 24 separate `display driver <#display-drivers>`__ is also required, which 29 -------------- 41 Check the `known hardware limitations <#known-hardware-limitations>`__ 48 --------------- [all …]
|
| /external/apache-xml/test/java/xdocs/sources/tests/ |
| D | overview.xml | 3 <!-- 12 * http://www.apache.org/licenses/LICENSE-2.0 19 --> 22 <li><link anchor="purpose">Purpose of these tests</link></li> 23 <li><link anchor="brief-overview">Brief overview of testing methods</link></li> 24 <li><link anchor="dir-map">Directory Structure</link></li> 25 <li><link anchor="test-map">Listing of Java tests and drivers</link></li> 26 <li><link anchor="credits">Credits for the tests</link></li> 30 <s2 title="Purpose of these tests"> 31 <p>These tests are provided for Xalan contributors to evaluate the impact of code changes. [all …]
|
| /external/grpc-grpc/src/python/grpcio_tests/tests/ |
| D | _result.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 import coverage 26 from tests import _loader 40 name (str or None): A human-readable name of the test case. 130 Uses CaseResult objects to store test-case results, providing additional 238 """Extension to AugmentedResult adding coverage.py support per test.\ 241 coverage_context (coverage.Coverage): coverage.py management object. 252 Additionally initializes and begins code coverage tracking.""" 254 self.coverage_context = coverage.Coverage(data_suffix=True) 260 Additionally stops and deinitializes code coverage tracking.""" [all …]
|
| /external/bazelbuild-rules_rust/ |
| D | .bazelrc | 5 ## https://bazel.build/docs/best-practices#bazelrc-file 8 # https://bazel.build/reference/command-line-reference#flag--enable_platform_specific_config 9 common --enable_platform_specific_config 12 startup --windows_enable_symlinks 13 build:windows --enable_runfiles 16 # https://bazel.build/reference/command-line-reference#flag--combined_report 17 coverage --combined_report=lcov 19 # Avoid fully cached builds reporting no coverage and failing CI 20 # https://bazel.build/reference/command-line-reference#flag--experimental_fetch_all_coverage_outputs 21 coverage --experimental_fetch_all_coverage_outputs [all …]
|
| /external/pcre/doc/ |
| D | pcre2build.3 | 3 PCRE2 - Perl-compatible regular expressions (revised API) 10 the library in Unix-like environments using the applications known as 23 .\" HTML <a href="NON-AUTOTOOLS-BUILD.txt"> 25 \fBNON-AUTOTOOLS-BUILD\fP. 32 file if you are building in a non-Unix-like environment. 35 .SH "PCRE2 BUILD-TIME OPTIONS" 42 same options can be selected in both Unix-like and non-Unix-like environments 48 .\" HTML <a href="NON-AUTOTOOLS-BUILD.txt"> 50 \fBNON-AUTOTOOLS-BUILD\fP. 57 ./configure --help [all …]
|
| /external/google-breakpad/ |
| D | README.md | 4 crash-reporting system. 8 * [Bugs](https://bugs.chromium.org/p/google-breakpad/) 9 * Discussion/Questions: [google-breakpad-discuss@googlegroups.com](https://groups.google.com/d/foru… 10 * Developer/Reviews: [google-breakpad-dev@googlegroups.com](https://groups.google.com/d/forum/googl… 11 …Tests: [](https://scan.cov… 16 1. First, [download depot_tools](http://dev.chromium.org/developers/how-tos/install-depot-tools) 46 `src/tools/linux/md2core/minidump-2-core`, etc). 48 5. Optionally, run tests. 64 dependent repos are up-to-date. [all …]
|
12345678