2.cc, [...]: Use dg-require-iconv.
2004-02-27 Eric Christopher <echristo@redhat.com> Phil Edwards <phil@codesourcery.com> * testsuite/22_locale/collate/compare/wchar_t/2.cc, testsuite/22_locale/collate/compare/wchar_t/wrapped_env.cc, testsuite/22_locale/collate/compare/wchar_t/wrapped_locale.cc, testsuite/22_locale/collate/hash/wchar_t/2.cc, testsuite/22_locale/collate/hash/wchar_t/wrapped_env.cc, testsuite/22_locale/collate/hash/wchar_t/wrapped_locale.cc, testsuite/22_locale/collate/transform/wchar_t/2.cc, testsuite/22_locale/collate/transform/wchar_t/wrapped_env.cc, testsuite/22_locale/collate/transform/wchar_t/wrapped_locale.cc: Use dg-require-iconv. * testsuite/lib/libstdc++.exp: Load target-supports.exp. From-SVN: r78582
This commit is contained in:
parent
dab8eb5731
commit
58adf39ce4
@ -1,4 +1,20 @@
|
||||
2004-02-27 Eric Christopher <echristo@redhat.com>
|
||||
Phil Edwards <phil@codesourcery.com>
|
||||
|
||||
* testsuite/22_locale/collate/compare/wchar_t/2.cc,
|
||||
testsuite/22_locale/collate/compare/wchar_t/wrapped_env.cc,
|
||||
testsuite/22_locale/collate/compare/wchar_t/wrapped_locale.cc,
|
||||
testsuite/22_locale/collate/hash/wchar_t/2.cc,
|
||||
testsuite/22_locale/collate/hash/wchar_t/wrapped_env.cc,
|
||||
testsuite/22_locale/collate/hash/wchar_t/wrapped_locale.cc,
|
||||
testsuite/22_locale/collate/transform/wchar_t/2.cc,
|
||||
testsuite/22_locale/collate/transform/wchar_t/wrapped_env.cc,
|
||||
testsuite/22_locale/collate/transform/wchar_t/wrapped_locale.cc:
|
||||
Use dg-require-iconv.
|
||||
* testsuite/lib/libstdc++.exp: Load target-supports.exp.
|
||||
|
||||
2004-02-27 Phil Edwards <phil@codesourcery.com>
|
||||
Eric Christopher <echristo@redhat.com>
|
||||
|
||||
* testsuite/config/default.exp: Update with comments.
|
||||
(${tool}_target_compile): New wrapper routine.
|
||||
|
@ -20,6 +20,7 @@
|
||||
|
||||
// { dg-do run }
|
||||
// { dg-options "-finput-charset=ISO8859-1" }
|
||||
// { dg-require-iconv "ISO8859-1" }
|
||||
|
||||
// 22.2.4.1.1 collate members
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
// { dg-do run }
|
||||
// { dg-options "-finput-charset=ISO8859-1" }
|
||||
// { dg-require-iconv "ISO8859-1" }
|
||||
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
// { dg-do run }
|
||||
// { dg-options "-finput-charset=ISO8859-1" }
|
||||
// { dg-require-iconv "ISO8859-1" }
|
||||
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
// { dg-do run }
|
||||
// { dg-options "-finput-charset=ISO8859-1" }
|
||||
// { dg-require-iconv "ISO8859-1" }
|
||||
|
||||
#include <locale>
|
||||
#include <testsuite_hooks.h>
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
// { dg-do run }
|
||||
// { dg-options "-finput-charset=ISO8859-1" }
|
||||
// { dg-require-iconv "ISO8859-1" }
|
||||
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
// { dg-do run }
|
||||
// { dg-options "-finput-charset=ISO8859-1" }
|
||||
// { dg-require-iconv "ISO8859-1" }
|
||||
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
// { dg-do run }
|
||||
// { dg-options "-finput-charset=ISO8859-1" }
|
||||
// { dg-require-iconv "ISO8859-1" }
|
||||
|
||||
#include <locale>
|
||||
#include <testsuite_hooks.h>
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
// { dg-do run }
|
||||
// { dg-options "-finput-charset=ISO8859-1" }
|
||||
// { dg-require-iconv "ISO8859-1" }
|
||||
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
// { dg-do run }
|
||||
// { dg-options "-finput-charset=ISO8859-1" }
|
||||
// { dg-require-iconv "ISO8859-1" }
|
||||
|
||||
#include <testsuite_hooks.h>
|
||||
|
||||
|
@ -47,6 +47,7 @@ proc load_gcc_lib { filename } {
|
||||
load_lib dg.exp
|
||||
load_lib libgloss.exp
|
||||
# compiler routines, then ours
|
||||
load_gcc_lib target-supports.exp
|
||||
load_lib prune.exp
|
||||
load_lib dg-options.exp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user