This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d0c19ec0af2e27ecd2bd3d0fec0409d5ea188eef
clang-p2996
/
libcxx
/
test
/
input.output
History
Howard Hinnant
1347d33451
The move / swap members were not correctly taking all of the possible states of the basic_stringbuf into account. Just rewrote these members. Test included. This fixes
http://llvm.org/bugs/show_bug.cgi?id=15659
.
...
llvm-svn: 178690
2013-04-03 20:21:29 +00:00
..
file.streams
Test cleanup with respect to use of deprecated tmpnam function. Also Windows port for these tests to use _tempnam. The bulk of this patch was donated anonymously. I've tested it on OS X and accept responsibility for it. If I've broken anyone's platform by switching from tmpnam to mktemp for the generation of temporary file names, just let me know. Should be easy to fix in test/support/platform_support.h
2013-03-22 20:05:40 +00:00
input.output.general
…
iostream.format
[tests] Mark some istream.unformatted expected failures (with system libc++).
2013-02-05 21:43:32 +00:00
iostream.forward
…
iostream.objects
…
iostreams.base
Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files
2013-01-05 03:21:01 +00:00
iostreams.requirements
…
stream.buffers
Move common header files into a 'support' directory; make 'testit' include -I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files
2013-01-05 03:21:01 +00:00
string.streams
The move / swap members were not correctly taking all of the possible states of the basic_stringbuf into account. Just rewrote these members. Test included. This fixes
http://llvm.org/bugs/show_bug.cgi?id=15659
.
2013-04-03 20:21:29 +00:00
nothing_to_do.pass.cpp
…