This revision was automatically updated to reflect the committed changes.
Closed by commit rL327178: XFAIL: libcpp-no-deduction-guides in
libcxx/test/std/strings/basic. (authored by sqlbyme, committed by ).
Herald added subscribers: llvm-commits, christof.
Changed prior to commit:
https://revie
sqlbyme updated this revision to Diff 137104.
sqlbyme added a comment.
I copied what Eric did here:
https://github.com/llvm-mirror/libcxx/commit/6878e852d1d26cca0abee3013822311cd894ca3e.
I have tested this on our bots and the fix works fine.
https://reviews.llvm.org/D44103
Files:
test/std/
sqlbyme created this revision.
sqlbyme added reviewers: EricWF, dexonsmith.
Herald added a subscriber: cfe-commits.
I am in the process of upgrading the Green Dragon bots and this test fails
because we have not yet included apple-clang-9.0 in the UNSUPPORTED line of
this test. This patch addres