[Lldb-commits] [PATCH] D15241: Simplify TestThreadSpecificBreakpoint.py

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 4 13:48:40 PST 2015


zturner added a comment.

I don't have any examples, one of the linux guys might.  But you can look at the decorators at the top, which say this:

  @skipIfFreeBSD # test frequently times out or hangs
  @expectedFailureFreeBSD('llvm.org/pr18522') # hits break in another thread in testrun
  @expectedFlakeyLinux # this test fails 6/100 dosep runs

So the only platform it seems to be robust on is OSX, for whatever reason.  Sadly I don't have any more info than that though.


http://reviews.llvm.org/D15241





More information about the lldb-commits mailing list