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:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user