diff options
| author | Michael Buch <michaelbuch12@gmail.com> | 2025-05-30 11:48:55 +0100 |
|---|---|---|
| committer | Michael Buch <michaelbuch12@gmail.com> | 2025-05-30 11:48:55 +0100 |
| commit | 76bd5da3248fd4affedfefec3b2a3e1acbe0a94a (patch) | |
| tree | ceb5b32ff50e8a0d4dd63b330fd5dd0609614872 /lldb/test/API/commands/expression/import-std-module/array/TestArrayFromStdModule.py | |
| parent | 1f7885cf9c6801d11491c8c194c999f7223dd141 (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.py | 1 |
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() |
