about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJames Miller <bladeon@gmail.com>2013-06-20 22:03:05 +1200
committerJames Miller <bladeon@gmail.com>2013-06-20 22:03:05 +1200
commitf5036c24df72f4c9fefe1d011708dfdad9d31c67 (patch)
treef4caad60a5d012fd7db437a8a7229beab94ccddb
parent7375e94289622663ba9976e2702a4008cd0aad1a (diff)
downloadrust-f5036c24df72f4c9fefe1d011708dfdad9d31c67.tar.gz
rust-f5036c24df72f4c9fefe1d011708dfdad9d31c67.zip
xfail box-related debug-info tests r=snapshot
-rw-r--r--src/test/debug-info/box.rs4
-rw-r--r--src/test/debug-info/vec.rs4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/test/debug-info/box.rs b/src/test/debug-info/box.rs
index 3e5483ad75b..ef2a98d92fb 100644
--- a/src/test/debug-info/box.rs
+++ b/src/test/debug-info/box.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
+// xfail
 
 // compile-flags:-Z extra-debug-info
 // debugger:set print pretty off
@@ -32,4 +32,4 @@ fn main() {
     _zzz();
 }
 
-fn _zzz() {()}
\ No newline at end of file
+fn _zzz() {()}
diff --git a/src/test/debug-info/vec.rs b/src/test/debug-info/vec.rs
index c87849ac4b6..8a8c5720280 100644
--- a/src/test/debug-info/vec.rs
+++ b/src/test/debug-info/vec.rs
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// xfail-win32 Broken because of LLVM bug: http://llvm.org/bugs/show_bug.cgi?id=16249
+// xfail
 
 // compile-flags:-Z extra-debug-info
 // debugger:set print pretty off
@@ -32,4 +32,4 @@ fn main() {
     _zzz();
 }
 
-fn _zzz() {()}
\ No newline at end of file
+fn _zzz() {()}