summaryrefslogtreecommitdiffstats
path: root/libcxx/test/input.output/iostream.format/output.streams
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-2047-3411/+0
| | | | llvm-svn: 224658
* LWG issue 2341; Make the two variants of basic_ostream::seekp and ↵Marshall Clow2013-10-311-1/+1
| | | | | | basic_istream::seekg behave consistently; update tests to make sure llvm-svn: 193814
* Add pointer format test for Windows.Howard Hinnant2013-07-161-1/+7
| | | | llvm-svn: 186472
* Andrew Morrow: This patch fixesHoward Hinnant2012-08-021-1/+1
| | | | | | | | | test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/pointer.pass.cpp to accept '(nil)' as a valid representation for NULL so that the test passes on Linux. The same thing is already done in some other tests, like in /test/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_pointer.pass.cpp. llvm-svn: 161188
* license changeHoward Hinnant2010-11-1647-94/+94
| | | | llvm-svn: 119395
* Changed __config to react to all of clang's currently documented has_feature ↵Howard Hinnant2010-09-043-12/+12
| | | | | | flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. llvm-svn: 113086
* Fixing whitespace problemsHoward Hinnant2010-08-2220-26/+26
| | | | llvm-svn: 111758
* more :: to _Howard Hinnant2010-05-182-0/+0
| | | | llvm-svn: 104006
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-1147-47/+47
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-1147-0/+3405
llvm-svn: 103490
OpenPOWER on IntegriCloud