[Lldb-commits] [lldb] r350160 - [test] Remove flakiness decorator from TestObjCDynamicSBType
Davide Italiano via lldb-commits
lldb-commits at lists.llvm.org
Sun Dec 30 08:24:04 PST 2018
No problem, thanks!
On Sun, Dec 30, 2018 at 5:11 PM Jonas Devlieghere <jonas at devlieghere.com> wrote:
>
>
>
> On Sun, Dec 30, 2018 at 05:33 Davide Italiano <dccitaliano at gmail.com> wrote:
>>
>> Nice, thanks!
>> There is a typo in the commit message, I assume?
>
>
> Correct, I made a typo in the PR and then mindlessly copied the name of the test.
>>
>>
>>
>> On Sun, Dec 30, 2018 at 7:13 AM Jonas Devlieghere via lldb-commits
>> <lldb-commits at lists.llvm.org> wrote:
>> >
>> > Author: jdevlieghere
>> > Date: Sat Dec 29 22:10:03 2018
>> > New Revision: 350160
>> >
>> > URL: http://llvm.org/viewvc/llvm-project?rev=350160&view=rev
>> > Log:
>> > [test] Remove flakiness decorator from TestObjCDynamicSBType
>> >
>> > The quoted bug report (llvm.org/PR20270) was closed in 2014.
>> >
>> > Modified:
>> > lldb/trunk/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py
>> >
>> > Modified: lldb/trunk/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py
>> > URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py?rev=350160&r1=350159&r2=350160&view=diff
>> > ==============================================================================
>> > --- lldb/trunk/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py (original)
>> > +++ lldb/trunk/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py Sat Dec 29 22:10:03 2018
>> > @@ -6,7 +6,6 @@ from __future__ import print_function
>> >
>> >
>> > import lldb
>> > -from lldbsuite.test.decorators import *
>> > from lldbsuite.test.lldbtest import *
>> > from lldbsuite.test import lldbutil
>> >
>> > @@ -24,7 +23,6 @@ class ExprCommandCallStopContinueTestCas
>> > '// Please test these expressions while stopped at this line:')
>> > self.func_line = line_number('main.cpp', '{5, "five"}')
>> >
>> > - @expectedFlakeyDarwin("llvm.org/pr20274")
>> > def test(self):
>> > """Test gathering result from interrupted function call."""
>> > self.build()
>> >
>> >
>> > _______________________________________________
>> > lldb-commits mailing list
>> > lldb-commits at lists.llvm.org
>> > http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>
> --
> Sent from my iPhone
More information about the lldb-commits
mailing list