Skip to content

Commit 69eb226

Browse files
[lldb] Disable failing tests on Linux
rdar://136232178 rdar://136231390
1 parent 14abc9e commit 69eb226

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/chrono/TestDataFormatterLibcxxChrono.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
class LibcxxChronoDataFormatterTestCase(TestBase):
1313
@add_test_categories(["libc++"])
1414
@skipIf(compiler="clang", compiler_version=["<", "17.0"])
15+
@skipIf(oslist=["linux"])
1516
def test_with_run_command(self):
1617
"""Test that that file and class static variables display correctly."""
1718
isNotWindowsHost = lldbplatformutil.getHostPlatform() != "windows"

lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/ranges/ref_view/TestDataFormatterLibcxxRangesRefView.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def check_foo(self):
3030
@add_test_categories(["libc++"])
3131
@skipIf(compiler=no_match("clang"))
3232
@skipIf(compiler="clang", compiler_version=["<", "16.0"])
33+
@skipIf(oslist=["linux"])
3334
def test_with_run_command(self):
3435
"""Test that std::ranges::ref_view is formatted correctly when printed."""
3536
self.build()

0 commit comments

Comments
 (0)