[Lldb-commits] [lldb] r255549 - Temporarily skip TestWithLimitDebugInfo on Darwin and OS X

Siva Chandra via lldb-commits lldb-commits at lists.llvm.org
Mon Dec 14 14:04:55 PST 2015


Looks like, though that particular test was "fixed", zturner's change
triggered a whole bunch of other failures:
http://lab.llvm.org:8011/builders/lldb-x86_64-ubuntu-14.04-cmake/builds/9446

On Mon, Dec 14, 2015 at 1:56 PM, Siva Chandra <sivachandra at google.com> wrote:
> 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 at 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 at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits


More information about the lldb-commits mailing list