<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">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><br class=""><div><blockquote type="cite" class=""><div class="">On Sep 1, 2016, at 2:27 PM, Vitaly Buka <<a href="mailto:vitalybuka@google.com" class="">vitalybuka@google.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">why is <span style="color:rgb(33,33,33);font-family:"helvetica neue",helvetica,arial,sans-serif" class="">UNSUPPORTED is better than </span><span style="color:rgb(33,33,33);font-family:"helvetica neue",helvetica,arial,sans-serif" class="">XFAIL?</span></div><br class=""><div class="gmail_quote"><div dir="ltr" class="">On Mon, Aug 29, 2016 at 8:18 PM Akira Hatanaka via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org" class="">llvm-commits@lists.llvm.org</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: ahatanak<br class="">
Date: Mon Aug 29 22:10:19 2016<br class="">
New Revision: 280055<br class="">
<br class="">
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=280055&view=rev" rel="noreferrer" target="_blank" class="">http://llvm.org/viewvc/llvm-project?rev=280055&view=rev</a><br class="">
Log:<br class="">
[asan] Mark failing test as UNSUPPORTED.<br class="">
<br class="">
Modified:<br class="">
    compiler-rt/trunk/test/asan/TestCases/<a href="http://use-after-scope-types.cc" class="">use-after-scope-types.cc</a><br class="">
<br class="">
Modified: compiler-rt/trunk/test/asan/TestCases/<a href="http://use-after-scope-types.cc" class="">use-after-scope-types.cc</a><br class="">
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" class="">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 class="">
==============================================================================<br class="">
--- compiler-rt/trunk/test/asan/TestCases/<a href="http://use-after-scope-types.cc" class="">use-after-scope-types.cc</a> (original)<br class="">
+++ compiler-rt/trunk/test/asan/TestCases/<a href="http://use-after-scope-types.cc" class="">use-after-scope-types.cc</a> Mon Aug 29 22:10:19 2016<br class="">
@@ -12,7 +12,7 @@<br class="">
 // RUN: not %run %t 10 2>&1 | FileCheck %s<br class="">
<br class="">
 // Temporarily disable to fix the bot.<br class="">
-// XFAIL: darwin<br class="">
+// UNSUPPORTED: darwin<br class="">
<br class="">
 #include <stdlib.h><br class="">
 #include <string><br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
llvm-commits mailing list<br class="">
<a href="mailto:llvm-commits@lists.llvm.org" target="_blank" class="">llvm-commits@lists.llvm.org</a><br class="">
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits" rel="noreferrer" target="_blank" class="">http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits</a><br class="">
</blockquote></div>
</div></blockquote></div><br class=""></body></html>