I believe zturner already fixed this. However, there is a problem with his original change itself; will bring it up in a different thread.
On Mon, Dec 14, 2015 at 1:49 PM, Todd Fiala via lldb-commits <lldb-commits@lists.llvm.org> wrote: > Author: tfiala > Date: Mon Dec 14 15:49:39 2015 > New Revision: 255549 > > URL: http://llvm.org/viewvc/llvm-project?rev=255549&view=rev > Log: > Temporarily skip TestWithLimitDebugInfo on Darwin and OS X > > This test is erroring out on a sequence call to a function. > > Modified: > > lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/TestWithLimitDebugInfo.py > > Modified: > lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/TestWithLimitDebugInfo.py > URL: > http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/TestWithLimitDebugInfo.py?rev=255549&r1=255548&r2=255549&view=diff > ============================================================================== > --- > lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/TestWithLimitDebugInfo.py > (original) > +++ > lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/limit-debug-info/TestWithLimitDebugInfo.py > Mon Dec 14 15:49:39 2015 > @@ -6,6 +6,8 @@ class TestWithLimitDebugInfo(TestBase): > > mydir = TestBase.compute_mydir(__file__) > > + @skipIfLinux > + @skipIfDarwin > @skipIf(debug_info=not_in(["dwarf"])) > def test_limit_debug_info(self): > self.build() > > > _______________________________________________ > lldb-commits mailing list > lldb-commits@lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits