[libcxx] r174450 - [tests] XFAIL a few things that require libc (?) support missing on Darwin.
Daniel Dunbar
daniel at zuster.org
Tue Feb 5 14:10:25 PST 2013
Author: ddunbar
Date: Tue Feb 5 16:10:25 2013
New Revision: 174450
URL: http://llvm.org/viewvc/llvm-project?rev=174450&view=rev
Log:
[tests] XFAIL a few things that require libc (?) support missing on Darwin.
Modified:
libcxx/trunk/test/depr/depr.c.headers/uchar_h.pass.cpp
libcxx/trunk/test/language.support/support.start.term/quick_exit.pass.cpp
libcxx/trunk/test/strings/c.strings/cuchar.pass.cpp
libcxx/trunk/test/strings/c.strings/version_cuchar.pass.cpp
Modified: libcxx/trunk/test/depr/depr.c.headers/uchar_h.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/depr/depr.c.headers/uchar_h.pass.cpp?rev=174450&r1=174449&r2=174450&view=diff
==============================================================================
--- libcxx/trunk/test/depr/depr.c.headers/uchar_h.pass.cpp (original)
+++ libcxx/trunk/test/depr/depr.c.headers/uchar_h.pass.cpp Tue Feb 5 16:10:25 2013
@@ -6,6 +6,8 @@
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
+//
+// XFAIL: apple-darwin
// <uchar.h>
Modified: libcxx/trunk/test/language.support/support.start.term/quick_exit.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/language.support/support.start.term/quick_exit.pass.cpp?rev=174450&r1=174449&r2=174450&view=diff
==============================================================================
--- libcxx/trunk/test/language.support/support.start.term/quick_exit.pass.cpp (original)
+++ libcxx/trunk/test/language.support/support.start.term/quick_exit.pass.cpp Tue Feb 5 16:10:25 2013
@@ -6,6 +6,8 @@
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
+//
+// XFAIL: apple-darwin
// test quick_exit and at_quick_exit
Modified: libcxx/trunk/test/strings/c.strings/cuchar.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/strings/c.strings/cuchar.pass.cpp?rev=174450&r1=174449&r2=174450&view=diff
==============================================================================
--- libcxx/trunk/test/strings/c.strings/cuchar.pass.cpp (original)
+++ libcxx/trunk/test/strings/c.strings/cuchar.pass.cpp Tue Feb 5 16:10:25 2013
@@ -6,6 +6,8 @@
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
+//
+// XFAIL: apple-darwin
// <cuchar>
Modified: libcxx/trunk/test/strings/c.strings/version_cuchar.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/strings/c.strings/version_cuchar.pass.cpp?rev=174450&r1=174449&r2=174450&view=diff
==============================================================================
--- libcxx/trunk/test/strings/c.strings/version_cuchar.pass.cpp (original)
+++ libcxx/trunk/test/strings/c.strings/version_cuchar.pass.cpp Tue Feb 5 16:10:25 2013
@@ -6,6 +6,8 @@
// Source Licenses. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
+//
+// XFAIL: apple-darwin
// <cuchar>
More information about the cfe-commits
mailing list