Home
last modified time | relevance | path

Searched +full:test +full:- +full:latest (Results 1 – 25 of 1089) sorted by relevance

12345678910>>...44

/external/fsverity-utils/.github/workflows/
Dci.yml1 # SPDX-License-Identifier: MIT
4 # Use of this source code is governed by an MIT-style
12 static-linking-test:
13 name: Test building static library
14 runs-on: ubuntu-latest
16 - uses: actions/checkout@v4
17 - run: scripts/run-tests.sh static_linking
19 dynamic-linking-test:
20 name: Test building dynamic library
21 runs-on: ubuntu-latest
[all …]
/external/rust/crates/bytemuck/.github/workflows/
Drust.yml11 test:
12 name: Test Rust ${{ matrix.rust }} on ${{ matrix.os }}
13 runs-on: ${{ matrix.os }}
17 # our `--feature` config here, but doing so will be very slow, as the
20 # versions (all on linux-x86_64)
21 - { rust: 1.34.0, os: ubuntu-latest }
22 - { rust: stable, os: ubuntu-latest }
23 - { rust: beta, os: ubuntu-latest }
24 - { rust: nightly, os: ubuntu-latest }
25 # non-linux platforms (ones which don't require `cross`)
[all …]
/external/rust/crates/log/.github/workflows/
Dmain.yml5 test:
6 name: Test
7 runs-on: ${{ matrix.os }}
12 - build: stable
13 os: ubuntu-latest
15 - build: beta
16 os: ubuntu-latest
18 - build: nightly
19 os: ubuntu-latest
21 - build: macos
[all …]
/external/rust/crates/arc-swap/.github/workflows/
Dtest.yaml1 name: test
12 test:
13 name: Build & test
15 fail-fast: false
18 - ubuntu-latest
19 - macos-latest
20 - windows-latest
22 - stable
23 - beta
24 - nightly
[all …]
/external/rust/crates/chrono/.github/workflows/
Dtest.yml4 # It's really `--all-features`, but not adding the mutually exclusive features from rkyv
5 …ALL_NON_EXCLUSIVE_FEATURES: --features "default unstable-locales rkyv-32 rkyv-validation rustc-ser…
16 os: [ubuntu-latest, macos-latest, windows-latest]
17 tz: ["ACST-9:30", "EST4", "UTC0", "Asia/Katmandu"]
18 runs-on: ${{ matrix.os }}
20 - uses: actions/checkout@v4
21 - uses: dtolnay/rust-toolchain@stable
22 - uses: Swatinem/rust-cache@v2
23 - run: cargo test ${{ env.ALL_NON_EXCLUSIVE_FEATURES }} --color=always -- --color=always
31 os: [ubuntu-latest]
[all …]
/external/ow2-asm/asm-util/src/test/java/org/objectweb/asm/util/
DPrinterTest.java2 // Copyright (c) 2000-2011 INRIA, France Telecom
33 import org.junit.jupiter.api.Test;
49 @Test
51 Printer printer = new EmptyPrinter(/* latest */ Opcodes.ASM10_EXPERIMENTAL); in testVisitModule_unsupportedByDefault()
53 Executable visitModule = () -> printer.visitModule(null, 0, null); in testVisitModule_unsupportedByDefault()
59 @Test
61 Printer printer = new EmptyPrinter(/* latest */ Opcodes.ASM10_EXPERIMENTAL); in testVisitNestHost_unsupportedByDefault()
63 Executable visitNestHost = () -> printer.visitNestHost(null); in testVisitNestHost_unsupportedByDefault()
69 @Test
71 Printer printer = new EmptyPrinter(/* latest */ Opcodes.ASM10_EXPERIMENTAL); in testVisitClassTypeAnnotation_unsupportedByDefault()
[all …]
/external/dagger2/.github/workflows/
Dci.yml6 - master
9 - master
20 # https://issues.apache.org/jira/browse/MNG-7679
24 validate-latest-dagger-version:
26 runs-on: ubuntu-latest
28 - uses: actions/checkout@v3
29 - uses: ./.github/actions/prechecks
30 bazel-build:
32 needs: validate-latest-dagger-version
33 runs-on: ubuntu-latest
[all …]
/external/rust/crates/ahash/.github/workflows/
Drust.yml7 runs-on: ubuntu-latest
9 - uses: actions/checkout@v4
10 - name: Install latest stable
11 uses: dtolnay/rust-toolchain@master
15 - name: check nostd
16 run: cargo check --no-default-features
17 - name: test nostd
18 run: cargo test --no-default-features
19 - name: check constrandom
20 run: cargo check --no-default-features --features compile-time-rng
[all …]
/external/rust/crates/bytes/.github/workflows/
Dci.yml6 - master
9 - master
12 RUSTFLAGS: -Dwarnings
14 nightly: nightly-2022-11-12
24 runs-on: ubuntu-latest
26 - uses: actions/checkout@v3
27 - name: Install Rust
29 - name: Check formatting
30 run: cargo fmt --all -- --check
36 # runs-on: ubuntu-latest
[all …]
/external/rust/crates/oneshot-uniffi/.github/workflows/
Dbuild-and-test.yml1 name: Cargo build and test
5 RUSTFLAGS: "--deny warnings "
7 build-and-test:
10 os: [ubuntu-latest, macos-latest, windows-latest]
13 - os: ubuntu-latest
15 - os: ubuntu-latest
17 runs-on: ubuntu-latest
19 - name: Checkout repository
22 - name: Install Rust
23 uses: ATiltedTree/setup-rust@v1.0.4
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dcmake.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu 18.04 GCC
12 os: ubuntu-18.04
14 cxx-compiler: g++
16 - name: Ubuntu GCC ASAN
17 os: ubuntu-latest
19 cxx-compiler: g++
20 cmake-args: -DWITH_SANITIZER=Address
[all …]
/external/rust/crates/glam/.github/workflows/
Dci.yml7 runs-on: ubuntu-latest
9 - uses: actions/checkout@v2
11 - uses: actions-rs/toolchain@v1
17 - name: rustfmt
18 run: cargo fmt -- --check --color always
21 - run: cargo fetch
22 - name: cargo clippy
23 run: cargo clippy --workspace --all-targets --all-features -- -D warnings
26 - name: codegen
27 run: cargo run --release -p codegen -- --check
[all …]
/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/
DListTestCaseResultsRequestOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30 * Required. The test case to list results for.
32 * testCases/<TestCase ID>`. Specify a `-` as a wildcard for TestCase ID to
33 * list results across multiple test cases.
47 * Required. The test case to list results for.
49 * testCases/<TestCase ID>`. Specify a `-` as a wildcard for TestCase ID to
50 * list results across multiple test cases.
104 * The filter expression used to filter test case results. See
109 * [AND latest]
114 * `latest` only returns the latest test result in all results for each test
[all …]
/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/
DListTestCaseResultsRequestOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30 * Required. The test case to list results for.
32 * testCases/<TestCase ID>`. Specify a `-` as a wildcard for TestCase ID to
33 * list results across multiple test cases.
47 * Required. The test case to list results for.
49 * testCases/<TestCase ID>`. Specify a `-` as a wildcard for TestCase ID to
50 * list results across multiple test cases.
104 * The filter expression used to filter test case results. See
109 * [AND latest]
114 * `latest` only returns the latest test result in all results for each test
[all …]
/external/igt-gpu-tools/
D.gitlab-ci.yml1 image: $CI_REGISTRY/$CI_PROJECT_PATH/igt-fedora:latest
4 -Dlibdrm_drivers=intel,nouveau,amdgpu
5 -Doverlay=enabled
6 -Dchamelium=enabled
7 -Dvalgrind=enabled
8 -Dman=enabled
9 -Dtests=enabled
10 -Drunner=enabled
11 -Dlibunwind=enabled
12 LANG: "C.UTF-8"
[all …]
/external/rust/crates/walkdir/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
10 test:
11 name: test
12 runs-on: ${{ matrix.os }}
16 - pinned
17 - pinned-win
18 - stable
19 - beta
20 - nightly
[all …]
/external/lz4/.github/workflows/
Dci.yml6 # - 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…
33 # x86 : Set 'true' if compiler supports x86 (-m32). Otherwise, set 'false'.
38 …ons YAML workflow label. See https://github.com/actions/virtual-environments#available-environmen…
[all …]
/external/zstd/.github/workflows/
Ddev-short-tests.yml1 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/rust/crates/proc-macro2/.github/workflows/
Dci.yml13 RUSTFLAGS: -Dwarnings
19 test:
23 runs-on: ubuntu-latest
25 fail-fast: false
28 timeout-minutes: 45
30 - uses: actions/checkout@v3
31 - uses: dtolnay/rust-toolchain@master
34 components: rust-src
35 - run: cargo test
36 - run: cargo test --no-default-features
[all …]
/external/rust/crates/semver/.github/workflows/
Dci.yml13 RUSTFLAGS: -Dwarnings
19 test:
23 runs-on: ubuntu-latest
25 fail-fast: false
28 timeout-minutes: 45
30 - uses: actions/checkout@v4
31 - uses: dtolnay/rust-toolchain@master
34 - name: Enable type layout randomization
35 run: echo RUSTFLAGS=${RUSTFLAGS}\ -Zrandomize-layout >> $GITHUB_ENV
37 - run: cargo test
[all …]
/external/rust/crates/termcolor/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
10 test:
11 name: test
12 runs-on: ${{ matrix.os }}
16 - build: pinned
17 os: ubuntu-latest
19 - build: pinned-win
20 os: windows-latest
22 - build: stable
[all …]
/external/rust/crates/num_cpus/.github/workflows/
Dci.yml6 - master
13 ci-pass:
15 runs-on: ubuntu-latest
17 - msrv
18 - test-linux
19 - test-macos
20 - test-windows
21 - build-cross
22 - test-cgroups
24 - run: exit 0
[all …]
/external/flatbuffers/.github/workflows/
Dbuild.yml2 permissions: read-all
9 - "*" # new tag version, like `0.8.4` or else
11 - master
14 - master
17 build-linux:
21 digests-gcc: ${{ steps.hash-gcc.outputs.hashes }}
22 digests-clang: ${{ steps.hash-clang.outputs.hashes }}
24 runs-on: ubuntu-latest
27 cxx: [g++-10, clang++-12]
28 fail-fast: false
[all …]
/external/wycheproof/
DBUILD23 # plus a BouncyCastleAllTests alias for latest stable.
25 # To test latest stable:
26 # $ bazel test BouncyCastleAllTests
28 # To test other versions, e.g., v1.52:
29 # $ bazel test BouncyCastleAllTests_1_52
31 # To test all known versions (warning, will take a long time):
32 # $ bazel test BouncyCastleAllTest_*
34 # This test takes a long time, because key generation for DSA and DH generate new parameters.
53 # plus a SpongyCastleAllTests alias for latest stable.
55 # To test latest stable:
[all …]
/external/rust/crates/miette/.github/workflows/
Dci.yml6 RUSTFLAGS: -Dwarnings
11 runs-on: ubuntu-latest
13 - uses: actions/checkout@v1
14 - name: Install Rust
15 uses: actions-rs/toolchain@v1
21 - name: rustfmt
22 run: cargo fmt --all -- --check
23 - name: docs
24 run: cargo doc --no-deps
27 name: Build & Test
[all …]

12345678910>>...44