<div dir="ltr">Ah, I missed the "not_in" in that decorator.  Thanks.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Feb 3, 2016 at 1:38 AM, Pavel Labath <span dir="ltr"><<a href="mailto:labath@google.com" target="_blank">labath@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 2 February 2016 at 23:08, Adrian McCarthy via lldb-commits<br>
<span class=""><<a href="mailto:lldb-commits@lists.llvm.org">lldb-commits@lists.llvm.org</a>> wrote:<br>
> Thanks for the confirmation.  I'm still not sure how TestConsecutiveBreakpoints.py used to work on Windows, but I believe this is the right fix.<br>
<br>
</span>The test used to be marked with<br>
"@expectedFailureAll("<a href="http://llvm.org/pr23478" rel="noreferrer" target="_blank">llvm.org/pr23478</a>", oslist =<br>
not_in(["macosx"]))", so I guess you were just not seeing the failure.<br>
When Abhishek landed the first fix (r259344), he removed the<br>
decorator, so the test was now suddenly being run....<br>
</blockquote></div><br></div>