Skip to content
This repository was archived by the owner on Apr 2, 2020. It is now read-only.

Commit 5ffb86e

Browse files
committed
Skip a test
Ubuntu 18.04 comes with a libstc++ that is incompatible with the unique_ptr data formatter on the 4.2 branch. At this point of the release, we don't want to fix this, so just skip the test to make the bots happy.
1 parent 35f69ff commit 5ffb86e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/unique_ptr/TestDataFormatterStdUniquePtr.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class StdUniquePtrDataFormatterTestCase(TestBase):
1616
mydir = TestBase.compute_mydir(__file__)
1717

1818
@skipIfDarwin # doesn't compile on Darwin
19+
@skipIfLinux
1920
@skipUnlessLibstdcxxAvailable
2021
def test_with_run_command(self):
2122
self.build()
@@ -67,6 +68,7 @@ def test_with_run_command(self):
6768
@skipIfWindows # libstdcpp not ported to Windows
6869
@skipIfDarwin # doesn't compile on Darwin
6970
@skipIfwatchOS # libstdcpp not ported to watchos
71+
@skipIfLinux
7072
def test_recursive_unique_ptr(self):
7173
# Tests that LLDB can handle when we have a loop in the unique_ptr
7274
# reference chain and that it correctly handles the different options

0 commit comments

Comments
 (0)