diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2024-07-02 13:33:26 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2024-07-02 13:33:26 -0400 |
| commit | 3e91e162f90e29dc6a8f994aead8114a754a78fd (patch) | |
| tree | 8e40ce2a2d75a200d45ee929abc70320bcbe9455 | |
| parent | 59de4fa99191ba324e7aafc7666b10a125974bc5 (diff) | |
| download | rust-3e91e162f90e29dc6a8f994aead8114a754a78fd.tar.gz rust-3e91e162f90e29dc6a8f994aead8114a754a78fd.zip | |
Ignore a stdarch test that will fail until the stdarch version in rustc is updated
| -rw-r--r-- | .github/workflows/stdarch.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/stdarch.yml b/.github/workflows/stdarch.yml index 20341ae53d7..e24b25b7369 100644 --- a/.github/workflows/stdarch.yml +++ b/.github/workflows/stdarch.yml @@ -95,4 +95,5 @@ jobs: if: ${{ matrix.cargo_runner }} run: | # FIXME: these tests fail when the sysroot is compiled with LTO because of a missing symbol in proc-macro. - STDARCH_TEST_EVERYTHING=1 CHANNEL=release CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="${{ matrix.cargo_runner }}" TARGET=x86_64-unknown-linux-gnu CG_RUSTFLAGS="-Ainternal_features" ./y.sh cargo test --manifest-path build/build_sysroot/sysroot_src/library/stdarch/Cargo.toml -- --skip rtm --skip tbm --skip sse4a + # TODO: remove --skip test_mm512_stream_ps when stdarch is updated in rustc. + STDARCH_TEST_EVERYTHING=1 CHANNEL=release CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="${{ matrix.cargo_runner }}" TARGET=x86_64-unknown-linux-gnu CG_RUSTFLAGS="-Ainternal_features" ./y.sh cargo test --manifest-path build/build_sysroot/sysroot_src/library/stdarch/Cargo.toml -- --skip rtm --skip tbm --skip sse4a --skip test_mm512_stream_ps |
