| /external/zstd/.github/workflows/ |
| D | dev-long-tests.yml | 1 name: dev-long-tests 5 group: long-${{ github.ref }} 6 cancel-in-progress: true 12 permissions: read-all 15 make-all: 16 runs-on: ubuntu-latest 18 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1 19 - name: make all 20 run: make all 23 make-test: [all …]
|
| D | commit.yml | 5 - dev 6 permissions: read-all 8 short-tests-0: 9 runs-on: ubuntu-latest 12 image: fbopensource/zstd-circleci-primary:0.0.1 13 options: --entrypoint /bin/bash 15 - uses: actions/checkout@v4 16 - name: Install Dependencies 18 sudo apt-get update 19 sudo apt-get install libcurl4-gnutls-dev [all …]
|
| D | dev-short-tests.yml | 1 name: dev-short-tests 6 group: fast-${{ github.ref }} 7 cancel-in-progress: true 13 permissions: read-all 16 linux-kernel: 17 runs-on: ubuntu-latest 19 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1 20 - name: linux kernel, library + build + test 21 …run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va… 24 runs-on: ubuntu-latest [all …]
|
| /external/zstd/.circleci/ |
| D | config.yml | 4 # the first half of the jobs are in this test 5 short-tests-0: 9 - image: fbopensource/zstd-circleci-primary:0.0.1 11 - checkout 12 - run: 13 name: Test 15 ./tests/test-license.py 16 cc -v 17 CFLAGS="-O0 -Werror -pedantic" make allmost; make clean 18 make c99build; make clean [all …]
|
| /external/libsrtp2/ |
| D | .travis.yml | 7 …- secure: "QD09MuUxftXRXtz7ZrB7S0NV/3O9yVhjvIlCSbXN8B87rNSDC8wxMThKMT7iZewnqGk53m+Up19PiMw5ERlHose… 13 - os: linux 15 - TEST="linux (gcc / valgrind)" 19 - ubuntu-toolchain-r-test 21 - gcc-6 22 - valgrind 24 - CC=gcc-6 EXTRA_CFLAGS=-Werror ./configure 25 - make 26 - make runtest 27 - make runtest-valgrind [all …]
|
| /external/openthread/third_party/mbedtls/repo/tests/scripts/ |
| D | all.sh | 6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 15 # ------- 20 # --------------- 22 # Warning: the test is destructive. It includes various build modes and 32 # * Basic Unix tools (Windows users note: a Unix-style find must be before 35 # * GNU Make 39 # * arm-gcc and mingw-gcc 40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc 50 # The behavior on an error depends on whether --keep-going (alias -k) 52 # * Without --keep-going: the script stops on the first error without [all …]
|
| /external/mbedtls/tests/scripts/ |
| D | all.sh | 6 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 15 # ------- 20 # --------------- 22 # Warning: the test is destructive. It includes various build modes and 32 # * Basic Unix tools (Windows users note: a Unix-style find must be before 35 # * GNU Make 39 # * arm-gcc and mingw-gcc 40 # * ArmCC 5 and ArmCC 6, unless invoked with --no-armcc 43 # to test, then a legacy version of these tools must be present as well 50 # The behavior on an error depends on whether --keep-going (alias -k) [all …]
|
| /external/fsverity-utils/scripts/ |
| D | run-tests.sh | 2 # SPDX-License-Identifier: MIT 5 # Use of this source code is governed by an MIT-style 10 # Test script for fsverity-utils. Runs 'make check' in lots of configurations, 13 # Note: for more test coverage, in addition to running this script, also build 14 # fsverity-utils into a kvm-xfstests test appliance and run 15 # 'kvm-xfstests -c ext4,f2fs -g verity' 17 set -e -u -o pipefail 31 TMPDIR=$(mktemp -d -t libfsverity_test.XXXXXXXXX) 32 trap 'rm -r "$TMPDIR"' EXIT 36 echo "Starting fsverity-utils tests. See run-tests.log for full output." [all …]
|
| /external/lz4/.github/workflows/ |
| D | ci.yml | 6 # - gcc 7 # - clang 10 # - All test cases which described as 'fail' must be fixed and replaced with 'true'. 11 # - gcc-11 (x32, x86) : "../lib/lz4hc.c:148: LZ4HC_countBack: Assertion `(size_t)(match - mMin) <… 12 # - all clangs (x32, x86) : "../lib/lz4hc.c:282: int LZ4HC_InsertAndGetWiderMatch(...): Assertion… 20 lz4-c-compilers: 23 fail-fast: false # 'false' means Don't stop matrix workflows even if some matrix failed. 28 …# pkgs : apt-get package names. It can include multiple package names which are delimit… 30 # cxx : C++ compiler executable for `make ctocpptest`. 33 # x86 : Set 'true' if compiler supports x86 (-m32). Otherwise, set 'false'. [all …]
|
| /external/curl/ |
| D | Makefile.am | 21 # SPDX-License-Identifier: curl 27 ACLOCAL_AMFLAGS = -I m4 32 CMake/curl-config.cmake.in \ 57 projects/build-openssl.bat \ 58 projects/build-wolfssl.bat \ 77 EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \ 78 RELEASE-NOTES buildconf libcurl.pc.in $(CMAKE_DIST) $(VC_DIST) \ 87 bin_SCRIPTS = curl-config 99 dist-hook: 100 rm -rf $(top_builddir)/tests/log [all …]
|
| /external/ComputeLibrary/tests/validation/CL/ |
| D | DepthwiseConvolutionLayerNative.cpp | 2 * Copyright (c) 2019-2022 Arm Limited. 4 * SPDX-License-Identifier: MIT 41 namespace test namespace 56 // *INDENT-OFF* 57 // clang-format off 64 /** Width values to test - Precommit */ 65 const auto width_values_precommit = framework::dataset::make("width", { 1U, 33U } ); 67 /** Width values to test - Nightly */ 68 const auto width_values_nightly = framework::dataset::make("width", { 53U, 47U } ); 70 /** Height values to test - Precommit */ [all …]
|
| D | GEMMLowpMatrixMultiplyReshaped.cpp | 2 * Copyright (c) 2019-2021 Arm Limited. 4 * SPDX-License-Identifier: MIT 39 namespace test namespace 63 // *INDENT-OFF* 64 // clang-format off 66 /** M, N combinations to test 72 framework::dataset::make("M", {1, 16, 37}), 73 framework::dataset::make("N", {1, 16, 51}) 76 /** M values to test */ 77 const auto m_values = framework::dataset::make("M", {1, 37}); [all …]
|
| D | GEMMMatrixMultiplyReshapedOnlyRhsMMUL.cpp | 4 * SPDX-License-Identifier: MIT 36 namespace test namespace 54 // *INDENT-OFF* 55 // clang-format off 61 /** Alpha values to test - Precommit */ 62 const auto a_values = framework::dataset::make("alpha", {1.0f, 0.75f} ); 64 /** Beta values to test - Precommit */ 65 const auto beta_values = framework::dataset::make("beta", {0.0f, -0.75f} ); 67 /** M values to test */ 68 const auto m_values = framework::dataset::make("M", {49}); [all …]
|
| D | GEMMMatrixMultiplyReshapedOnlyRHS.cpp | 2 * Copyright (c) 2019-2022 Arm Limited. 4 * SPDX-License-Identifier: MIT 44 namespace test namespace 72 // *INDENT-OFF* 73 // clang-format off 80 /** Alpha values to test */ 81 const auto a_values = framework::dataset::make("alpha", {-0.75f} ); 83 /** Beta values to test */ 84 const auto beta_values = framework::dataset::make("beta", {-0.35f} ); 86 /** M values to test */ [all …]
|
| D | GEMMLowpMatrixMultiplyReshapedOnlyRHS.cpp | 2 * Copyright (c) 2019-2021 Arm Limited. 4 * SPDX-License-Identifier: MIT 42 namespace test namespace 63 // *INDENT-OFF* 64 // clang-format off 66 /** M values to test */ 67 const auto m_values = framework::dataset::make("M", 37); 69 /** M_W values to test */ 70 const auto m_w_values = framework::dataset::make("M_W", 5); 72 /** M_H values to test */ [all …]
|
| /external/lz4/.circleci/ |
| D | config.yml | 17 shell: /bin/bash --login 19 …t or see https://circleci.com/docs/2.0/env-vars/#interpolating-environment-variables-to-set-other-… 21 CIRCLE_ARTIFACTS: /tmp/circleci-artifacts 22 CIRCLE_TEST_REPORTS: /tmp/circleci-test-results 23 …# In CircleCI 1.0 we used a pre-configured image with a large number of languages and other packag… 24 # In CircleCI 2.0 you can now specify your own image, or use one of our pre-configured images. 26 # We have selected a pre-built image that mirrors the build environment we use on 29 # VM instead of a container) see https://circleci.com/docs/2.0/executor-types/ 30 # To see the list of pre-built images that CircleCI provides for most common languages see 31 # https://circleci.com/docs/2.0/circleci-images/ [all …]
|
| /external/e2fsprogs/.github/workflows/ |
| D | ci.yml | 4 DEF_CFLAGS: -O2 -g -Wall 7 gcc-build-and-test: 8 name: Build and test with gcc 9 runs-on: ubuntu-latest 11 - uses: actions/checkout@v3 12 - run: ./configure CC=gcc CFLAGS="$DEF_CFLAGS" 13 - run: make -j8 check V=1 CFLAGS_WARN="-Werror" 14 - run: make -j8 install V=1 DESTDIR=$PWD/installdir 15 - run: make -j8 uninstall V=1 DESTDIR=$PWD/installdir 17 clang-build-and-test: [all …]
|
| /external/ltp/testcases/open_posix_testsuite/Documentation/ |
| D | HOWTO_RunTests | 7 ------------ 8 This document describes how to run the tests in the POSIX Test Suite. 11 functional, and stress tests. All tests are built with make all, but 12 certain care should be used when running the stress test suite as the 16 ---------------------------------------------------- 22 the pass/fail criterion is determine by whether or not the test compiles. 23 A definitions test will be compiled, not linked, by the toolchain. 25 For all other tests, they will have one test for the compile, one for the 26 link, and one for the execution of the test. Successful tests return 38 ---------------------------------- [all …]
|
| /external/ltp/testcases/kernel/device-drivers/agp/user_space/ |
| D | user_tagp.c | 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 20 * This is the main of your user space test program, 22 * file descriptor value and use that value to make 45 static int tagp_fd = -1; /* file descriptor */ 98 * /dev/tbase CHR device exists. Check to make sure it is for a in tagpopen() 129 if (tagp_fd != -1) { in tagpclose() 131 tagp_fd = -1; in tagpclose() 144 return -1; in agpgart_io_test() 157 printf("Test agpgart io failed\n"); in main() 159 printf("Test agpgart io success\n"); in main() [all …]
|
| /external/bazel-skylib/docs/ |
| D | unittest_doc.md | 1 <!-- Generated with Stardoc: http://skydoc.bazel.build --> 23 …-name">name</a>, <a href="#unittest_toolchain-escape_chars_with">escape_chars_with</a>, <a href="#… 24 …<a href="#unittest_toolchain-join_on">join_on</a>, <a href="#unittest_toolchain-success_templ">suc… 33 | :------------- | :------------- | :------------- | :------------- | :------------- | 34 … id="unittest_toolchain-name"></a>name | A unique name for this target. | <a href="https://baze… 35 …-escape_chars_with"></a>escape_chars_with | Dictionary of characters that need escaping in test f… 36 | <a id="unittest_toolchain-escape_other_chars_with"></a>escape_other_chars_with | String to prefi… 37 …-failure_templ"></a>failure_templ | Test script template with a single `%s`. That placeholder is … 38 | <a id="unittest_toolchain-file_ext"></a>file_ext | File extension for test script, including lea… 39 | <a id="unittest_toolchain-join_on"></a>join_on | String used to join the lines in the failure me… [all …]
|
| /external/zstd/ |
| D | Makefile | 5 # This source code is licensed under both the BSD-style license (found in the 8 # You may select, at your option, one of the above-listed licenses. 24 # When cross-compiling from linux to windows, you might 28 # Note: mingw-w64 build from linux to windows does not 40 ## default: Build lib-release and zstd-release 42 default: lib-release zstd-release 53 $(Q)$(MAKE) -C $(PRGDIR) all 54 $(Q)$(MAKE) -C $(TESTDIR) all 58 $(MAKE) -C $(PRGDIR) zstd32 59 $(MAKE) -C $(TESTDIR) all32 [all …]
|
| /external/lz4/ |
| D | Makefile | 2 # LZ4 - Makefile 3 # Copyright (C) Yann Collet 2011-2020 29 # - LZ4 source repository : https://github.com/lz4/lz4 30 # - LZ4 forum froup : https://groups.google.com/forum/#!forum/lz4c 43 default: lib-release lz4-release 54 .PHONY: lib lib-release liblz4.a 56 lib lib-release liblz4.a: 57 $(MAKE) -C $(LZ4DIR) $@ 59 .PHONY: lz4 lz4-release 61 lz4-release : lib-release [all …]
|
| /external/libcups/ |
| D | Makefile | 2 # Top-level Makefile for CUPS. 4 # Copyright © 2007-2021 by Apple Inc. 5 # Copyright © 1997-2007 by Easy Software Products, all rights reserved. 15 # Directories to make... 22 # Test suite options - normally blank, override with make command... 29 # Make all targets... 33 chmod +x cups-config 44 (cd $$dir ; $(MAKE) $(MFLAGS) all $(UNITTESTS)) || exit 1;\ 49 # Make library targets... 63 (cd $$dir ; $(MAKE) $(MFLAGS) libs) || exit 1;\ [all …]
|
| /external/e2fsprogs/ |
| D | Makefile.in | 36 $(MAKE) libs 37 @ALL_CMT@ $(MAKE) progs 38 @ALL_CMT@ $(MAKE) docs 40 all-static:: 41 $(MAKE) libs 42 @ALL_CMT@ $(MAKE) static-progs 45 @for i in $(SUBS) ; do if test -d `dirname $$i` ; \ 46 then $(MAKE) $$i || exit $$? ; fi ; done 47 @(if test -d lib/et ; then cd lib/et && $(MAKE) compile_et; fi) 48 @(if test -d lib/ext2fs ; then cd lib/ext2fs && $(MAKE) ext2_err.h; fi) [all …]
|
| /external/libcap/ |
| D | Makefile | 5 include Make.Rules 11 all test sudotest install clean: %: %-here target 12 $(MAKE) -C libcap $@ 14 $(MAKE) -C pam_cap $@ 17 $(MAKE) -C go $@ 18 rm -f cap/go.sum 20 $(MAKE) -C tests $@ 21 $(MAKE) -C progs $@ 22 $(MAKE) -C doc $@ 24 all-here: [all …]
|