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:
Tom Cherry
2017-06-12 17:53:51 -07:00
parent 1e705dad85
commit 0aea6aeca4
2 changed files with 0 additions and 8 deletions

View File

@@ -9,10 +9,6 @@
// UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: libcpp-no-deduction-guides
//
// This feature is not yet ready in clang
// http://b/36401676
// XFAIL: *
// <string>

View File

@@ -9,10 +9,6 @@
// UNSUPPORTED: c++98, c++03, c++11, c++14
// UNSUPPORTED: libcpp-no-deduction-guides
//
// This feature is not yet ready in clang
// http://b/36401676
// XFAIL: *
// <string_view>