[compiler-rt] r209734 - [asan] XFAIL:android several tests.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Wed May 28 08:28:59 PDT 2014


bots logs:
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/9999/steps/run%20asan%20lit%20tests%20%5BAndroid%5D/logs/stdio

steps:
https://code.google.com/p/address-sanitizer/source/browse/trunk/build/scripts/slave/buildbot_cmake.sh

I still copy runtime library manually (it's in buildbot_cmake.sh script).
Also, I copy prebuilt llvm-symbolizer to /system/bin.

Let me know if it I missed anything.

On Wed, May 28, 2014 at 7:25 PM, Greg Fitzgerald <garious at gmail.com> wrote:
> Can you share steps to reproduce?
>
> Thanks,
> Greg
>
> On Wed, May 28, 2014 at 6:07 AM, Evgeniy Stepanov
> <eugeni.stepanov at gmail.com> wrote:
>> Author: eugenis
>> Date: Wed May 28 08:07:39 2014
>> New Revision: 209734
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=209734&view=rev
>> Log:
>> [asan] XFAIL:android several tests.
>>
>> Modified:
>>     compiler-rt/trunk/test/asan/TestCases/Linux/asan_dlopen_test.cc
>>     compiler-rt/trunk/test/asan/TestCases/Linux/asan_preload_test-1.cc
>>     compiler-rt/trunk/test/asan/TestCases/Linux/asan_preload_test-2.cc
>>     compiler-rt/trunk/test/asan/TestCases/Linux/asan_rt_confict_test-1.cc
>>     compiler-rt/trunk/test/asan/TestCases/Linux/asan_rt_confict_test-2.cc
>>
>> Modified: compiler-rt/trunk/test/asan/TestCases/Linux/asan_dlopen_test.cc
>> URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/asan_dlopen_test.cc?rev=209734&r1=209733&r2=209734&view=diff
>> ==============================================================================
>> --- compiler-rt/trunk/test/asan/TestCases/Linux/asan_dlopen_test.cc (original)
>> +++ compiler-rt/trunk/test/asan/TestCases/Linux/asan_dlopen_test.cc Wed May 28 08:07:39 2014
>> @@ -3,6 +3,7 @@
>>  // RUN: %clangxx %s -DRT=\"%shared_libasan\" -o %t -ldl
>>  // RUN: not %run %t 2>&1 | FileCheck %s
>>  // REQUIRES: asan-dynamic-runtime
>> +// XFAIL: android
>>
>>  #include <dlfcn.h>
>>
>>
>> Modified: compiler-rt/trunk/test/asan/TestCases/Linux/asan_preload_test-1.cc
>> URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/asan_preload_test-1.cc?rev=209734&r1=209733&r2=209734&view=diff
>> ==============================================================================
>> --- compiler-rt/trunk/test/asan/TestCases/Linux/asan_preload_test-1.cc (original)
>> +++ compiler-rt/trunk/test/asan/TestCases/Linux/asan_preload_test-1.cc Wed May 28 08:07:39 2014
>> @@ -8,6 +8,7 @@
>>  // RUN: LD_PRELOAD=%shared_libasan not %run %t 2>&1 | FileCheck %s
>>
>>  // REQUIRES: asan-dynamic-runtime
>> +// XFAIL: android
>>
>>  #if BUILD_SO
>>  char dummy;
>>
>> Modified: compiler-rt/trunk/test/asan/TestCases/Linux/asan_preload_test-2.cc
>> URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/asan_preload_test-2.cc?rev=209734&r1=209733&r2=209734&view=diff
>> ==============================================================================
>> --- compiler-rt/trunk/test/asan/TestCases/Linux/asan_preload_test-2.cc (original)
>> +++ compiler-rt/trunk/test/asan/TestCases/Linux/asan_preload_test-2.cc Wed May 28 08:07:39 2014
>> @@ -4,6 +4,7 @@
>>  // RUN: LD_PRELOAD=%shared_libasan not %run %t 2>&1 | FileCheck %s
>>
>>  // REQUIRES: asan-dynamic-runtime
>> +// XFAIL: android
>>
>>  #include <stdlib.h>
>>
>>
>> Modified: compiler-rt/trunk/test/asan/TestCases/Linux/asan_rt_confict_test-1.cc
>> URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/asan_rt_confict_test-1.cc?rev=209734&r1=209733&r2=209734&view=diff
>> ==============================================================================
>> --- compiler-rt/trunk/test/asan/TestCases/Linux/asan_rt_confict_test-1.cc (original)
>> +++ compiler-rt/trunk/test/asan/TestCases/Linux/asan_rt_confict_test-1.cc Wed May 28 08:07:39 2014
>> @@ -5,6 +5,7 @@
>>  // RUN: LD_PRELOAD=%shared_libasan not %run %t 2>&1 | FileCheck %s
>>
>>  // REQUIRES: asan-dynamic-runtime
>> +// XFAIL: android
>>
>>  #include <stdlib.h>
>>  int main(int argc, char **argv) { return 0; }
>>
>> Modified: compiler-rt/trunk/test/asan/TestCases/Linux/asan_rt_confict_test-2.cc
>> URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/asan_rt_confict_test-2.cc?rev=209734&r1=209733&r2=209734&view=diff
>> ==============================================================================
>> --- compiler-rt/trunk/test/asan/TestCases/Linux/asan_rt_confict_test-2.cc (original)
>> +++ compiler-rt/trunk/test/asan/TestCases/Linux/asan_rt_confict_test-2.cc Wed May 28 08:07:39 2014
>> @@ -6,6 +6,7 @@
>>  // RUN: not %run %t 2>&1 | FileCheck %s
>>
>>  // REQUIRES: asan-dynamic-runtime
>> +// XFAIL: android
>>
>>  #if BUILD_SO
>>  char dummy;
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list