From f5036c24df72f4c9fefe1d011708dfdad9d31c67 Mon Sep 17 00:00:00 2001 From: James Miller Date: Thu, 20 Jun 2013 22:03:05 +1200 Subject: [PATCH] xfail box-related debug-info tests r=snapshot --- src/test/debug-info/box.rs | 4 ++-- src/test/debug-info/vec.rs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/test/debug-info/box.rs b/src/test/debug-info/box.rs index 3e5483ad75b3..ef2a98d92fbc 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 c87849ac4b6d..8a8c57202800 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() {()}