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

Greg Fitzgerald garious at gmail.com
Wed May 28 08:25:04 PDT 2014


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