diff options
author | 2022-07-26 12:59:57 -0700 | |
---|---|---|
committer | 2022-07-26 13:02:51 -0700 | |
commit | 5ee910fef52448c141d0cd2507cee29432541cda (patch) | |
tree | f93ec687faf187bd80337b72ff22603b18926dbf | |
parent | [amdgpu][nfc] Separate LDS struct creation from RAUW (diff) | |
download | llvm-project-5ee910fef52448c141d0cd2507cee29432541cda.tar.gz llvm-project-5ee910fef52448c141d0cd2507cee29432541cda.tar.bz2 llvm-project-5ee910fef52448c141d0cd2507cee29432541cda.zip |
[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))
-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() |