Skip to content

Commit e2f32c7

Browse files
committed
Ignore failing test
This test only fails with non-native 128-bit integers, but it will also fail with native 128-bit integers if we copy/paste it so that it's executed twice. Interestingly, wrapping the test in a loop won't make it fail. So, it could be due to stack space or unwinding in release mode. Also, the test only fails with -O2: ../cargo.sh rustc --bin test-rust -- -O It doesn't fail with -O3.
1 parent e3998b2 commit e2f32c7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: doc/tests.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Tests
2+
3+
## Show the rustc command for UI tests
4+
5+
Add ` --test-args "--verbose"` to `./x.py test`.

Diff for: failing-ui-tests.txt

+1
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,4 @@ tests/ui/lto/all-crates.rs
7171
tests/ui/async-await/deep-futures-are-freeze.rs
7272
tests/ui/closures/capture-unsized-by-ref.rs
7373
tests/ui/generator/resume-after-return.rs
74+
tests/ui/macros/rfc-2011-nicer-assert-messages/all-expr-kinds.rs

0 commit comments

Comments
 (0)