Skip to content

Commit fb9820a

Browse files
[lldb] Disable import-std-module tests failing on Linux
1 parent 0657c77 commit fb9820a

File tree

18 files changed

+18
-0
lines changed

18 files changed

+18
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from lldbsuite.test import lldbutil
88

99

10+
@skipIfLinux # Can't build std module rdar://138651439
1011
class TestCase(TestBase):
1112
@add_test_categories(["libc++"])
1213
@skipIf(compiler=no_match("clang"))

lldb/test/API/commands/expression/import-std-module/basic/TestImportStdModule.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from lldbsuite.test import lldbutil
88

99

10+
@skipIfLinux # Can't build std module rdar://138651439
1011
class ImportStdModule(TestBase):
1112
@add_test_categories(["libc++"])
1213
@skipIf(compiler=no_match("clang"))

lldb/test/API/commands/expression/import-std-module/conflicts/TestStdModuleWithConflicts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from lldbsuite.test import lldbutil
1313

1414

15+
@skipIfLinux # Can't build std module rdar://138651439
1516
class TestImportStdModuleConflicts(TestBase):
1617
@add_test_categories(["libc++"])
1718
@skipIf(compiler=no_match("clang"))

lldb/test/API/commands/expression/import-std-module/deque-basic/TestDequeFromStdModule.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from lldbsuite.test import lldbutil
88

99

10+
@skipIfLinux # Can't build std module rdar://138651439
1011
class TestBasicDeque(TestBase):
1112
@add_test_categories(["libc++"])
1213
@skipIf(compiler=no_match("clang"))

lldb/test/API/commands/expression/import-std-module/deque-dbg-info-content/TestDbgInfoContentDequeFromStdModule.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from lldbsuite.test import lldbutil
88

99

10+
@skipIfLinux # Can't build std module rdar://138651439
1011
class TestDbgInfoContentDeque(TestBase):
1112
@add_test_categories(["libc++"])
1213
@skipIf(compiler=no_match("clang"))

lldb/test/API/commands/expression/import-std-module/forward_list-dbg-info-content/TestDbgInfoContentForwardListFromStdModule.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from lldbsuite.test import lldbutil
88

99

10+
@skipIfLinux # Can't build std module rdar://138651439
1011
class TestDbgInfoContentForwardList(TestBase):
1112
@add_test_categories(["libc++"])
1213
@skipIf(compiler=no_match("clang"))

lldb/test/API/commands/expression/import-std-module/forward_list/TestForwardListFromStdModule.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from lldbsuite.test import lldbutil
88

99

10+
@skipIfLinux # Can't build std module rdar://138651439
1011
class TestBasicForwardList(TestBase):
1112
@add_test_categories(["libc++"])
1213
@skipIf(compiler=no_match("clang"))

lldb/test/API/commands/expression/import-std-module/iterator/TestIteratorFromStdModule.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from lldbsuite.test import lldbutil
88

99

10+
@skipIfLinux # Can't build std module rdar://138651439
1011
class TestCase(TestBase):
1112
@add_test_categories(["libc++"])
1213
@skipIf(compiler=no_match("clang"))

lldb/test/API/commands/expression/import-std-module/list-dbg-info-content/TestDbgInfoContentListFromStdModule.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from lldbsuite.test import lldbutil
99

1010

11+
@skipIfLinux # Can't build std module rdar://138651439
1112
class TestDbgInfoContentList(TestBase):
1213
@add_test_categories(["libc++"])
1314
@skipIf(compiler=no_match("clang"))

lldb/test/API/commands/expression/import-std-module/list/TestListFromStdModule.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
from lldbsuite.test import lldbutil
88

99

10+
@skipIfLinux # Can't build std module rdar://138651439
1011
class TestBasicList(TestBase):
1112
@add_test_categories(["libc++"])
1213
@skipIf(compiler=no_match("clang"))

0 commit comments

Comments
 (0)