Mark some tests with XFAIL for Lion and Mountain Lion.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@181336 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8c23819220
commit
dd854b2c4e
@ -13,6 +13,9 @@
|
||||
|
||||
// charT tolower(charT) const;
|
||||
|
||||
// XFAIL: with_system_lib=x86_64-apple-darwin11
|
||||
// XFAIL: with_system_lib=x86_64-apple-darwin12
|
||||
|
||||
#include <locale>
|
||||
#include <cassert>
|
||||
|
||||
|
@ -13,6 +13,9 @@
|
||||
|
||||
// const charT* tolower(charT* low, const charT* high) const;
|
||||
|
||||
// XFAIL: with_system_lib=x86_64-apple-darwin11
|
||||
// XFAIL: with_system_lib=x86_64-apple-darwin12
|
||||
|
||||
#include <locale>
|
||||
#include <string>
|
||||
#include <cassert>
|
||||
|
@ -13,6 +13,9 @@
|
||||
|
||||
// charT toupper(charT) const;
|
||||
|
||||
// XFAIL: with_system_lib=x86_64-apple-darwin11
|
||||
// XFAIL: with_system_lib=x86_64-apple-darwin12
|
||||
|
||||
#include <locale>
|
||||
#include <cassert>
|
||||
|
||||
|
@ -13,6 +13,9 @@
|
||||
|
||||
// const charT* toupper(charT* low, const charT* high) const;
|
||||
|
||||
// XFAIL: with_system_lib=x86_64-apple-darwin11
|
||||
// XFAIL: with_system_lib=x86_64-apple-darwin12
|
||||
|
||||
#include <locale>
|
||||
#include <string>
|
||||
#include <cassert>
|
||||
|
@ -14,6 +14,9 @@
|
||||
|
||||
// charT translate_nocase(charT c) const;
|
||||
|
||||
// XFAIL: with_system_lib=x86_64-apple-darwin11
|
||||
// XFAIL: with_system_lib=x86_64-apple-darwin12
|
||||
|
||||
#include <regex>
|
||||
#include <cassert>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user