[PATCH] D12305: [ASan] More ASAN_OPTIONS churn: use %env_asan_opts where applicable.
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 25 09:19:03 PDT 2015
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
lgtm with the updated xfail. Everything else passes.
================
Comment at: test/asan/TestCases/suppressions-interceptor.cc:8-9
@@ -7,4 +7,4 @@
// FIXME: Windows symbolizer needs work to make this pass.
// XFAIL: android,win32
----------------
You can remove the win32 XFAIL and FIXME here, the test passes with this change. I must have misdiagnosed this issue when I was porting the test suite. =/
The good news is that it passes. :)
http://reviews.llvm.org/D12305
More information about the llvm-commits
mailing list