summary refs log tree commit diff
path: root/src/test/debug-info
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-04-11 00:16:09 -0700
committerBrian Anderson <banderson@mozilla.com>2013-04-11 00:16:09 -0700
commit5b457c1469704b69a569724e03667f337fcb4749 (patch)
treed67c5383091ec7ca8bd5a8ce6ee1765aa7018cf2 /src/test/debug-info
parent03116f251d2d53842971b356fb320f6101d1a3e5 (diff)
downloadrust-5b457c1469704b69a569724e03667f337fcb4749.tar.gz
rust-5b457c1469704b69a569724e03667f337fcb4749.zip
xail all debuginfo tests
The broke with the LLVM upgrade
Diffstat (limited to 'src/test/debug-info')
-rw-r--r--src/test/debug-info/basic-types.rs2
-rw-r--r--src/test/debug-info/struct.rs2
-rw-r--r--src/test/debug-info/tuple.rs2
3 files changed, 6 insertions, 0 deletions
diff --git a/src/test/debug-info/basic-types.rs b/src/test/debug-info/basic-types.rs
index 2441b35bc32..20da6b557f1 100644
--- a/src/test/debug-info/basic-types.rs
+++ b/src/test/debug-info/basic-types.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// xfail-test
+
 // Caveats - gdb prints any 8-bit value (meaning rust i8 and u8 values)
 // as its numerical value along with its associated ASCII char, there
 // doesn't seem to be any way around this. Also, gdb doesn't know
diff --git a/src/test/debug-info/struct.rs b/src/test/debug-info/struct.rs
index 30f4b657c4e..16ba6cda590 100644
--- a/src/test/debug-info/struct.rs
+++ b/src/test/debug-info/struct.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// xfail-test
+
 // compile-flags:-Z extra-debug-info
 // debugger:set print pretty off
 // debugger:break 29
diff --git a/src/test/debug-info/tuple.rs b/src/test/debug-info/tuple.rs
index a2cdc689fad..35e2977f562 100644
--- a/src/test/debug-info/tuple.rs
+++ b/src/test/debug-info/tuple.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// xfail-test
+
 // compile-flags:-Z extra-debug-info
 // debugger:set print pretty off
 // debugger:break 20