Skip to content

Commit 9dd009e

Browse files
committed
Add back failing LTO tests
1 parent 58684b3 commit 9dd009e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
git config --global user.name "User"
7373
./y.sh prepare
7474
75+
- name: Add more failing tests (some panic and debuginfo tests fail)
76+
run: cat tests/failing-lto-tests.txt >> tests/failing-ui-tests.txt
77+
7578
- name: Run tests
7679
run: |
7780
# FIXME(antoyo): we cannot enable LTO for stdarch tests currently because of some failing LTO tests using proc-macros.

tests/failing-lto-tests.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
tests/ui/lto/all-crates.rs
2+
tests/ui/lto/debuginfo-lto-alloc.rs
3+
tests/ui/panic-runtime/lto-unwind.rs
4+
tests/ui/uninhabited/uninhabited-transparent-return-abi.rs
5+
tests/ui/coroutine/panic-drops-resume.rs
6+
tests/ui/coroutine/panic-drops.rs
7+
tests/ui/coroutine/panic-safe.rs

0 commit comments

Comments
 (0)