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:
Howard Hinnant
2013-05-07 17:37:19 +00:00
parent 8c23819220
commit dd854b2c4e
5 changed files with 15 additions and 0 deletions

View File

@@ -13,6 +13,9 @@
// charT tolower(charT) const; // charT tolower(charT) const;
// XFAIL: with_system_lib=x86_64-apple-darwin11
// XFAIL: with_system_lib=x86_64-apple-darwin12
#include <locale> #include <locale>
#include <cassert> #include <cassert>

View File

@@ -13,6 +13,9 @@
// const charT* tolower(charT* low, const charT* high) const; // 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 <locale>
#include <string> #include <string>
#include <cassert> #include <cassert>

View File

@@ -13,6 +13,9 @@
// charT toupper(charT) const; // charT toupper(charT) const;
// XFAIL: with_system_lib=x86_64-apple-darwin11
// XFAIL: with_system_lib=x86_64-apple-darwin12
#include <locale> #include <locale>
#include <cassert> #include <cassert>

View File

@@ -13,6 +13,9 @@
// const charT* toupper(charT* low, const charT* high) const; // 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 <locale>
#include <string> #include <string>
#include <cassert> #include <cassert>

View File

@@ -14,6 +14,9 @@
// charT translate_nocase(charT c) const; // 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 <regex>
#include <cassert> #include <cassert>