summaryrefslogtreecommitdiffstats
path: root/libcxx/test/depr/depr.str.strstreams/depr.strstream
Commit message (Collapse)AuthorAgeFilesLines
* Move test into test/std subdirectory.Eric Fiselier2014-12-207-242/+0
| | | | llvm-svn: 224658
* [libcxx] Fix memory leak in strstream tests.Eric Fiselier2014-11-143-0/+3
| | | | | | | | | | | | | | 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-012-3/+3
| | | | llvm-svn: 157832
* license changeHoward Hinnant2010-11-167-14/+14
| | | | llvm-svn: 119395
* Wiped out some non-ascii characters that snuck into the copyright.Howard Hinnant2010-05-117-7/+7
| | | | llvm-svn: 103516
* libcxx initial importHoward Hinnant2010-05-117-0/+239
llvm-svn: 103490
OpenPOWER on IntegriCloud