|  | Commit message (Collapse) | Author | Age | Files | Lines | 
|---|
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | Summary:
This commit fixes a regression introduced in r316095, where we don't match
inverted character classes when there's no negated characrers in the []'s.
rdar://problem/43060054
Reviewers: mclow.lists, timshen, EricWF
Subscribers: christof, dexonsmith, cfe-commits
Differential Revision: https://reviews.llvm.org/D50534
llvm-svn: 340609 | 
| | 
| 
| 
| 
| 
| | as https://reviews.llvm.org/D40065
llvm-svn: 318804 | 
| | 
| 
| 
| 
| 
| | https://reviews.llvm.org/D39080
llvm-svn: 318277 | 
| | 
| 
| 
| 
| 
| | Differential Revision: https://reviews.llvm.org/D38362
llvm-svn: 317210 | 
| | 
| 
| 
| 
| 
| | https://reviews.llvm.org/D37955
llvm-svn: 316095 | 
| | 
| 
| 
| | llvm-svn: 313092 | 
| | 
| 
| 
| | llvm-svn: 313064 | 
| | 
| 
| 
| 
| 
| | to Tim Shen for the patch
llvm-svn: 313056 | 
| | 
| 
| 
| | llvm-svn: 302105 | 
| | 
| 
| 
| 
| 
| | why.
llvm-svn: 299686 | 
| | 
| 
| 
| 
| 
| | r299656.
llvm-svn: 299680 | 
| | 
| 
| 
| 
| 
| 
| 
| | and proposing this as https://reviews.llvm.org/D16541"
This reverts commit r299652, 32bits MacOS is broken.
llvm-svn: 299656 | 
| | 
| 
| 
| 
| 
| | proposing this as https://reviews.llvm.org/D16541
llvm-svn: 299652 | 
| | 
| 
| 
| | llvm-svn: 295434 | 
| | 
| 
| 
| | llvm-svn: 290481 | 
| | 
| 
| 
| | llvm-svn: 290459 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | Summary:
Fixes PR19851.
alg.re.match/ecma.pass.cpp still XFAILS on linux, but after commenting out
locale-related tests, it passes. I don't have a freebsd machine to produce a
full pass.
Reviewers: mclow.lists
Subscribers: cfe-commits, emaste
Differential Revision: https://reviews.llvm.org/D26026
llvm-svn: 285352 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | First batch of changes to get some of these XFAILs working in the
no-exceptions libc++ variant.
Changed some XFAILs to UNSUPPORTED where the test is all about exception
handling. In other cases, used the test macros TEST_THROW and
TEST_HAS_NO_EXCEPTIONS to conditionally exclude those parts of the test
that concerns exception handling behaviour.
Reviewers: EricWF, mclow.lists
Differential revision: https://reviews.llvm.org/D24562
llvm-svn: 283441 | 
| | 
| 
| 
| | llvm-svn: 271435 | 
| | 
| 
| 
| | llvm-svn: 268284 | 
| | 
| 
| 
| 
| 
| | problematic. They still get compiled, and if the compile succeeds, the buildbots complain. Replace the XFAIL with #error.
llvm-svn: 267591 | 
| | 
| 
| 
| 
| 
| | __cpluplus (use TEST_STD_VERS and/or XFAIL instead). No functional change
llvm-svn: 267567 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | Fixes a small omission in libcxx that prevents libcxx being built when
-DLIBCXX_ENABLE_EXCEPTIONS=0 is specified.
This patch adds XFAILS to all those tests that are currently failing
on the new -fno-exceptions library variant. Follow-up patches will
update the tests (progressively) to cope with the new library variant.
Change-Id: I4b801bd8d8e4fe7193df9e55f39f1f393a8ba81a
llvm-svn: 252598 | 
| | 
| 
| 
| | llvm-svn: 246392 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | 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 | 
| | 
| 
| 
| | llvm-svn: 245849 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| 
| | 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 | 
| | 
| 
| 
| | llvm-svn: 226411 | 
|  | llvm-svn: 224658 |