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-09-09 22:43:02 +0100
committerGitHub <noreply@github.com>2025-09-09 22:43:02 +0100
commitebd684137673c8e1b48aeaf8877921fd69e99159 (patch)
treeafb7b5b5c32d61e91dd3b44932566333c2e8f859 /lldb/test/API/commands/expression/import-std-module/array/TestArrayFromStdModule.py
parentd0070994222af5dc4b4790237fea9e17fae30b78 (diff)
[lldb][test] Re-enable import-std-module tests on Linux (#157649)
This reverts commit 76bd5da3248fd4affedfefec3b2a3e1acbe0a94a. These were originally skipped for https://github.com/llvm/llvm-project/issues/137046 because they were failing on Fuchsia buildbots. I couldn't locally reproduce the Linux failures from back then (and maybe they have been fixed by something else since then). We want to re-enable these tests because they are one of the few API tests in the `libcxx` category that we skip on Linux. So the libc++ pre-merge CI doesn't catch these test failures. To avoid churn caused by this missing coverage, it would be great if we ran these on Linux again.
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, 0 insertions, 1 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 a488276c2e54..ed028a1a4ea3 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
@@ -11,7 +11,6 @@ class TestCase(TestBase):
@add_test_categories(["libc++"])
@skipIf(compiler=no_match("clang"))
@skipIf(macos_version=["<", "15.0"])
- @skipUnlessDarwin
def test(self):
self.build()