[Lldb-commits] [lldb] 5ee910f - [lldb] Disable TestStackFromStdModule.py
Augusto Noronha via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 26 13:04:10 PDT 2022
Author: Augusto Noronha
Date: 2022-07-26T13:02:51-07:00
New Revision: 5ee910fef52448c141d0cd2507cee29432541cda
URL: https://github.com/llvm/llvm-project/commit/5ee910fef52448c141d0cd2507cee29432541cda
DIFF: https://github.com/llvm/llvm-project/commit/5ee910fef52448c141d0cd2507cee29432541cda.diff
LOG: [lldb] Disable TestStackFromStdModule.py
TestStackFromStdModule.py started failing due to f4fb72e6d4ce
(https://reviews.llvm.org/D128146), with a clang assertion failure:
assert(isa<InjectedClassNameType>(Decl->TypeForDecl))
Added:
Modified:
lldb/test/API/commands/expression/import-std-module/stack/TestStackFromStdModule.py
Removed:
################################################################################
diff --git a/lldb/test/API/commands/expression/import-std-module/stack/TestStackFromStdModule.py b/lldb/test/API/commands/expression/import-std-module/stack/TestStackFromStdModule.py
index ab3b0c7a2392a..0c37df6b3a740 100644
--- a/lldb/test/API/commands/expression/import-std-module/stack/TestStackFromStdModule.py
+++ b/lldb/test/API/commands/expression/import-std-module/stack/TestStackFromStdModule.py
@@ -11,6 +11,7 @@ class TestStack(TestBase):
@add_test_categories(["libc++"])
@skipIf(compiler=no_match("clang"))
@skipIfLinux # Declaration in some Linux headers causes LLDB to crash.
+ @skipIf(bugnumber="rdar://97622854")
def test(self):
self.build()
More information about the lldb-commits
mailing list