Mark some tests with XFAIL for Lion and Mountain Lion.

llvm-svn: 181336
This commit is contained in:
Howard Hinnant 2013-05-07 17:37:19 +00:00
parent 1fc397f532
commit 6b1455f6f1
5 changed files with 15 additions and 0 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>