<div style="font-family: arial, helvetica, sans-serif; font-size: 10pt"><div>+glider</div><div><br></div>Weird, we haven't seen problems with this test for quite a while.<br><br><div class="gmail_quote">On Fri, Dec 21, 2012 at 12:08 AM, Jack Howarth <span dir="ltr"><<a href="mailto:howarth@bromo.med.uc.edu" target="_blank">howarth@bromo.med.uc.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Thu, Dec 20, 2012 at 11:35:47PM +0400, Anton Korobeynikov wrote:<br>
> > Can this be fixed before the 3.2 release?<br>
> Given that release is tomorrow, then - no, unfortunately.<br>
<br>
</div>Well if you can't fix the bug by tomorrow, can't you at least revert the<br>
failing part of...<br>
<br>
<a href="https://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/tests/asan_test.cc?sortby=log&r1=145953&r2=145952&pathrev=145953" target="_blank">https://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/asan/tests/asan_test.cc?sortby=log&r1=145953&r2=145952&pathrev=145953</a><br>

<br>
with...<br>
<br>
Index: lib/asan/tests/asan_test.cc<br>
===================================================================<br>
--- lib/asan/tests/asan_test.cc (revision 170724)<br>
+++ lib/asan/tests/asan_test.cc (working copy)<br>
@@ -2046,7 +2046,7 @@ TEST(AddressSanitizerMac, GCDSourceEvent<br>
   EXPECT_DEATH(TestGCDSourceEvent(), "Shadow byte and word");<br>
 }<br>
<br>
-TEST(AddressSanitizerMac, GCDSourceCancel) {<br>
+TEST(AddressSanitizerMac, DISABLED_GCDSourceCancel) {<br>
   // Make sure the whole ASan report is printed, i.e. that we don't die<br>
   // on a CHECK.<br>
   EXPECT_DEATH(TestGCDSourceCancel(), "Shadow byte and word");<br>
<br>
so that we show clean testsuite results on darwin (which is a primary target)?<br>
<span class="HOEnZb"><font color="#888888">            Jack<br>
</font></span>ps I'll try to find sometime to regression hunt to see if this commit ever<br>
passed on darwin or if it was broken on the initial backport from llvm trunk.<br>
<div class="HOEnZb"><div class="h5"><br>
><br>
> --<br>
> With best regards, Anton Korobeynikov<br>
> Faculty of Mathematics and Mechanics, Saint Petersburg State University<br>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:LLVMdev@cs.uiuc.edu">LLVMdev@cs.uiuc.edu</a>         <a href="http://llvm.cs.uiuc.edu" target="_blank">http://llvm.cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div>Alexey Samsonov, MSK</div><br>
</div>