update XFAIL comments with more details

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@300944 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Eric Fiselier
2017-04-21 03:09:40 +00:00
parent c0574ee051
commit 9f6e23c7c9
2 changed files with 3 additions and 5 deletions

View File

@@ -7,9 +7,8 @@
//
//===----------------------------------------------------------------------===//
// There appears to be a bug in VerifyDiagnosticReporter on Windows that
// causes -verify to not see the emitted warnings even though they are
// actually getting omitted.
// This test fails because diagnose_if doesn't emit all of the diagnostics
// when -fdelayed-template-parsing is enabled, like it is on Windows.
// XFAIL: LIBCXX-WINDOWS-FIXME
// REQUIRES: verify-support, diagnose-if-support

View File

@@ -7,8 +7,7 @@
//
//===----------------------------------------------------------------------===//
// This test fails because the `from_bytes` call seems to result in a call
// to 'abort()'
// 'do_bytes' throws a std::range_error unexpectedly
// XFAIL: LIBCXX-WINDOWS-FIXME
// UNSUPPORTED: c++98, c++03