Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove task to get C++03 tests passing from TODO.txt | Eric Fiselier | 2015-08-30 | 1 | -1/+1 |
| | | | | llvm-svn: 246392 | ||||
* | Finally get the test suite passing in C++03!! | Eric Fiselier | 2015-08-28 | 1 | -0/+4 |
| | | | | | | | | | After months of work there are only 4 tests still failing in C++03. This patch fixes those tests. All of the libc++ builders should be green. llvm-svn: 246275 | ||||
* | Fix a crasher found by libFuzzer | Marshall Clow | 2015-08-24 | 1 | -0/+23 |
| | | | | llvm-svn: 245849 | ||||
* | Detect and throw on a class of bad regexes that we mistakenly accepted ↵ | Marshall Clow | 2015-07-23 | 2 | -1/+43 |
| | | | | | | before. Thanks to Trevor Smigiel for the report llvm-svn: 243030 | ||||
* | Add code to honor the match_not_bol and match_not_eol regex flats. Fixes ↵ | Marshall Clow | 2015-03-19 | 2 | -0/+100 |
| | | | | | | PR#22651. Thanks to Jim Porter for the report and suggested fix. llvm-svn: 232733 | ||||
* | Don't hardcode the Czech locale name. | Ed Schouten | 2015-03-16 | 11 | -30/+44 |
| | | | | | | | | | | | | We already have a definition for the Czech locale name in platform_support.h. Use this one instead. While there, respect the common format of the tests. For most other tests it's the case that test_iterators.h is placed right underneath the other #includes (without an empty line). platform_support.h is included after an empty line. llvm-svn: 232383 | ||||
* | Fix for PR22061 by K-ballo | Marshall Clow | 2015-01-28 | 1 | -3/+6 |
| | | | | llvm-svn: 227384 | ||||
* | Cleaning up the test suite; remove some includes of non-standard file <__config> | Marshall Clow | 2015-01-18 | 7 | -21/+7 |
| | | | | llvm-svn: 226411 | ||||
* | Rename system_lib -> system_cxx_lib. NFC | Jonathan Roelofs | 2015-01-14 | 1 | -2/+2 |
| | | | | llvm-svn: 226061 | ||||
* | Make regex::assign not clobber the regex in case of failure. Fixes PR#22213 | Marshall Clow | 2015-01-13 | 1 | -0/+9 |
| | | | | llvm-svn: 225799 | ||||
* | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 157 | -0/+19053 |
llvm-svn: 224658 |