Add back failing LTO tests

This commit is contained in:
Antoni Boucher 2025-11-14 12:44:22 -05:00
parent 58684b30a9
commit 9dd009eb66
2 changed files with 10 additions and 0 deletions

View file

@ -72,6 +72,9 @@ jobs:
git config --global user.name "User"
./y.sh prepare
- name: Add more failing tests (some panic and debuginfo tests fail)
run: cat tests/failing-lto-tests.txt >> tests/failing-ui-tests.txt
- name: Run tests
run: |
# FIXME(antoyo): we cannot enable LTO for stdarch tests currently because of some failing LTO tests using proc-macros.

View file

@ -0,0 +1,7 @@
tests/ui/lto/all-crates.rs
tests/ui/lto/debuginfo-lto-alloc.rs
tests/ui/panic-runtime/lto-unwind.rs
tests/ui/uninhabited/uninhabited-transparent-return-abi.rs
tests/ui/coroutine/panic-drops-resume.rs
tests/ui/coroutine/panic-drops.rs
tests/ui/coroutine/panic-safe.rs