From 70ad9c74ae860892004572a141bb3b8ab77878ec Mon Sep 17 00:00:00 2001 From: Davide Italiano Date: Tue, 30 Oct 2018 22:49:22 +0000 Subject: [testsuite] Skip an already failing test on MacOS. Due to some libcxx changes to inlining, this now also crashes, so it gets reported as "failure" by the bot. This commit doesn't really change the status quo, just placates the bots. llvm-svn: 345668 --- lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestSTL.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test') diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestSTL.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestSTL.py index 42c372489c6..d11004e66d0 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestSTL.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/stl/TestSTL.py @@ -26,6 +26,7 @@ class STLTestCase(TestBase): self.line = line_number( self.source, '// Set break point at this line.') + @skipIf @expectedFailureAll(bugnumber="llvm.org/PR36713") def test(self): """Test some expressions involving STL data types.""" -- cgit v1.2.3