From 87f126243beb69b8b02e5cd4df762bc8a6f1f8cc Mon Sep 17 00:00:00 2001 From: Dmitry Vasilyev Date: Wed, 16 Oct 2024 17:52:16 +0400 Subject: [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 --- .../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..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() -- cgit v1.2.3