| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 224658
|
|
|
|
| |
llvm-svn: 222492
|
|
|
|
| |
llvm-svn: 216318
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch removes the use of the "%c" specifier for getting/setting times.
The semantics of this specifier differ between linux and Mac. I don't believe
the use of this specifier was important to the test.
The following tests now pass on linux.
test/input.output/iostream.format/ext.manip/get_time.pass.cpp
test/input.output/iostream.format/ext.manip/put_time.pass.cpp
llvm-svn: 215417
|
|
|
|
| |
llvm-svn: 209305
|
|
|
|
|
|
|
|
| |
These tests haven't been failing on darwin11 or 12 since r189610 when
pr17027 was fixed, but they've been keeping the libc++ bot red by
XPASSing since then.
llvm-svn: 208831
|
|
|
|
| |
llvm-svn: 206770
|
|
|
|
|
|
| |
that anyone using quoted with padding is really confused, but it should work the way the rest of iostreams works.
llvm-svn: 203290
|
|
|
|
| |
llvm-svn: 195143
|
|
|
|
|
|
| |
Peter Sommerlad for the report (and suggested fix)
llvm-svn: 194725
|
|
|
|
|
|
| |
basic_istream::seekg behave consistently; update tests to make sure
llvm-svn: 193814
|
|
|
|
| |
llvm-svn: 190032
|
|
|
|
| |
llvm-svn: 189043
|
|
|
|
| |
llvm-svn: 186472
|
|
|
|
| |
llvm-svn: 185865
|
|
|
|
| |
llvm-svn: 185391
|
|
|
|
|
|
| |
so as to correctly handle EOF. This fixes http://llvm.org/bugs/show_bug.cgi?id=16427
llvm-svn: 185298
|
|
|
|
| |
llvm-svn: 174444
|
|
|
|
|
|
| |
-I to that directory; rename 'iterators.h' to 'iterator_test.h'; remove hard-coded paths to include files from more than 350 source files
llvm-svn: 171594
|
|
|
|
| |
llvm-svn: 170706
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 141003
|
|
|
|
|
|
| |
specify one. Undefine some stdio.h macros that break the tests.
llvm-svn: 140252
|
|
|
|
|
|
| |
not check to see if this is the last character in the stream and thus never set eofbit. This fixes http://llvm.org/bugs/show_bug.cgi?id=10817 . This fix requires a recompiled libc++.dylib to be fully implemented. The recompiled libc++.dylib is ABI compatible with that shipped on Lion.
llvm-svn: 138961
|
|
|
|
| |
llvm-svn: 131328
|
|
|
|
| |
llvm-svn: 119395
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 111758
|
|
|
|
| |
llvm-svn: 104006
|
|
|
|
| |
llvm-svn: 103516
|
|
llvm-svn: 103490
|