Searched +full:test +full:- +full:nightly (Results 1 – 25 of 145) sorted by relevance
123456
| /third_party/rust/crates/minimal-lexical/docs/ |
| D | Development.md | 3 … test lexical, only a Rust toolchain (1.31+) is required. However, for reasons described below, we… 7 cargo +nightly build 8 cargo +nightly test 13 …-documented members is not stable, and any changes to this code is not considered a breaking chang… 22 In order to fully test and develop lexical, a recent, nightly compiler along with following Rust de… 24 - Clippy 25 - Rustfmt 26 - Miri 27 - Valgrind 28 - Tarpaulin [all …]
|
| /third_party/rust/crates/is-terminal/.github/workflows/ |
| D | main.yml | 6 - main 12 runs-on: ubuntu-latest 14 - uses: actions/checkout@v3 17 - uses: ./.github/actions/install-rust 20 - run: cargo fmt --all -- --check 24 runs-on: ${{ matrix.os }} 27 build: [stable, nightly] 29 - build: stable 30 os: ubuntu-latest 32 - build: nightly [all …]
|
| /third_party/rust/crates/memoffset/.github/workflows/ |
| D | ci.yml | 6 test: 7 name: Test Suite 8 runs-on: ubuntu-latest 12 - stable 13 - beta 14 - nightly 16 - uses: actions/checkout@v2 17 - uses: actions-rs/toolchain@v1 21 - name: Run cargo test 22 run: cargo test [all …]
|
| /third_party/rust/crates/io-lifetimes/.github/workflows/ |
| D | main.yml | 6 - main 12 runs-on: ubuntu-latest 14 - uses: actions/checkout@v3 17 - uses: ./.github/actions/install-rust 20 - run: cargo fmt --all -- --check 24 runs-on: ${{ matrix.os }} 27 build: [stable, nightly] 29 - build: stable 30 os: ubuntu-latest 32 - build: nightly [all …]
|
| /third_party/rust/crates/proc-macro2/.github/workflows/ |
| D | ci.yml | 13 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 components: rust-src 35 - run: cargo test 36 - run: cargo test --no-default-features [all …]
|
| /third_party/rust/crates/log/.github/workflows/ |
| D | main.yml | 5 test: 6 name: Test 7 runs-on: ${{ matrix.os }} 10 build: [stable, beta, nightly, macos, win32, win64, mingw] 12 - build: stable 13 os: ubuntu-latest 15 - build: beta 16 os: ubuntu-latest 18 - build: nightly 19 os: ubuntu-latest [all …]
|
| /third_party/flatbuffers/tests/ |
| D | RustTest.sh | 2 set -e 10 # http://www.apache.org/licenses/LICENSE-2.0 18 if [[ "$1" == "mips-unknown-linux-gnu" ]]; then 19 TARGET_FLAG="--target mips-unknown-linux-gnu" 20 export CARGO_TARGET_MIPS_UNKNOWN_LINUX_GNU_LINKER=mips-linux-gnu-gcc 21 export CARGO_TARGET_MIPS_UNKNOWN_LINUX_GNU_RUNNER="qemu-mips -L /usr/mips-linux-gnu" 35 cargo run $TARGET_FLAG -- --quiet 39 rustup install nightly 40 rustup component add rust-src --toolchain nightly 41 rustup target add thumbv7m-none-eabi [all …]
|
| /third_party/rust/crates/minimal-lexical/.github/workflows/ |
| D | Valgrind.yml | 11 runs-on: ubuntu-latest 13 fail-fast: true 15 - uses: actions/checkout@v2 16 - name: Install latest nightly 17 uses: actions-rs/toolchain@v1 19 toolchain: nightly 21 - run: sudo apt-get install valgrind 22 - run: cargo +nightly install cargo-valgrind 23 - run: cargo +nightly valgrind test --release 24 - run: cargo +nightly valgrind test --all-features --release
|
| D | Features.yml | 10 name: Test Feature Combinations 11 runs-on: ubuntu-latest 13 fail-fast: true 15 - uses: actions/checkout@v2 16 - name: Install latest nightly 17 uses: actions-rs/toolchain@v1 19 toolchain: nightly 22 - run: ci/test.sh 23 - run: NIGHTLY=1 NO_STD=1 ci/test.sh
|
| D | Simple.yml | 10 test: 12 runs-on: ubuntu-latest 14 fail-fast: false 16 rust: [1.36.0, 1.41.0, 1.46.0, 1.51.0, stable, beta, nightly] 18 - uses: actions/checkout@v2 21 - uses: dtolnay/rust-toolchain@master 24 - run: cargo check 25 - run: cargo test 26 - run: cargo test --features=compact 30 runs-on: ubuntu-latest [all …]
|
| /third_party/rust/crates/rustix/.github/workflows/ |
| D | test-users.yml | 1 # Test a selection of projects which depend on rustix. 3 name: Test rustix's users 10 runs-on: ${{ matrix.os }} 15 …build: [ubuntu, i686-linux, aarch64-linux, powerpc64le-linux, riscv64-linux, mipsel-linux, mips64e… 17 - build: ubuntu 18 os: ubuntu-latest 19 rust: nightly 20 - build: i686-linux 21 os: ubuntu-latest 22 rust: nightly [all …]
|
| D | main.yml | 6 - main 13 runs-on: ubuntu-latest 15 - uses: actions/checkout@v3 18 - uses: ./.github/actions/install-rust 21 - run: cargo fmt --all -- --check 25 runs-on: ${{ matrix.os }} 28 build: [stable, nightly, 1.48] 30 - build: stable 31 os: ubuntu-latest 33 - build: nightly [all …]
|
| /third_party/rust/crates/syn/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 19 test: 23 runs-on: ubuntu-latest 24 timeout-minutes: 45 26 - uses: actions/checkout@v4 27 - uses: dtolnay/rust-toolchain@nightly 29 components: llvm-tools, rustc-dev 30 - run: cargo test --all-features --release --tests 36 runs-on: ${{matrix.os || 'ubuntu'}}-latest 38 fail-fast: false [all …]
|
| /third_party/rust/crates/serde/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 16 test: 17 name: Test suite 18 runs-on: ubuntu-latest 19 timeout-minutes: 45 21 - uses: actions/checkout@v4 22 - uses: dtolnay/rust-toolchain@nightly 23 - run: cd test_suite && cargo test --features unstable 26 name: Test suite (windows) 27 runs-on: windows-latest [all …]
|
| /third_party/rust/crates/libloading/.github/workflows/ |
| D | libloading.yml | 2 group: ${{ github.workflow }}-${{ github.ref }} 3 cancel-in-progress: true 8 paths-ignore: ['*.mkd', 'LICENSE'] 13 native-test: 14 runs-on: ${{ matrix.os }} 16 fail-fast: false 18 rust_toolchain: [nightly, stable, 1.40.0] 19 os: [ubuntu-latest, windows-latest, macOS-latest] 20 timeout-minutes: 20 22 - uses: actions/checkout@v2 [all …]
|
| /third_party/rust/crates/nom/.github/workflows/ |
| D | ci.yml | 11 test: 12 name: Test 13 runs-on: ubuntu-latest 18 - stable 19 - beta 20 - nightly 21 - 1.48.0 24 - '' 27 - rust: stable 29 - rust: stable [all …]
|
| /third_party/rust/crates/lazy-static.rs/ |
| D | appveyor.yml | 12 - TARGET: i686-pc-windows-gnu 14 - TARGET: i686-pc-windows-msvc 16 - TARGET: x86_64-pc-windows-gnu 18 - TARGET: x86_64-pc-windows-msvc 21 - TARGET: i686-pc-windows-gnu 23 - TARGET: i686-pc-windows-msvc 25 - TARGET: x86_64-pc-windows-gnu 27 - TARGET: x86_64-pc-windows-msvc 29 # Nightly channel 30 - TARGET: i686-pc-windows-gnu [all …]
|
| D | .travis.yml | 4 - rust: 1.27.2 5 - rust: stable 7 - cargo test 8 - cargo test --features spin_no_std 9 - os: osx 10 - rust: beta 11 - rust: nightly 13 - cargo test 14 - cargo bench 15 - cargo test --features spin_no_std [all …]
|
| /third_party/rust/crates/memchr/.github/workflows/ |
| D | ci.yml | 5 - master 8 - master 10 - cron: '00 01 * * *' 12 test: 13 name: test 15 # For some builds, we use cross to test on 32-bit and big-endian 18 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`. 22 runs-on: ${{ matrix.os }} 26 - pinned 27 - stable [all …]
|
| /third_party/libjpeg-turbo/ |
| D | .travis.yml | 5 - /^[0-9]+\.[0-9]+\.[0-9]+/ 6 - /^jpeg-.*/ 10 - os: linux 14 - docker 15 - os: osx 18 - os: linux 22 CFLAGS_RELWITHDEBINFO="-O1 -g -fsanitize=address,undefined -fno-omit-frame-pointer" 23 CMAKE_FLAGS="-DENABLE_SHARED=0" 29 - nasm 30 - os: linux [all …]
|
| /third_party/rust/crates/regex/.github/workflows/ |
| D | ci.yml | 6 - master 8 - cron: '00 01 * * *' 10 # The section is needed to drop write-all permissions that are granted on 16 # on pull-requests, etc. may need additional permissions: 19 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions 21 # Reference for how to assign permissions on a job-by-job basis: 22 # https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs 25 # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for… 31 test: 32 name: test [all …]
|
| /third_party/rust/crates/aho-corasick/.github/workflows/ |
| D | ci.yml | 6 - master 8 - cron: '00 01 * * *' 10 test: 11 name: test 13 # For some builds, we use cross to test on 32-bit and big-endian 16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`. 18 runs-on: ${{ matrix.os }} 22 - pinned 23 - stable 24 - stable-32 [all …]
|
| /third_party/rust/crates/quote/.github/workflows/ |
| D | ci.yml | 13 RUSTFLAGS: -Dwarnings 19 test: 23 runs-on: ubuntu-latest 25 fail-fast: false 27 rust: [nightly, stable, beta, 1.56.0] 28 timeout-minutes: 45 30 - uses: actions/checkout@v4 31 - uses: dtolnay/rust-toolchain@master 34 components: rust-src 35 - name: Enable type layout randomization [all …]
|
| /third_party/typescript/.vscode/ |
| D | launch.template.json | 25 "name": "Mocha Tests (currently opened test)", 26 "runtimeArgs": ["--nolazy"], 29 "-u", 31 "--no-timeouts", 32 "--colors", 34 "-f", 35 // You can change this to be the name of a specific test file (without the file extension) 36 // to consistently launch the same test 38 "--skip-percent", 52 …// NOTE: To use this, you must switch the "type" above to "pwa-node". You may also need to follow … [all …]
|
| /third_party/rust/crates/libc/ci/ |
| D | build.sh | 8 set -ex 17 if [ "${TOOLCHAIN}" = "nightly" ] ; then 18 rustup component add rust-src 32 until [ $n -ge $N ] 34 if rustup target add "${TARGET}" --toolchain "${RUST}" ; then 42 # Test that libc builds without any default features (no std) 44 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}" 46 # FIXME: With `build-std` feature, `compiler_builtins` emits a lof of lint warnings. 47 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \ 48 -Z build-std=core,alloc -vv --no-default-features --target "${TARGET}" [all …]
|
123456