[libcxx-commits] [libcxx] r356211 - XFAIL this debug-mode test that I just broke. Eric has a patch out for review (D59166) that rewrites this test completely, so I'm not going to bother fixing it.
Marshall Clow via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 14 15:24:32 PDT 2019
Author: marshall
Date: Thu Mar 14 15:24:32 2019
New Revision: 356211
URL: http://llvm.org/viewvc/llvm-project?rev=356211&view=rev
Log:
XFAIL this debug-mode test that I just broke. Eric has a patch out for review (D59166) that rewrites this test completely, so I'm not going to bother fixing it.
Modified:
libcxx/trunk/test/libcxx/containers/sequences/array/array.zero/db_indexing.pass.cpp
Modified: libcxx/trunk/test/libcxx/containers/sequences/array/array.zero/db_indexing.pass.cpp
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/test/libcxx/containers/sequences/array/array.zero/db_indexing.pass.cpp?rev=356211&r1=356210&r2=356211&view=diff
==============================================================================
--- libcxx/trunk/test/libcxx/containers/sequences/array/array.zero/db_indexing.pass.cpp (original)
+++ libcxx/trunk/test/libcxx/containers/sequences/array/array.zero/db_indexing.pass.cpp Thu Mar 14 15:24:32 2019
@@ -5,7 +5,7 @@
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
-
+// XFAIL:*
// UNSUPPORTED: libcpp-no-exceptions
// MODULES_DEFINES: _LIBCPP_DEBUG=1
// MODULES_DEFINES: _LIBCPP_DEBUG_USE_EXCEPTIONS
More information about the libcxx-commits
mailing list