[lldb] Skip tests failing with GCC due to LLDB not being able to call constructors
authorRaphael Isemann <teemperor@gmail.com>
Thu, 24 Jun 2021 15:21:12 +0000 (17:21 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Fri, 25 Jun 2021 09:33:09 +0000 (11:33 +0200)
commit487ac0b3eef22ba8f1707779d363ec7f49cc7702
tree62a8d3e5bedddc766789b4e72a51f3d5937afab3
parent6478f3fb78b3e7cddb642dce0f39d5d4a976af1e
[lldb] Skip tests failing with GCC due to LLDB not being able to call constructors

Tracked in llvm.org/pr50814

These tests fail with all GCC versions I tested (8.5, 9.4, 10.3, 11.1).
lldb/test/API/commands/expression/deleting-implicit-copy-constructor/TestDeletingImplicitCopyConstructor.py
lldb/test/API/lang/cpp/constructors/TestCppConstructors.py
lldb/test/API/lang/cpp/namespace_definitions/TestNamespaceDefinitions.py
lldb/test/API/lang/cpp/operators/TestCppOperators.py