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.
This commit is contained in:
parent
e3998b2d46
commit
e2f32c72a7
5
doc/tests.md
Normal file
5
doc/tests.md
Normal file
@ -0,0 +1,5 @@
|
||||
# Tests
|
||||
|
||||
## Show the rustc command for UI tests
|
||||
|
||||
Add ` --test-args "--verbose"` to `./x.py test`.
|
@ -71,3 +71,4 @@ tests/ui/lto/all-crates.rs
|
||||
tests/ui/async-await/deep-futures-are-freeze.rs
|
||||
tests/ui/closures/capture-unsized-by-ref.rs
|
||||
tests/ui/generator/resume-after-return.rs
|
||||
tests/ui/macros/rfc-2011-nicer-assert-messages/all-expr-kinds.rs
|
||||
|
Loading…
Reference in New Issue
Block a user