summaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/expression/import-std-module/array/TestArrayFromStdModule.py
diff options
context:
space:
mode:
authorDmitry Vasilyev <dvassiliev@accesssoftek.com>2024-10-16 17:52:16 +0400
committerGitHub <noreply@github.com>2024-10-16 17:52:16 +0400
commit87f126243beb69b8b02e5cd4df762bc8a6f1f8cc (patch)
treef181fd8ccec2f1f422ddb1caffd7640f505bdc14 /lldb/test/API/commands/expression/import-std-module/array/TestArrayFromStdModule.py
parent91b5bef358e6763c5e18e34b1bc37e64114b3e04 (diff)
[lldb][test] Skip Test*FromStdModule tests on Linux for now (#112530)
This is the alternative to #98701. See for more details: https://reviews.llvm.org/D139361 https://discourse.llvm.org/t/lldb-test-failures-on-linux/80095
Diffstat (limited to 'lldb/test/API/commands/expression/import-std-module/array/TestArrayFromStdModule.py')
-rw-r--r--lldb/test/API/commands/expression/import-std-module/array/TestArrayFromStdModule.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/API/commands/expression/import-std-module/array/TestArrayFromStdModule.py b/lldb/test/API/commands/expression/import-std-module/array/TestArrayFromStdModule.py
index 13ab6b0c9ac1..bafc76282962 100644
--- a/lldb/test/API/commands/expression/import-std-module/array/TestArrayFromStdModule.py
+++ b/lldb/test/API/commands/expression/import-std-module/array/TestArrayFromStdModule.py
@@ -10,6 +10,7 @@ from lldbsuite.test import lldbutil
class TestCase(TestBase):
@add_test_categories(["libc++"])
@skipIf(compiler=no_match("clang"))
+ @skipIfLinux # https://discourse.llvm.org/t/lldb-test-failures-on-linux/80095
def test(self):
self.build()