We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58684b3 commit 9dd009eCopy full SHA for 9dd009e
.github/workflows/release.yml
@@ -72,6 +72,9 @@ jobs:
72
git config --global user.name "User"
73
./y.sh prepare
74
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
+
78
- name: Run tests
79
run: |
80
# FIXME(antoyo): we cannot enable LTO for stdarch tests currently because of some failing LTO tests using proc-macros.
tests/failing-lto-tests.txt
@@ -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