Skip to content

Commit 6e0c074

Browse files
committed
Revert "[lldb][test] Skip Test*FromStdModule tests on Linux for now (#112530)"
This reverts commit 87f1262.
1 parent c05fc9b commit 6e0c074

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

lldb/test/API/commands/expression/import-std-module/array/TestArrayFromStdModule.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
class TestCase(TestBase):
1111
@add_test_categories(["libc++"])
1212
@skipIf(compiler=no_match("clang"))
13-
@skipIfLinux # https://discourse.llvm.org/t/lldb-test-failures-on-linux/80095
1413
def test(self):
1514
self.build()
1615

lldb/test/API/commands/expression/import-std-module/vector-dbg-info-content/TestDbgInfoContentVectorFromStdModule.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ class TestDbgInfoContentVector(TestBase):
1414
@skipIf(compiler="clang", compiler_version=["<", "12.0"])
1515
@skipIf(macos_version=["<", "14.0"])
1616
@skipIfDarwin # https://github.com/llvm/llvm-project/issues/106475
17-
@skipIfLinux # https://discourse.llvm.org/t/lldb-test-failures-on-linux/80095
1817
def test(self):
1918
self.build()
2019

lldb/test/API/commands/expression/import-std-module/vector-of-vectors/TestVectorOfVectorsFromStdModule.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
class TestVectorOfVectors(TestBase):
1111
@add_test_categories(["libc++"])
1212
@skipIf(compiler=no_match("clang"))
13-
@skipIfLinux # https://discourse.llvm.org/t/lldb-test-failures-on-linux/80095
1413
def test(self):
1514
self.build()
1615

0 commit comments

Comments
 (0)