From 76bd5da3248fd4affedfefec3b2a3e1acbe0a94a Mon Sep 17 00:00:00 2001 From: Michael Buch Date: Fri, 30 May 2025 11:48:55 +0100 Subject: [lldb][test] Skip import-std-module tests on Linux for now Fixes https://github.com/llvm/llvm-project/issues/137046 --- .../expression/import-std-module/array/TestArrayFromStdModule.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/test/API/commands/expression/import-std-module/array/TestArrayFromStdModule.py') 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() -- cgit v1.2.3