[libcxx] r263405 - Mark exception-throwing test as XFAIL when exceptions are disabled

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 13 19:51:51 PDT 2016


Author: marshall
Date: Sun Mar 13 21:51:50 2016
New Revision: 263405

URL: http://llvm.org/viewvc/llvm-project?rev=263405&view=rev
Log:
Mark exception-throwing test as XFAIL when exceptions are disabled

Modified:
    libcxx/trunk/test/std/utilities/memory/default.allocator/allocator.members/allocate.size.pass.cpp

Modified: libcxx/trunk/test/std/utilities/memory/default.allocator/allocator.members/allocate.size.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/std/utilities/memory/default.allocator/allocator.members/allocate.size.pass.cpp?rev=263405&r1=263404&r2=263405&view=diff
==============================================================================
--- libcxx/trunk/test/std/utilities/memory/default.allocator/allocator.members/allocate.size.pass.cpp (original)
+++ libcxx/trunk/test/std/utilities/memory/default.allocator/allocator.members/allocate.size.pass.cpp Sun Mar 13 21:51:50 2016
@@ -7,6 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 
+// XFAIL: libcpp-no-exceptions
 // <memory>
 
 // allocator:




More information about the cfe-commits mailing list