1.cc, [...]: Update comment regarding the origin of LOCALEDIR.
2003-07-28 Phil Edwards <pme@gcc.gnu.org> * testsuite/22_locale/messages/members/char/1.cc, testsuite/22_locale/messages/members/char/2.cc, testsuite/22_locale/messages/members/char/3.cc, testsuite/22_locale/messages_byname/1.cc: Update comment regarding the origin of LOCALEDIR. * testsuite/lib/libstdc++-v3.exp: New file. From-SVN: r69877
This commit is contained in:
parent
ff6fe7a177
commit
2cb1c92882
@ -1,3 +1,12 @@
|
||||
2003-07-28 Phil Edwards <pme@gcc.gnu.org>
|
||||
|
||||
* testsuite/22_locale/messages/members/char/1.cc,
|
||||
testsuite/22_locale/messages/members/char/2.cc,
|
||||
testsuite/22_locale/messages/members/char/3.cc,
|
||||
testsuite/22_locale/messages_byname/1.cc: Update comment regarding
|
||||
the origin of LOCALEDIR.
|
||||
* testsuite/lib/libstdc++-v3.exp: New file.
|
||||
|
||||
2003-07-25 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* include/bits/char_traits.h: Update copyright, tweak.
|
||||
|
@ -30,7 +30,7 @@ void test01()
|
||||
typedef std::messages<char>::string_type string_type;
|
||||
|
||||
bool test = true;
|
||||
// This is exported through RUNTESTFLAGS in testsuite/Makefile.am.
|
||||
// This is defined through CXXFLAGS in scripts/testsuite_flags[.in].
|
||||
const char* dir = LOCALEDIR;
|
||||
|
||||
// basic construction
|
||||
|
@ -30,7 +30,7 @@ void test02()
|
||||
typedef std::messages<char>::string_type string_type;
|
||||
|
||||
bool test = true;
|
||||
// This is exported through RUNTESTFLAGS in testsuite/Makefile.am.
|
||||
// This is defined through CXXFLAGS in scripts/testsuite_flags[.in].
|
||||
const char* dir = LOCALEDIR;
|
||||
|
||||
// basic construction
|
||||
|
@ -30,7 +30,7 @@ void test03()
|
||||
typedef std::messages<char>::string_type string_type;
|
||||
|
||||
bool test = true;
|
||||
// This is exported through RUNTESTFLAGS in testsuite/Makefile.am.
|
||||
// This is defined through CXXFLAGS in scripts/testsuite_flags[.in].
|
||||
const char* dir = LOCALEDIR;
|
||||
|
||||
// basic construction
|
||||
|
@ -31,7 +31,7 @@ void test01()
|
||||
|
||||
bool test = true;
|
||||
string str;
|
||||
// This is exported through RUNTESTFLAGS in testsuite/Makefile.am.
|
||||
// This is defined through CXXFLAGS in scripts/testsuite_flags[.in].
|
||||
const char* dir = LOCALEDIR;
|
||||
locale loc_c = locale::classic();
|
||||
|
||||
|
7
libstdc++-v3/testsuite/lib/libstdc++-v3.exp
Normal file
7
libstdc++-v3/testsuite/lib/libstdc++-v3.exp
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
# This is the "tool init file" for libstdc++-v3. There's nothing here.
|
||||
# It's simply a placeholder for two reasons. First, to show where we would
|
||||
# put things, in case we ever want to take advantage of the tool init file.
|
||||
# Second, to make dejagnu shut up about "WARNING could not find tool init
|
||||
# file," which is harmless but tends to scare/confuse people.
|
||||
|
Loading…
Reference in New Issue
Block a user