[PATCH] D44103: XFAIL: libcpp-no-deduction-guides in libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp

2018-03-09 Thread Mike Edwards via Phabricator via cfe-commits
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

[PATCH] D44103: Adding additional UNSUPPORTED platform in libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp

2018-03-05 Thread Mike Edwards via Phabricator via cfe-commits
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/

[PATCH] D44103: Adding additional UNSUPPORTED platform in libcxx/test/std/strings/basic.string/string.cons/iter_alloc_deduction.fail.cpp

2018-03-05 Thread Mike Edwards via Phabricator via cfe-commits
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