<div dir="ltr">On Fri, Oct 18, 2013 at 3:27 AM, Greg Fitzgerald <span dir="ltr"><<a href="mailto:garious@gmail.com" target="_blank">garious@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Some updates:<br>
<br>
First, thanks so much for creating these test suites.  Troubleshooting<br>
is going very quickly!<br>
<div class="im"><br>
<br>
> There is some flakiness in SanitizerCommon.SpinMutex test.<br>
<br>
</div>Yes, I'm seeing that too.  SpinMutexTry as well.  Should these be disabled?<br></blockquote><div><br></div><div>There is an issue in the spinlock on ARM: it's implemented with plain non-atomic loads and stores. It seems that android ndk does not have the atomics we need for this, and we did not have time to do an asm implementation yet.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
<br>
> ARM JellyBean works over here.<br>
<br>
</div>I found a configuration that works well on JB 4.1.2 and 4.2.2.  The<br>
trick is to build the ASan *runtime* with *CMake*.  If you build the<br>
runtime using the Make build, the test suite falls over.<br>
<br>
Also, lots of tests fail when running on the Android Emulator.  This<br>
is a convenient environment for testing, but is there any hope of<br>
getting all of ASan working on it?  I see that simple cases such as<br>
detecting use-after-free and stack-buffer-overflow work on the<br>
emulator.<br></blockquote><div><br></div><div>We did not run the tests on emulator. Not sure what would it take to fix the tests there. It can't be super hard, though.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
<br>
Regarding:<br>
<a href="https://code.google.com/p/address-sanitizer/wiki/Android" target="_blank">https://code.google.com/p/address-sanitizer/wiki/Android</a><br>
<br>
I see that the Make build puts the ASan runtime into its install<br>
directory, and the test suite from the CMake build uses the local copy<br>
of the ASan runtime for testing.<br>
<br>
To reproduce the error I'm seeing, run the Android CMake build in the<br>
Release+Asserts directory of the Make build.  Install the ASan runtime<br>
from the Make build and then run the AsanTests test suite.<br></blockquote><div><br></div><div>Do you mean it's a compile-time issue with the path in Android.cmake?</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
Thanks,<br>
Greg<br>
<div class="HOEnZb"><div class="h5"><br>
On Wed, Oct 16, 2013 at 11:55 PM, Evgeniy Stepanov <<a href="mailto:eugenis@google.com">eugenis@google.com</a>> wrote:<br>
> ARM JellyBean works over here. There is some flakiness in<br>
> SanitizerCommon.SpinMutex test.<br>
><br>
><br>
> On Wed, Oct 16, 2013 at 11:36 PM, Greg Fitzgerald <<a href="mailto:garious@gmail.com">garious@gmail.com</a>> wrote:<br>
>><br>
>> I'm following these instructions with the latest code from <a href="http://llvm.org" target="_blank">llvm.org</a>:<br>
>><br>
>><br>
>> <a href="https://code.google.com/p/address-sanitizer/source/browse/trunk/build/scripts/slave/buildbot_cmake.sh" target="_blank">https://code.google.com/p/address-sanitizer/source/browse/trunk/build/scripts/slave/buildbot_cmake.sh</a><br>

>><br>
>> Of SanitizerTest, AsanTest and AsanNoinstTest, I cannot get any of the<br>
>> 3 to pass all its tests.  I've tried using an Android device running<br>
>> JellyBean as well as the latest Android Emulator (20130917, api level<br>
>> 18).  What run-time environments are known to work?<br>
>><br>
>> Thanks,<br>
>> Greg<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>
><br>
><br>
</div></div></blockquote></div><br></div></div>