diff options
author | Daniel Dunbar <daniel@zuster.org> | 2013-02-05 22:10:25 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2013-02-05 22:10:25 +0000 |
commit | 1a7f7bc6bff7db10f4f2213cb219d52b3ada9a3a (patch) | |
tree | 52a7f23643ce8d99069eee1bcc9c792cc24883ff /libcxx/test | |
parent | 7d86b9ce1ecd7d8a7a7dcde17a1a09744ae98451 (diff) | |
download | bcm5719-llvm-1a7f7bc6bff7db10f4f2213cb219d52b3ada9a3a.tar.gz bcm5719-llvm-1a7f7bc6bff7db10f4f2213cb219d52b3ada9a3a.zip |
[tests] XFAIL a few things that require libc (?) support missing on Darwin.
llvm-svn: 174450
Diffstat (limited to 'libcxx/test')
4 files changed, 8 insertions, 0 deletions
diff --git a/libcxx/test/depr/depr.c.headers/uchar_h.pass.cpp b/libcxx/test/depr/depr.c.headers/uchar_h.pass.cpp index c84c26cb3b7..14803ff8138 100644 --- a/libcxx/test/depr/depr.c.headers/uchar_h.pass.cpp +++ b/libcxx/test/depr/depr.c.headers/uchar_h.pass.cpp @@ -6,6 +6,8 @@ // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// +// +// XFAIL: apple-darwin // <uchar.h> diff --git a/libcxx/test/language.support/support.start.term/quick_exit.pass.cpp b/libcxx/test/language.support/support.start.term/quick_exit.pass.cpp index 5c732b39fbd..1945a1ba199 100644 --- a/libcxx/test/language.support/support.start.term/quick_exit.pass.cpp +++ b/libcxx/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/libcxx/test/strings/c.strings/cuchar.pass.cpp b/libcxx/test/strings/c.strings/cuchar.pass.cpp index 1283678532b..d4c15db89f3 100644 --- a/libcxx/test/strings/c.strings/cuchar.pass.cpp +++ b/libcxx/test/strings/c.strings/cuchar.pass.cpp @@ -6,6 +6,8 @@ // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// +// +// XFAIL: apple-darwin // <cuchar> diff --git a/libcxx/test/strings/c.strings/version_cuchar.pass.cpp b/libcxx/test/strings/c.strings/version_cuchar.pass.cpp index a18f3439a71..fa47f0ffcb7 100644 --- a/libcxx/test/strings/c.strings/version_cuchar.pass.cpp +++ b/libcxx/test/strings/c.strings/version_cuchar.pass.cpp @@ -6,6 +6,8 @@ // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// +// +// XFAIL: apple-darwin // <cuchar> |