diff options
| author | Augusto Noronha <augusto2112@me.com> | 2022-07-26 12:59:57 -0700 |
|---|---|---|
| committer | Augusto Noronha <augusto2112@me.com> | 2022-07-26 13:02:51 -0700 |
| commit | 5ee910fef52448c141d0cd2507cee29432541cda (patch) | |
| tree | f93ec687faf187bd80337b72ff22603b18926dbf /lldb/test/API/commands/expression/import-std-module/stack/TestStackFromStdModule.py | |
| parent | 923b90bddbc39eb76fd8a303a16182cd518b3257 (diff) | |
[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))
Diffstat (limited to 'lldb/test/API/commands/expression/import-std-module/stack/TestStackFromStdModule.py')
| -rw-r--r-- | lldb/test/API/commands/expression/import-std-module/stack/TestStackFromStdModule.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 ab3b0c7a2392..0c37df6b3a74 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() |
