File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -94,12 +94,16 @@ jobs:
9494 run : cat tests/failing-non-lto-tests.txt >> tests/failing-ui-tests.txt
9595
9696 - name : Run tests
97+ # TODO: re-enable those tests for libgccjit 12.
98+ if : matrix.libgccjit_version.gcc != 'libgccjit12.so'
9799 id : tests
98100 run : |
99101 ${{ matrix.libgccjit_version.env_extra }} ./y.sh test --release --clean --build-sysroot --test-failing-rustc ${{ matrix.libgccjit_version.extra }} | tee output_log
100102 rg --text "test result" output_log >> $GITHUB_STEP_SUMMARY
101103
102104 - name : Run failing ui pattern tests for ICE
105+ # TODO: re-enable those tests for libgccjit 12.
106+ if : matrix.libgccjit_version.gcc != 'libgccjit12.so'
103107 id : ui-tests
104108 run : |
105109 ${{ matrix.libgccjit_version.env_extra }} ./y.sh test --release --test-failing-ui-pattern-tests ${{ matrix.libgccjit_version.extra }} | tee output_log_ui
Original file line number Diff line number Diff line change @@ -93,3 +93,4 @@ tests/ui/consts/zst_no_llvm_alloc.rs
9393tests/ui/consts/const-eval/parse_ints.rs
9494tests/ui/simd/intrinsic/generic-arithmetic-pass.rs
9595tests/ui/backtrace/backtrace.rs
96+ tests/ui/lifetimes/tail-expr-lock-poisoning.rs
You can’t perform that action at this time.
0 commit comments