Author: Marek Kurdej Date: 2020-11-25T15:21:20+01:00 New Revision: 7a0bc898f599b92dc6bfd596cdfa50cf58a5d9c9
URL: https://github.com/llvm/llvm-project/commit/7a0bc898f599b92dc6bfd596cdfa50cf58a5d9c9 DIFF: https://github.com/llvm/llvm-project/commit/7a0bc898f599b92dc6bfd596cdfa50cf58a5d9c9.diff LOG: [libc++abi] Mark a few tests as XFAIL on gcc-7, gcc-8, gcc-9 (they were probably never tested anyway, gcc-10 passes them). Added: Modified: libcxxabi/test/dynamic_cast.pass.cpp libcxxabi/test/dynamic_cast3.pass.cpp libcxxabi/test/dynamic_cast5.pass.cpp Removed: ################################################################################ diff --git a/libcxxabi/test/dynamic_cast.pass.cpp b/libcxxabi/test/dynamic_cast.pass.cpp index 69f5dc3aa8b6..c1a5980d552b 100644 --- a/libcxxabi/test/dynamic_cast.pass.cpp +++ b/libcxxabi/test/dynamic_cast.pass.cpp @@ -6,6 +6,8 @@ // //===----------------------------------------------------------------------===// +// XFAIL: gcc-7, gcc-8, gcc-9 + #include <cassert> // This test explicitly tests dynamic cast with types that have inaccessible diff --git a/libcxxabi/test/dynamic_cast3.pass.cpp b/libcxxabi/test/dynamic_cast3.pass.cpp index 2eefafa2b42b..2364f4c1b5bd 100644 --- a/libcxxabi/test/dynamic_cast3.pass.cpp +++ b/libcxxabi/test/dynamic_cast3.pass.cpp @@ -6,6 +6,8 @@ // //===----------------------------------------------------------------------===// +// XFAIL: gcc-7, gcc-8, gcc-9 + #include <cassert> #include "support/timer.h" diff --git a/libcxxabi/test/dynamic_cast5.pass.cpp b/libcxxabi/test/dynamic_cast5.pass.cpp index 7fdf106aae5b..357bb804766e 100644 --- a/libcxxabi/test/dynamic_cast5.pass.cpp +++ b/libcxxabi/test/dynamic_cast5.pass.cpp @@ -6,6 +6,8 @@ // //===----------------------------------------------------------------------===// +// XFAIL: gcc-7, gcc-8, gcc-9 + #include <cassert> #include "support/timer.h" _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits