mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-21 23:30:38 +08:00
Remove XFAIL in implicit_deduction_guides tests
The clang assertion causing these tests failing with sanitizer is fixed in r295794. All the bots running libcxx tests should be upgraded and running the compiler with the fix. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@296385 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -10,10 +10,6 @@
|
||||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||
// UNSUPPORTED: libcpp-no-deduction-guides
|
||||
|
||||
// FIXME(EricWF): As of 16/Feb/2017 Clang hits an assertion when compiling this
|
||||
// test with '-g' (as the sanitizers do).
|
||||
// XFAIL: ubsan, asan, msan, tsan
|
||||
|
||||
// <string>
|
||||
|
||||
// Test that the constructors offered by std::basic_string are formulated
|
||||
|
@@ -10,10 +10,6 @@
|
||||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||
// UNSUPPORTED: libcpp-no-deduction-guides
|
||||
|
||||
// FIXME(EricWF): As of 16/Feb/2017 Clang hits an assertion when compiling this
|
||||
// test with '-g' (as the sanitizers do).
|
||||
// XFAIL: ubsan, asan, msan, tsan
|
||||
|
||||
// <string_view>
|
||||
|
||||
// Test that the constructors offered by std::basic_string_view are formulated
|
||||
|
Reference in New Issue
Block a user