summaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/expression/import-std-module/array/TestArrayFromStdModule.py
diff options
context:
space:
mode:
authorMichael Buch <michaelbuch12@gmail.com>2025-05-30 11:48:55 +0100
committerMichael Buch <michaelbuch12@gmail.com>2025-05-30 11:48:55 +0100
commit76bd5da3248fd4affedfefec3b2a3e1acbe0a94a (patch)
treeceb5b32ff50e8a0d4dd63b330fd5dd0609614872 /lldb/test/API/commands/expression/import-std-module/array/TestArrayFromStdModule.py
parent1f7885cf9c6801d11491c8c194c999f7223dd141 (diff)
[lldb][test] Skip import-std-module tests on Linux for now
Fixes https://github.com/llvm/llvm-project/issues/137046
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..1b21fe374ce5 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"))
+ @skipUnlessDarwin
def test(self):
self.build()