Tom Cherry
|
8fe43059c4
|
Update XFAIL
The latest clang in our tree now passes the below four tests:
libc++ :: std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong.pass.cpp
libc++ :: std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_strong_explicit.pass.cpp
libc++ :: std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak.pass.cpp
libc++ :: std/atomics/atomics.types.operations/atomics.types.operations.req/atomic_compare_exchange_weak_explicit.pass.cpp
It however fails the below six:
libc++ :: std/strings/string.view/string_view.literals/literal.pass.cpp
libc++ :: std/strings/string.view/string_view.literals/literal1.pass.cpp
libc++ :: std/strings/string.view/string_view.literals/literal2.pass.cpp
libc++ :: std/strings/string.view/string_view.literals/literal3.pass.cpp
libc++ :: std/strings/basic.string/string.cons/implicit_deduction_guides.pass.cpp
libc++ :: std/strings/string.view/string.view.cons/implicit_deduction_guides.pass.cpp
Bug: 33278386
Bug: 36400049
Bug: 36401676
Test: ./run_tests.py
Change-Id: I24394534ba77ecbc2cdc682ac5e681baefb11c16
|
2017-03-17 15:33:19 -07:00 |
|
Stephan T. Lavavej
|
16e2ba19df
|
[libcxx] [test] Fix comment typos, strip trailing whitespace.
No functional change, no code review.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@292434 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-01-18 20:10:25 +00:00 |
|
Marshall Clow
|
6b78198fc5
|
Added XFAIL for the apple versions of clang as well
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@291475 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-01-09 20:29:28 +00:00 |
|
Marshall Clow
|
7d32d2f5a1
|
Implement P0403R1 - 'Literal suffixes for basic_string_view'. Requires clang 4.0 (specifically, r290744)
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@291457 91177308-0d34-0410-b5e6-96231b3b80d8
|
2017-01-09 18:07:34 +00:00 |
|