diff options
| author | Antoni Boucher <bouanto@zoho.com> | 2024-07-02 13:37:34 -0400 |
|---|---|---|
| committer | Antoni Boucher <bouanto@zoho.com> | 2024-07-02 13:37:34 -0400 |
| commit | fc2eee58d2ff933b6236e33ad60bc03f84966fad (patch) | |
| tree | a53039a178f385b85109619eb28565da346b6bfe /.github | |
| parent | 3e91e162f90e29dc6a8f994aead8114a754a78fd (diff) | |
| download | rust-fc2eee58d2ff933b6236e33ad60bc03f84966fad.tar.gz rust-fc2eee58d2ff933b6236e33ad60bc03f84966fad.zip | |
Ignore more tests
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/failures.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/failures.yml b/.github/workflows/failures.yml index 66129f805d4..e5d94767fe7 100644 --- a/.github/workflows/failures.yml +++ b/.github/workflows/failures.yml @@ -94,12 +94,16 @@ jobs: run: cat tests/failing-non-lto-tests.txt >> tests/failing-ui-tests.txt - name: Run tests + # TODO: re-enable those tests for libgccjit 12. + if: matrix.libgccjit_version.gcc != 'libgccjit12.so' id: tests run: | ${{ matrix.libgccjit_version.env_extra }} ./y.sh test --release --clean --build-sysroot --test-failing-rustc ${{ matrix.libgccjit_version.extra }} | tee output_log rg --text "test result" output_log >> $GITHUB_STEP_SUMMARY - name: Run failing ui pattern tests for ICE + # TODO: re-enable those tests for libgccjit 12. + if: matrix.libgccjit_version.gcc != 'libgccjit12.so' id: ui-tests run: | ${{ matrix.libgccjit_version.env_extra }} ./y.sh test --release --test-failing-ui-pattern-tests ${{ matrix.libgccjit_version.extra }} | tee output_log_ui |
