[libcxx] r293881 - Extend XFAIL to c++98.

Asiri Rathnayake via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 2 03:56:26 PST 2017


Author: asiri
Date: Thu Feb  2 05:56:26 2017
New Revision: 293881

URL: http://llvm.org/viewvc/llvm-project?rev=293881&view=rev
Log:
Extend XFAIL to c++98.

NFC.

Modified:
    libcxx/trunk/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.fail.cpp

Modified: libcxx/trunk/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.fail.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.fail.cpp?rev=293881&r1=293880&r2=293881&view=diff
==============================================================================
--- libcxx/trunk/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.fail.cpp (original)
+++ libcxx/trunk/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/bool.fail.cpp Thu Feb  2 05:56:26 2017
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-// XFAIL: c++03
+// XFAIL: c++98, c++03
 
 // <system_error>
 




More information about the cfe-commits mailing list