[libcxx] r174452 - [tests] Mark another stream input expected failure (with system libc++).

Daniel Dunbar daniel at zuster.org
Tue Feb 5 14:10:28 PST 2013


Author: ddunbar
Date: Tue Feb  5 16:10:28 2013
New Revision: 174452

URL: http://llvm.org/viewvc/llvm-project?rev=174452&view=rev
Log:
[tests] Mark another stream input expected failure (with system libc++).

Modified:
    libcxx/trunk/test/numerics/complex.number/complex.ops/stream_input.pass.cpp

Modified: libcxx/trunk/test/numerics/complex.number/complex.ops/stream_input.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/numerics/complex.number/complex.ops/stream_input.pass.cpp?rev=174452&r1=174451&r2=174452&view=diff
==============================================================================
--- libcxx/trunk/test/numerics/complex.number/complex.ops/stream_input.pass.cpp (original)
+++ libcxx/trunk/test/numerics/complex.number/complex.ops/stream_input.pass.cpp Tue Feb  5 16:10:28 2013
@@ -6,6 +6,8 @@
 // Source Licenses. See LICENSE.TXT for details.
 //
 //===----------------------------------------------------------------------===//
+//
+// XFAIL: with_system_lib=x86_64-apple-darwin11
 
 // <complex>
 





More information about the cfe-commits mailing list