<div dir="ltr">That was just curiosity. Thanks for explanation.</div><br><div class="gmail_quote"><div dir="ltr">On Thu, Sep 1, 2016 at 2:54 PM Akira Hatanaka <<a href="mailto:ahatanaka@apple.com">ahatanaka@apple.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div>This test was unexpectedly passing on some bots (I don’t remember if it was i386 or x86_64). I had to fix the bot, and since the comment says it is disabling the test, I thought I can just mark it as UNSUPPORTED. I haven’t tried, but if you want to use XFAIL, perhaps you can mark it as i386-darwin or x86_64-darwin.</div></div><div style="word-wrap:break-word"><br><div><blockquote type="cite"><div>On Sep 1, 2016, at 2:27 PM, Vitaly Buka <<a href="mailto:vitalybuka@google.com" target="_blank">vitalybuka@google.com</a>> wrote:</div><br class="m_5299866773393229838Apple-interchange-newline"><div><div dir="ltr">why is <span style="color:rgb(33,33,33);font-family:"helvetica neue",helvetica,arial,sans-serif">UNSUPPORTED is better than </span><span style="color:rgb(33,33,33);font-family:"helvetica neue",helvetica,arial,sans-serif">XFAIL?</span></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Aug 29, 2016 at 8:18 PM Akira Hatanaka via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: ahatanak<br>
Date: Mon Aug 29 22:10:19 2016<br>
New Revision: 280055<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=280055&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=280055&view=rev</a><br>
Log:<br>
[asan] Mark failing test as UNSUPPORTED.<br>
<br>
Modified:<br>
    compiler-rt/trunk/test/asan/TestCases/<a href="http://use-after-scope-types.cc" target="_blank">use-after-scope-types.cc</a><br>
<br>
Modified: compiler-rt/trunk/test/asan/TestCases/<a href="http://use-after-scope-types.cc" target="_blank">use-after-scope-types.cc</a><br>
URL: <a href="http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc?rev=280055&r1=280054&r2=280055&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/use-after-scope-types.cc?rev=280055&r1=280054&r2=280055&view=diff</a><br>
==============================================================================<br>
--- compiler-rt/trunk/test/asan/TestCases/<a href="http://use-after-scope-types.cc" target="_blank">use-after-scope-types.cc</a> (original)<br>
+++ compiler-rt/trunk/test/asan/TestCases/<a href="http://use-after-scope-types.cc" target="_blank">use-after-scope-types.cc</a> Mon Aug 29 22:10:19 2016<br>
@@ -12,7 +12,7 @@<br>
 // RUN: not %run %t 10 2>&1 | FileCheck %s<br>
<br>
 // Temporarily disable to fix the bot.<br>
-// XFAIL: darwin<br>
+// UNSUPPORTED: darwin<br>
<br>
 #include <stdlib.h><br>
 #include <string><br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@lists.llvm.org" target="_blank">llvm-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br>
</blockquote></div>
</div></blockquote></div><br></div></blockquote></div>