[PATCH] D39776: [libcxx] Mark test cxa_deleted_virtual.pass.cpp as failing for previous libcxx versions.
Volodymyr Sapsai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 8 14:30:39 PST 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL317734: [libcxx] Mark test cxa_deleted_virtual.pass.cpp as failing for previous libcxx… (authored by vsapsai).
Changed prior to commit:
https://reviews.llvm.org/D39776?vs=122024&id=122157#toc
Repository:
rL LLVM
https://reviews.llvm.org/D39776
Files:
libcxx/trunk/test/libcxx/language.support/cxa_deleted_virtual.pass.cpp
Index: libcxx/trunk/test/libcxx/language.support/cxa_deleted_virtual.pass.cpp
===================================================================
--- libcxx/trunk/test/libcxx/language.support/cxa_deleted_virtual.pass.cpp
+++ libcxx/trunk/test/libcxx/language.support/cxa_deleted_virtual.pass.cpp
@@ -10,6 +10,15 @@
// UNSUPPORTED: c++98, c++03
// Test exporting the symbol: "__cxa_deleted_virtual" in macosx
+// But don't expect the symbol to be exported in previous versions.
+//
+// XFAIL: with_system_cxx_lib=macosx10.13
+// XFAIL: with_system_cxx_lib=macosx10.12
+// XFAIL: with_system_cxx_lib=macosx10.11
+// XFAIL: with_system_cxx_lib=macosx10.10
+// XFAIL: with_system_cxx_lib=macosx10.9
+// XFAIL: with_system_cxx_lib=macosx10.8
+// XFAIL: with_system_cxx_lib=macosx10.7
struct S { virtual void f() = delete; virtual ~S() {} };
int main() {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39776.122157.patch
Type: text/x-patch
Size: 857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171108/80e0544e/attachment.bin>
More information about the cfe-commits
mailing list