[Lldb-commits] [PATCH] D135178: [lldb][test] Skip import-std-module/vector tests
Michael Buch via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 4 10:39:10 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9abeb0cbd983: [lldb][test] Skip import-std-module/vector tests (authored by Michael137).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135178/new/
https://reviews.llvm.org/D135178
Files:
lldb/test/API/commands/expression/import-std-module/vector-bool/TestVectorBoolFromStdModule.py
lldb/test/API/commands/expression/import-std-module/vector/TestVectorFromStdModule.py
Index: lldb/test/API/commands/expression/import-std-module/vector/TestVectorFromStdModule.py
===================================================================
--- lldb/test/API/commands/expression/import-std-module/vector/TestVectorFromStdModule.py
+++ lldb/test/API/commands/expression/import-std-module/vector/TestVectorFromStdModule.py
@@ -11,6 +11,7 @@
@add_test_categories(["libc++"])
@skipIf(compiler=no_match("clang"))
+ @skipIf(bugnumber="rdar://100741983")
def test(self):
self.build()
Index: lldb/test/API/commands/expression/import-std-module/vector-bool/TestVectorBoolFromStdModule.py
===================================================================
--- lldb/test/API/commands/expression/import-std-module/vector-bool/TestVectorBoolFromStdModule.py
+++ lldb/test/API/commands/expression/import-std-module/vector-bool/TestVectorBoolFromStdModule.py
@@ -11,6 +11,7 @@
@add_test_categories(["libc++"])
@skipIf(compiler=no_match("clang"))
+ @skipIf(bugnumber="rdar://100741983")
def test(self):
self.build()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135178.465076.patch
Type: text/x-patch
Size: 1083 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20221004/6f3badae/attachment.bin>
More information about the lldb-commits
mailing list