Add back failing LTO tests
This commit is contained in:
parent
58684b30a9
commit
9dd009eb66
2 changed files with 10 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -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.
|
||||
|
|
|
|||
7
tests/failing-lto-tests.txt
Normal file
7
tests/failing-lto-tests.txt
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue