<div dir="ltr">+lldb-dev I am sorry</div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-03-25 23:12 GMT+01:00 Piotr Rak <span dir="ltr"><<a href="mailto:piotr.rak@gmail.com" target="_blank">piotr.rak@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>UNSUPPORTED: LLDB (clang-i386) :: test_step_in_with_dsym_python (TestStepNoDebug.ReturnValueTestCase) (requires Darwin) </div>
<div>FAIL: LLDB (clang-i386) :: test_step_in_with_dwarf_python (TestStepNoDebug.ReturnValueTestCase)</div>
<div>Length: 5.</div><div>I got: 11.</div><div>UNSUPPORTED: LLDB (clang-i386) :: test_step_out_with_dsym_python (TestStepNoDebug.ReturnValueTestCase) (requires Darwin) </div><div>FAIL: LLDB (clang-i386) :: test_step_out_with_dwarf_python (TestStepNoDebug.ReturnValueTestCase)</div>

<div>Length: 5.</div><div>I got: 11.</div><div>UNSUPPORTED: LLDB (clang-i386) :: test_step_over_with_dsym_python (TestStepNoDebug.ReturnValueTestCase) (requires Darwin) </div><div>FAIL: LLDB (clang-i386) :: test_step_over_with_dwarf_python (TestStepNoDebug.ReturnValueTestCase)</div>

<div>Length: 5.</div><div>I got: 11.</div><div>======================================================================</div><div>FAIL: test_step_in_with_dwarf_python (TestStepNoDebug.ReturnValueTestCase)</div><div>   Test stepping in using avoid-no-debug with dwarf.</div>

<div>----------------------------------------------------------------------</div><div>Traceback (most recent call last):</div><div>  File "/home/prak/soft/llvm/tools/lldb/test/lldbtest.py", line 319, in wrapper</div>

<div>    return func(self, *args, **kwargs)</div><div>  File "/home/prak/soft/llvm/tools/lldb/test/lldbtest.py", line 370, in wrapper</div><div>    return func(self, *args, **kwargs)</div><div>  File "/home/prak/soft/llvm/tools/lldb/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py", line 63, in test_step_in_with_dwarf_python</div>

<div>    self.get_to_starting_point()</div><div>  File "/home/prak/soft/llvm/tools/lldb/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py", line 102, in get_to_starting_point</div><div>    self.assertTrue(len(threads) == 1, "Stopped at inner breakpoint.")</div>

<div>AssertionError: False is not True : Stopped at inner breakpoint.</div><div>Config=i386-clang</div><div>======================================================================</div><div>FAIL: test_step_out_with_dwarf_python (TestStepNoDebug.ReturnValueTestCase)</div>

<div>   Test stepping out using avoid-no-debug with dsyms.</div><div>----------------------------------------------------------------------</div><div>Traceback (most recent call last):</div><div>  File "/home/prak/soft/llvm/tools/lldb/test/lldbtest.py", line 319, in wrapper</div>

<div>    return func(self, *args, **kwargs)</div><div>  File "/home/prak/soft/llvm/tools/lldb/test/lldbtest.py", line 370, in wrapper</div><div>    return func(self, *args, **kwargs)</div><div>  File "/home/prak/soft/llvm/tools/lldb/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py", line 29, in test_step_out_with_dwarf_python</div>

<div>    self.get_to_starting_point()</div><div>  File "/home/prak/soft/llvm/tools/lldb/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py", line 102, in get_to_starting_point</div><div>    self.assertTrue(len(threads) == 1, "Stopped at inner breakpoint.")</div>

<div>AssertionError: False is not True : Stopped at inner breakpoint.</div><div>Config=i386-clang</div><div>======================================================================</div><div>FAIL: test_step_over_with_dwarf_python (TestStepNoDebug.ReturnValueTestCase)</div>

<div>   Test stepping over using avoid-no-debug with dwarf.</div><div>----------------------------------------------------------------------</div><div>Traceback (most recent call last):</div><div>  File "/home/prak/soft/llvm/tools/lldb/test/lldbtest.py", line 319, in wrapper</div>

<div>    return func(self, *args, **kwargs)</div><div>  File "/home/prak/soft/llvm/tools/lldb/test/lldbtest.py", line 370, in wrapper</div><div>    return func(self, *args, **kwargs)</div><div>  File "/home/prak/soft/llvm/tools/lldb/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py", line 46, in test_step_over_with_dwarf_python</div>

<div>    self.get_to_starting_point()</div><div>  File "/home/prak/soft/llvm/tools/lldb/test/functionalities/step-avoids-no-debug/TestStepNoDebug.py", line 102, in get_to_starting_point</div><div>    self.assertTrue(len(threads) == 1, "Stopped at inner breakpoint.")</div>

<div>AssertionError: False is not True : Stopped at inner breakpoint.</div><div>Config=i386-clang</div><div>----------------------------------------------------------------------</div><div>Ran 6 tests in 0.675s</div><div>

<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2014-03-25 22:12 GMT+01:00  <span dir="ltr"><<a href="mailto:jingham@apple.com" target="_blank">jingham@apple.com</a>></span>:<div><div class="h5">
<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It seems weird to me that TestStepNoDebug.py should be failing intermittently on Linux.  It is a pretty straight-forward single-threaded test, so if it is going to fail, I would expect it to fail altogether.<br>
<br>
What does it look like when it fails?<br>
<br>
Jim<br>
<div><br>
On Mar 25, 2014, at 2:01 PM, Todd Fiala <<a href="mailto:tfiala@google.com" target="_blank">tfiala@google.com</a>> wrote:<br>
<br>
> btw on this one:<br>
> > TestStepNoDebug.py<br>
><br>
> I disabled the tests in that file that were failing intermittently for me, early today.<br>
><br>
><br>
<br>
</div><div><div>_______________________________________________<br>
lldb-dev mailing list<br>
<a href="mailto:lldb-dev@cs.uiuc.edu" target="_blank">lldb-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br>
</div></div></blockquote></div></div></div><br></div>
</blockquote></div><br></div>