Author: sebor
Date: Mon May 26 19:27:55 2008
New Revision: 660353
URL: http://svn.apache.org/viewvc?rev=660353&view=rev
Log:
2008-05-26 Martin Sebor <[EMAIL PROTECTED]>
Merged revs 653948, 654257, 652646, 658917, 659158, 653949, 654289,
653622, 659224, 653287 and 656916 from branches/4.2.x.
2008-05-06 Eric Lemings <[EMAIL PROTECTED]>
STDCXX-884
* branches/4.2.x/tests/iostream/27.ios.members.static.cpp:
Migrated older test from Perforce repository to new test driver
in Subversion repository.
2008-05-07 Eric Lemings <[EMAIL PROTECTED]>
STDCXX-868
* branches/4.2.x/tests/iostream/27.basic.ios.cpp: Test missing
from 4.2.x branch. Merged from trunk.
2008-05-01 Eric Lemings <[EMAIL PROTECTED]>
STDCXX-883
* branches/4.2.x/tests/iostream/27.filebuf.cpp: Migrated older
test from Perforce repository to new test driver in Subversion
repository. (Initial tests on Solaris and RedHat 5 show same
results as corresponding Perforce test.)
2008-05-21 Martin Sebor <[EMAIL PROTECTED]>
* tests/iostream/27.istream.get.cpp: Added a (naive) test exercising
basic_istream::get() and the ability to extract '\xff' from the stream
without confusing it for EOF.
2008-05-06 Eric Lemings <[EMAIL PROTECTED]>
STDCXX-885
* branches/4.2.x/tests/iostream/27.std.manip.cpp: Migrated older
test from Perforce repository to new test driver in Subversion
repository.
2008-05-06 Eric Lemings <[EMAIL PROTECTED]>
STDCXX-881
* branches/4.2.x/tests/localization/22.locale.collate.cpp:
Migrated older test from Perforce repository to new test driver
in Subversion repository.
2008-05-07 Eric Lemings <[EMAIL PROTECTED]>
STDCXX-915
* branches/4.2.x/tests/localization/22.locale.codecvt.cpp
(rwtest_codecvt_result): Swap order of definitions for function
overloads.
(test_inout): Fix unused parameter warning and add parentheses
around logical operators to fix precedence warnings.
2008-05-05 Eric Lemings <[EMAIL PROTECTED]>
STDCXX-882
* branches/4.2.x/tests/localization/22.locale.codecvt.cpp:
Migrated older test from Perforce repository (warts and all) to
new test driver in Subversion repository.
2008-05-20 Martin Sebor <[EMAIL PROTECTED]>
* tests/regress/27.ostream.inserters.stdcxx-51.cpp: Added regression
test exercising STDCXX-51, inconsistent formatting of Infinities and
NaNs.
2008-05-04 Martin Sebor <[EMAIL PROTECTED]>
* tests/self/0.locale.cpp: New test exercising the test driver locale
helpers, including STDCXX-910.
2008-05-15 Martin Sebor <[EMAIL PROTECTED]>
* tests/regress/18.limits.stdcxx-937.cpp: Added a regression
test for STDCXX-937.
Added:
stdcxx/branches/4.3.x/tests/iostream/27.basic.ios.cpp (contents, props
changed)
- copied, changed from r656875,
stdcxx/branches/4.2.x/tests/iostream/27.basic.ios.cpp
stdcxx/branches/4.3.x/tests/iostream/27.filebuf.cpp (props changed)
- copied unchanged from r656875,
stdcxx/branches/4.2.x/tests/iostream/27.filebuf.cpp
stdcxx/branches/4.3.x/tests/iostream/27.ios.members.static.cpp (props
changed)
- copied unchanged from r656875,
stdcxx/branches/4.2.x/tests/iostream/27.ios.members.static.cpp
stdcxx/branches/4.3.x/tests/iostream/27.istream.get.cpp
- copied unchanged from r659252,
stdcxx/branches/4.2.x/tests/iostream/27.istream.get.cpp
stdcxx/branches/4.3.x/tests/iostream/27.std.manip.cpp (props changed)
- copied unchanged from r656875,
stdcxx/branches/4.2.x/tests/iostream/27.std.manip.cpp
stdcxx/branches/4.3.x/tests/localization/22.locale.codecvt.cpp (props
changed)
- copied unchanged from r656875,
stdcxx/branches/4.2.x/tests/localization/22.locale.codecvt.cpp
stdcxx/branches/4.3.x/tests/localization/22.locale.collate.cpp (props
changed)
- copied unchanged from r656875,
stdcxx/branches/4.2.x/tests/localization/22.locale.collate.cpp
stdcxx/branches/4.3.x/tests/regress/18.limits.stdcxx-937.cpp
- copied unchanged from r656931,
stdcxx/branches/4.2.x/tests/regress/18.limits.stdcxx-937.cpp
stdcxx/branches/4.3.x/tests/regress/27.ostream.inserters.stdcxx-51.cpp
- copied unchanged from r659252,
stdcxx/branches/4.2.x/tests/regress/27.ostream.inserters.stdcxx-51.cpp
stdcxx/branches/4.3.x/tests/self/0.locale.cpp
- copied unchanged from r656875,
stdcxx/branches/4.2.x/tests/self/0.locale.cpp
Copied: stdcxx/branches/4.3.x/tests/iostream/27.basic.ios.cpp (from r656875,
stdcxx/branches/4.2.x/tests/iostream/27.basic.ios.cpp)
URL:
http://svn.apache.org/viewvc/stdcxx/branches/4.3.x/tests/iostream/27.basic.ios.cpp?p2=stdcxx/branches/4.3.x/tests/iostream/27.basic.ios.cpp&p1=stdcxx/branches/4.2.x/tests/iostream/27.basic.ios.cpp&r1=656875&r2=660353&rev=660353&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/tests/iostream/27.basic.ios.cpp (original)
+++ stdcxx/branches/4.3.x/tests/iostream/27.basic.ios.cpp Mon May 26 19:27:55
2008
@@ -2,7 +2,7 @@
*
* 27.basic.ios.cpp - test exercising the class template basic_ios
*
- * $Id: //stdcxx/trunk/tests/iostream/27_basic_ios.cpp#1 $
+ * $Id$
*
***************************************************************************
*
Propchange: stdcxx/branches/4.3.x/tests/iostream/27.basic.ios.cpp
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: stdcxx/branches/4.3.x/tests/iostream/27.basic.ios.cpp
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: stdcxx/branches/4.3.x/tests/iostream/27.filebuf.cpp
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: stdcxx/branches/4.3.x/tests/iostream/27.filebuf.cpp
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: stdcxx/branches/4.3.x/tests/iostream/27.ios.members.static.cpp
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: stdcxx/branches/4.3.x/tests/iostream/27.ios.members.static.cpp
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: stdcxx/branches/4.3.x/tests/iostream/27.std.manip.cpp
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: stdcxx/branches/4.3.x/tests/iostream/27.std.manip.cpp
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: stdcxx/branches/4.3.x/tests/localization/22.locale.codecvt.cpp
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: stdcxx/branches/4.3.x/tests/localization/22.locale.codecvt.cpp
------------------------------------------------------------------------------
svn:keywords = Id
Propchange: stdcxx/branches/4.3.x/tests/localization/22.locale.collate.cpp
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: stdcxx/branches/4.3.x/tests/localization/22.locale.collate.cpp
------------------------------------------------------------------------------
svn:keywords = Id