1.cc: Add dg-require-time.
libstdc++-v3/ * testsuite/20_util/system_clock/1.cc: Add dg-require-time. * testsuite/22_locale/time_put/put/wchar_t/12439_1.cc: Likewise. * testsuite/22_locale/time_put/put/wchar_t/12439_2.cc: Likewise. * testsuite/22_locale/time_put/put/wchar_t/12439_3.cc: Likewise. * testsuite/27_io/basic_istream/readsome/wchar_t/6746-2.cc: Add dg-require-fileio. * testsuite/27_io/basic_istream/seekg/wchar_t/fstream.cc: Likewise. * testsuite/27_io/basic_istream/tellg/wchar_t/1.cc: Likewise. * testsuite/27_io/basic_istream/tellg/wchar_t/fstream.cc: Likewise. * testsuite/27_io/basic_ostream/seekp/wchar_t/2346-fstream.cc: Likewise. * testsuite/27_io/basic_ostream/tellp/wchar_t/1.cc: Likewise. From-SVN: r183531
This commit is contained in:
parent
266e9ae24f
commit
a76be469fc
@ -1,3 +1,18 @@
|
||||
2012-01-25 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* testsuite/20_util/system_clock/1.cc: Add dg-require-time.
|
||||
* testsuite/22_locale/time_put/put/wchar_t/12439_1.cc: Likewise.
|
||||
* testsuite/22_locale/time_put/put/wchar_t/12439_2.cc: Likewise.
|
||||
* testsuite/22_locale/time_put/put/wchar_t/12439_3.cc: Likewise.
|
||||
* testsuite/27_io/basic_istream/readsome/wchar_t/6746-2.cc: Add
|
||||
dg-require-fileio.
|
||||
* testsuite/27_io/basic_istream/seekg/wchar_t/fstream.cc: Likewise.
|
||||
* testsuite/27_io/basic_istream/tellg/wchar_t/1.cc: Likewise.
|
||||
* testsuite/27_io/basic_istream/tellg/wchar_t/fstream.cc: Likewise.
|
||||
* testsuite/27_io/basic_ostream/seekp/wchar_t/2346-fstream.cc:
|
||||
Likewise.
|
||||
* testsuite/27_io/basic_ostream/tellp/wchar_t/1.cc: Likewise.
|
||||
|
||||
2012-01-25 Matthias Klose <doko@ubuntu.com>
|
||||
|
||||
* testsuite/30_threads/condition_variable_any/requirements: Remove
|
||||
|
@ -1,5 +1,6 @@
|
||||
// { dg-options "-std=gnu++0x" }
|
||||
// { dg-require-cstdint "" }
|
||||
// { dg-require-time "" }
|
||||
|
||||
// Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation
|
||||
//
|
||||
|
@ -15,6 +15,8 @@
|
||||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
// { dg-require-time "" }
|
||||
|
||||
// 22.2.5.3.1 time_put members
|
||||
|
||||
#include <locale>
|
||||
|
@ -15,6 +15,8 @@
|
||||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
// { dg-require-time "" }
|
||||
|
||||
// 22.2.5.3.1 time_put members
|
||||
|
||||
#include <locale>
|
||||
|
@ -15,6 +15,8 @@
|
||||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
// { dg-require-time "" }
|
||||
|
||||
// 22.2.5.3.1 time_put members
|
||||
|
||||
#include <locale>
|
||||
|
@ -20,6 +20,7 @@
|
||||
// { dg-do run { xfail arm*-*-elf arm*-*-eabi } }
|
||||
|
||||
// { dg-require-binary-io "" }
|
||||
// { dg-require-fileio "" }
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// @require@ %-*.tst %-*.txt
|
||||
|
@ -15,6 +15,8 @@
|
||||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
// { dg-require-fileio "" }
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// NB: ostream has a particular "seeks" category. Adopt this for istreams too.
|
||||
// @require@ %-*.tst %-*.txt
|
||||
|
@ -15,6 +15,8 @@
|
||||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
// { dg-require-fileio "" }
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// NB: ostream has a particular "seeks" category. Adopt this for istreams too.
|
||||
// @require@ %-*.tst %-*.txt
|
||||
|
@ -15,6 +15,8 @@
|
||||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
// { dg-require-fileio "" }
|
||||
|
||||
// 27.6.1.3 unformatted input functions
|
||||
// NB: ostream has a particular "seeks" category. Adopt this for istreams too.
|
||||
// @require@ %-*.tst %-*.txt
|
||||
|
@ -15,6 +15,8 @@
|
||||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
// { dg-require-fileio "" }
|
||||
|
||||
// 27.6.2.4 basic_ostream seek members [lib.ostream.seeks]
|
||||
// @require@ %-*.tst %-*.txt
|
||||
// @diff@ %-*.tst %-*.txt
|
||||
|
@ -15,6 +15,8 @@
|
||||
// with this library; see the file COPYING3. If not see
|
||||
// <http://www.gnu.org/licenses/>.
|
||||
|
||||
// { dg-require-fileio "" }
|
||||
|
||||
// 27.6.2.4 basic_ostream seek members
|
||||
|
||||
#include <ostream>
|
||||
|
Loading…
Reference in New Issue
Block a user