From 490c0c7f240f7e612276d86d16cf5425d8e3da7e Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Tue, 3 Sep 2013 21:35:44 +1000 Subject: [PATCH] Re-xfail extern-pass-TwoU{8,16}.rs (still doesn't work on 32-bit platforms). --- src/test/run-pass/extern-pass-TwoU16s.rs | 2 ++ src/test/run-pass/extern-pass-TwoU8s.rs | 2 ++ 2 files changed, 4 insertions(+) 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.