about summary refs log tree commit diff
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2013-09-03 21:35:44 +1000
committerHuon Wilson <dbau.pp+github@gmail.com>2013-09-03 21:35:51 +1000
commit490c0c7f240f7e612276d86d16cf5425d8e3da7e (patch)
treea4e4dfbb4f64745e48c4f57350ff945a28efe0e2
parent12099ce94c239849571c6b68e22c4049a795b76d (diff)
downloadrust-490c0c7f240f7e612276d86d16cf5425d8e3da7e.tar.gz
rust-490c0c7f240f7e612276d86d16cf5425d8e3da7e.zip
Re-xfail extern-pass-TwoU{8,16}.rs (still doesn't work on 32-bit platforms).
-rw-r--r--src/test/run-pass/extern-pass-TwoU16s.rs2
-rw-r--r--src/test/run-pass/extern-pass-TwoU8s.rs2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/test/run-pass/extern-pass-TwoU16s.rs b/src/test/run-pass/extern-pass-TwoU16s.rs
index d64c5bb01af..eadb01d854c 100644
--- a/src/test/run-pass/extern-pass-TwoU16s.rs
+++ b/src/test/run-pass/extern-pass-TwoU16s.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// xfail-test #5744 fails on 32 bit
+
 // Test a foreign function that accepts and returns a struct
 // by value.
 
diff --git a/src/test/run-pass/extern-pass-TwoU8s.rs b/src/test/run-pass/extern-pass-TwoU8s.rs
index 8e13c25d697..868c40d642d 100644
--- a/src/test/run-pass/extern-pass-TwoU8s.rs
+++ b/src/test/run-pass/extern-pass-TwoU8s.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// xfail-test #5744 fails on 32 bit
+
 // Test a foreign function that accepts and returns a struct
 // by value.