[all-commits] [llvm/llvm-project] 487ac0: [lldb] Skip tests failing with GCC due to LLDB not...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Fri Jun 25 02:33:37 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 487ac0b3eef22ba8f1707779d363ec7f49cc7702
https://github.com/llvm/llvm-project/commit/487ac0b3eef22ba8f1707779d363ec7f49cc7702
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2021-06-25 (Fri, 25 Jun 2021)
Changed paths:
M lldb/test/API/commands/expression/deleting-implicit-copy-constructor/TestDeletingImplicitCopyConstructor.py
M lldb/test/API/lang/cpp/constructors/TestCppConstructors.py
M lldb/test/API/lang/cpp/namespace_definitions/TestNamespaceDefinitions.py
M lldb/test/API/lang/cpp/operators/TestCppOperators.py
Log Message:
-----------
[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).
More information about the All-commits
mailing list