Update XFAIL
The latest clang in our tree now passes the below four tests, so
remove their XFAIL:
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: 36401676
Test: ./run_tests.py
Change-Id: Ic39f509169463d434cb785999b0deecd0adca415
This commit is contained in:
@@ -9,10 +9,6 @@
|
|||||||
|
|
||||||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||||
// UNSUPPORTED: libcpp-no-deduction-guides
|
// UNSUPPORTED: libcpp-no-deduction-guides
|
||||||
//
|
|
||||||
// This feature is not yet ready in clang
|
|
||||||
// http://b/36401676
|
|
||||||
// XFAIL: *
|
|
||||||
|
|
||||||
// <string>
|
// <string>
|
||||||
|
|
||||||
|
|||||||
@@ -9,10 +9,6 @@
|
|||||||
|
|
||||||
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
// UNSUPPORTED: c++98, c++03, c++11, c++14
|
||||||
// UNSUPPORTED: libcpp-no-deduction-guides
|
// UNSUPPORTED: libcpp-no-deduction-guides
|
||||||
//
|
|
||||||
// This feature is not yet ready in clang
|
|
||||||
// http://b/36401676
|
|
||||||
// XFAIL: *
|
|
||||||
|
|
||||||
// <string_view>
|
// <string_view>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user