summaryrefslogtreecommitdiffstats
path: root/libcxx/test/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-203-88/+0
| | | | llvm-svn: 224658
* [libcxx] Fix memory leak in strstream tests.Eric Fiselier2014-11-142-0/+2
| | | | | | | | | | | | | | Summary: The strstream function `str()` sets `freeze(true)`. When `freeze` is true the destructor is not allowed to free any dynamically allocated memory. The memory leak causes ASAN to fail on these tests. To ensure memory is deallocated `strstream.freeze(false)` is called at the end of the tests. Reviewers: danalbert, mclow.lists Reviewed By: mclow.lists Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D6261 llvm-svn: 222025
* Fix a few testsuite bugs involving trailing null (or lack thereof) in strstream.Howard Hinnant2012-06-011-1/+1
| | | | llvm-svn: 157832
* license changeHoward Hinnant2010-11-163-6/+6
| | | | llvm-svn: 119395
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-113-3/+3
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-113-0/+86
llvm-svn: 103490
OpenPOWER on IntegriCloud