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:
94
94
run : cat tests/failing-non-lto-tests.txt >> tests/failing-ui-tests.txt
95
95
96
96
- name : Run tests
97
+ # TODO: re-enable those tests for libgccjit 12.
98
+ if : matrix.libgccjit_version.gcc != 'libgccjit12.so'
97
99
id : tests
98
100
run : |
99
101
${{ matrix.libgccjit_version.env_extra }} ./y.sh test --release --clean --build-sysroot --test-failing-rustc ${{ matrix.libgccjit_version.extra }} | tee output_log
100
102
rg --text "test result" output_log >> $GITHUB_STEP_SUMMARY
101
103
102
104
- 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'
103
107
id : ui-tests
104
108
run : |
105
109
${{ 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
93
93
tests/ui/consts/const-eval/parse_ints.rs
94
94
tests/ui/simd/intrinsic/generic-arithmetic-pass.rs
95
95
tests/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