forked from OSchip/llvm-project
parent
3a46eb4442
commit
ef58b0401a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue