1.cc: Add dg-require-time.
authorRichard Sandiford <rdsandiford@googlemail.com>
Wed, 25 Jan 2012 19:00:30 +0000 (19:00 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 25 Jan 2012 19:00:30 +0000 (19:00 +0000)
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

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/20_util/system_clock/1.cc
libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/12439_1.cc
libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/12439_2.cc
libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/12439_3.cc
libstdc++-v3/testsuite/27_io/basic_istream/readsome/wchar_t/6746-2.cc
libstdc++-v3/testsuite/27_io/basic_istream/seekg/wchar_t/fstream.cc
libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/1.cc
libstdc++-v3/testsuite/27_io/basic_istream/tellg/wchar_t/fstream.cc
libstdc++-v3/testsuite/27_io/basic_ostream/seekp/wchar_t/2346-fstream.cc
libstdc++-v3/testsuite/27_io/basic_ostream/tellp/wchar_t/1.cc

index dad3224ec0e029205012de0d555280bcc28bb3e9..501ce76afe21a4dc1baf6b37cbdb4cfe01641de1 100644 (file)
@@ -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
index 77426e90ce16ae155de8da6e74aa68da9b3bf764..0b4a7d8038e8d5368ce59740989c7e856aa63aab 100644 (file)
@@ -1,5 +1,6 @@
 // { dg-options "-std=gnu++0x" }
 // { dg-require-cstdint "" }
+// { dg-require-time "" }
 
 // Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation
 //
index 1298fa9e5e96495b3c3e3ab291b1f5e854b8d55a..7aa40caad5899e41b39a2b9029bfcbdb373c14e0 100644 (file)
@@ -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>
index c231354743e5ac1e08221aa02e768b135c0ca42c..2a7644e0deed384d5f91d46c92339ed9762cad7f 100644 (file)
@@ -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>
index 2ec4225ba9ca429ac07c1a936980715c827768fa..2264c035888635fc589601f1df68f045604a5f87 100644 (file)
@@ -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>
index c7703132245ffaa131eaf98e1ad94fca54b3d675..1d8241359668d0cfd617e1e3a8663eb722e74729 100644 (file)
@@ -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
index 2aa7260e79117a3061dce6912b9ce123dc363a38..7781d89d3ac95e9454e8e97ae6dc93456981ddfb 100644 (file)
@@ -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
index 798b7fe6f34606e8bfc578a8d23b97d18d219e26..6c293775a3af9a9adcc620cabaa85a5f256bac7e 100644 (file)
@@ -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
index 9878e47724e6ba0e38407d702608c6e5c47bb2a1..aacf367d67683e205e556e55c0c4666ec9a53fb7 100644 (file)
@@ -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
index e37cec8f6efffb6d0fc0efd694c576e73bfa9440..a9f49974d7aac19bc17fae91a8e588e92cde501f 100644 (file)
@@ -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
index 65affb91e8a30d5fa26abda43fc6d32199fb7a0f..42dfb37ff7dbff676b54cadb556b03da53665bfa 100644 (file)
@@ -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>