Add more REQUIRES: LOCALE.* to tests.

llvm-svn: 222492
This commit is contained in:
Dan Albert 2014-11-21 01:23:04 +00:00
parent 8325a5c6f8
commit 9ce6beaf07
12 changed files with 24 additions and 0 deletions

View File

@ -11,6 +11,8 @@
// template <class moneyT> T7 get_money(moneyT& mon, bool intl = false);
// REQUIRES: locale.en_US.UTF-8
#include <iomanip>
#include <cassert>

View File

@ -11,6 +11,8 @@
// template <class charT, class moneyT> T8 put_money(const moneyT& mon, bool intl = false);
// REQUIRES: locale.en_US.UTF-8
#include <iomanip>
#include <cassert>

View File

@ -13,6 +13,8 @@
// string_type transform(const charT* low, const charT* high) const;
// REQUIRES: locale.en_US.UTF-8
#include <locale>
#include <string>
#include <cassert>

View File

@ -13,6 +13,8 @@
// bool is(mask m, charT c) const;
// REQUIRES: locale.en_US.UTF-8
#include <locale>
#include <type_traits>
#include <cassert>

View File

@ -13,6 +13,8 @@
// const charT* do_is(const charT* low, const charT* high, mask* vec) const;
// REQUIRES: locale.en_US.UTF-8
#include <locale>
#include <string>
#include <vector>

View File

@ -13,6 +13,8 @@
// const charT* scan_is(mask m, const charT* low, const charT* high) const;
// REQUIRES: locale.en_US.UTF-8
#include <locale>
#include <string>
#include <vector>

View File

@ -13,6 +13,8 @@
// const charT* scan_not(mask m, const charT* low, const charT* high) const;
// REQUIRES: locale.en_US.UTF-8
#include <locale>
#include <string>
#include <vector>

View File

@ -14,6 +14,8 @@
// iter_type get(iter_type b, iter_type e, bool intl, ios_base& iob,
// ios_base::iostate& err, long double& v) const;
// REQUIRES: locale.en_US.UTF-8
#include <locale>
#include <ios>
#include <streambuf>

View File

@ -14,6 +14,8 @@
// iter_type get(iter_type b, iter_type e, bool intl, ios_base& iob,
// ios_base::iostate& err, string_type& v) const;
// REQUIRES: locale.en_US.UTF-8
#include <locale>
#include <ios>
#include <streambuf>

View File

@ -14,6 +14,8 @@
// iter_type put(iter_type s, bool intl, ios_base& f, char_type fill,
// long double units) const;
// REQUIRES: locale.en_US.UTF-8
#include <locale>
#include <ios>
#include <streambuf>

View File

@ -14,6 +14,8 @@
// iter_type put(iter_type s, bool intl, ios_base& f, char_type fill,
// const string_type& units) const;
// REQUIRES: locale.en_US.UTF-8
#include <locale>
#include <ios>
#include <streambuf>

View File

@ -14,6 +14,8 @@
// charT translate_nocase(charT c) const;
// REQUIRES: locale.en_US.UTF-8
// XFAIL: with_system_lib=x86_64-apple-darwin11
// XFAIL: with_system_lib=x86_64-apple-darwin12