about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-02-18 22:47:42 -0800
committerAlex Crichton <alex@alexcrichton.com>2016-02-18 22:47:42 -0800
commitd835f5bfd84104477d77cfc47e1f7a8c50ec384d (patch)
tree565cf6e0f882af43bb5f105d5d40b07f6cd46c1e
parent8e2a577804b32b6d203abe61e0cdf3a88837d228 (diff)
downloadrust-d835f5bfd84104477d77cfc47e1f7a8c50ec384d.tar.gz
rust-d835f5bfd84104477d77cfc47e1f7a8c50ec384d.zip
Ignore the test added in #31717
In #31717 we rebased our LLVM fork over the 3.8 release branch, and it was
thought that this fixed #31702. The testing, however, must have been erroneous,
as it unfortunately didn't fix the issue! Our MUSL nightly builders are failing
from the same assertion reported in the issue, so we at least know the test case
is a reproduction!

I believe the failure is only happening on the MUSL nightly builders because
none of the auto builders have LLVM assertions enabled, and the Linux nightly
builder *does* have assertions enabled for the binaries we generate but the
distcheck run doesn't test a compiler with LLVM assertions enabled.
-rw-r--r--src/test/run-pass/issue-31702.rs5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/run-pass/issue-31702.rs b/src/test/run-pass/issue-31702.rs
index 89eafa88ee0..334c1b2a28b 100644
--- a/src/test/run-pass/issue-31702.rs
+++ b/src/test/run-pass/issue-31702.rs
@@ -10,6 +10,11 @@
 
 // aux-build:issue-31702-1.rs
 // aux-build:issue-31702-2.rs
+// ignore-test: FIXME(#31702) when this test was added it was thought that the
+//                            accompanying llvm update would fix it, but
+//                            unfortunately it appears that was not the case. In
+//                            the interest of not deleting the test, though,
+//                            this is just tagged with ignore-test
 
 // this test is actually entirely in the linked library crates