about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-06-19 07:49:50 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-06-19 07:49:50 -0700
commit879ec55d2eb89dea357812577eaeea583a6e4926 (patch)
treeb752d7570907bddc006576beb7dbb5751bad5ba5
parent5354b91ce5afd0b42f761b5ec7459612a5d6cadd (diff)
downloadrust-879ec55d2eb89dea357812577eaeea583a6e4926.tar.gz
rust-879ec55d2eb89dea357812577eaeea583a6e4926.zip
Ignore test for not-closed issue
Confirmed on IRC that the bug isn't fully fixed, and the "resurgence" here isn't
the fault of this PR.
-rw-r--r--src/test/run-pass/issue-41696.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/issue-41696.rs b/src/test/run-pass/issue-41696.rs
index ae57e0cf255..40fbf5ba75c 100644
--- a/src/test/run-pass/issue-41696.rs
+++ b/src/test/run-pass/issue-41696.rs
@@ -9,6 +9,7 @@
 // except according to those terms.
 
 // this used to cause exponential code-size blowup during LLVM passes.
+// ignore-test FIXME #41696
 // min-llvm-version 3.9
 
 #![feature(test)]