update XFAIL comments with more details

llvm-svn: 300944
This commit is contained in:
Eric Fiselier 2017-04-21 03:09:40 +00:00
parent 3a46eb4442
commit ef58b0401a
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