Skip to content

Commit d835f5b

Browse files
committed
Ignore the test added in rust-lang#31717
In rust-lang#31717 we rebased our LLVM fork over the 3.8 release branch, and it was thought that this fixed rust-lang#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.
1 parent 8e2a577 commit d835f5b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/run-pass/issue-31702.rs

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010

1111
// aux-build:issue-31702-1.rs
1212
// aux-build:issue-31702-2.rs
13+
// ignore-test: FIXME(#31702) when this test was added it was thought that the
14+
// accompanying llvm update would fix it, but
15+
// unfortunately it appears that was not the case. In
16+
// the interest of not deleting the test, though,
17+
// this is just tagged with ignore-test
1318

1419
// this test is actually entirely in the linked library crates
1520

0 commit comments

Comments
 (0)