[testsuite] Skip an already failing test on MacOS.
authorDavide Italiano <davide@freebsd.org>
Tue, 30 Oct 2018 22:49:22 +0000 (22:49 +0000)
committerDavide Italiano <davide@freebsd.org>
Tue, 30 Oct 2018 22:49:22 +0000 (22:49 +0000)
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

index 42c3724..d11004e 100644 (file)
@@ -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."""