From edfb05351e93c3743cf56d8de7157872fcf6b209 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 5 Feb 2013 22:10:25 +0000 Subject: [PATCH] [tests] XFAIL a few things that require libc (?) support missing on Darwin. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@174450 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/depr/depr.c.headers/uchar_h.pass.cpp | 2 ++ test/language.support/support.start.term/quick_exit.pass.cpp | 2 ++ test/strings/c.strings/cuchar.pass.cpp | 2 ++ test/strings/c.strings/version_cuchar.pass.cpp | 2 ++ 4 files changed, 8 insertions(+) diff --git a/test/depr/depr.c.headers/uchar_h.pass.cpp b/test/depr/depr.c.headers/uchar_h.pass.cpp index c84c26cb3..14803ff81 100644 --- a/test/depr/depr.c.headers/uchar_h.pass.cpp +++ b/test/depr/depr.c.headers/uchar_h.pass.cpp @@ -6,6 +6,8 @@ // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// +// +// XFAIL: apple-darwin // diff --git a/test/language.support/support.start.term/quick_exit.pass.cpp b/test/language.support/support.start.term/quick_exit.pass.cpp index 5c732b39f..1945a1ba1 100644 --- a/test/language.support/support.start.term/quick_exit.pass.cpp +++ b/test/language.support/support.start.term/quick_exit.pass.cpp @@ -6,6 +6,8 @@ // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// +// +// XFAIL: apple-darwin // test quick_exit and at_quick_exit diff --git a/test/strings/c.strings/cuchar.pass.cpp b/test/strings/c.strings/cuchar.pass.cpp index 128367853..d4c15db89 100644 --- a/test/strings/c.strings/cuchar.pass.cpp +++ b/test/strings/c.strings/cuchar.pass.cpp @@ -6,6 +6,8 @@ // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// +// +// XFAIL: apple-darwin // diff --git a/test/strings/c.strings/version_cuchar.pass.cpp b/test/strings/c.strings/version_cuchar.pass.cpp index a18f3439a..fa47f0ffc 100644 --- a/test/strings/c.strings/version_cuchar.pass.cpp +++ b/test/strings/c.strings/version_cuchar.pass.cpp @@ -6,6 +6,8 @@ // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// +// +// XFAIL: apple-darwin //