<div dir="ltr"><div class="gmail_extra">Interesting. Do we run test/asan/TestCases/suppressions-interceptor.cc on Windows? Seems so: I don't see an XFAIL there, and it also uses suppressions, but with single quote, followed by double quote:</div><div class="gmail_extra"><br></div><div class="gmail_extra">%env_asan_opts=suppressions='"%t.supp"'<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Why does it work there?</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Dec 22, 2015 at 4:35 PM, Nico Weber <span dir="ltr"><<a href="mailto:thakis@chromium.org" target="_blank">thakis@chromium.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">thakis added a comment.<br>
<br>
I've looked at it some, and couldn't find a way of escaping quotes that lit doesn't strip but that ubsan accepts.<br>
<br>
'"c:\foo"' gets its quotes stripped by lit, so does """c:\foo""". \"c:\foo\" confuses lit enough that it tries to call lit.util.warning() which doesn't exist.<br>
<br>
I've XFAIL'd the test on win32 in 256307 for now. Please take a look when you're back. Maybe teaching lit about \" escaping is the best fix.<br>
<div class=""><div class="h5"><br>
<br>
Repository:<br>
  rL LLVM<br>
<br>
<a href="http://reviews.llvm.org/D15363" rel="noreferrer" target="_blank">http://reviews.llvm.org/D15363</a><br>
<br>
<br>
<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Alexey Samsonov<br><a href="mailto:vonosmas@gmail.com" target="_blank">vonosmas@gmail.com</a></div></div>
</div></div>