[compiler-rt] r366436 - Restrict asan + dlopen testcase to x86

Serge Guelton via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 06:47:28 PDT 2019


Author: serge_sans_paille
Date: Thu Jul 18 06:47:28 2019
New Revision: 366436

URL: http://llvm.org/viewvc/llvm-project?rev=366436&view=rev
Log:
Restrict asan + dlopen testcase to x86

Modified:
    compiler-rt/trunk/test/asan/TestCases/Linux/dlopen-mixed-c-cxx.c

Modified: compiler-rt/trunk/test/asan/TestCases/Linux/dlopen-mixed-c-cxx.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/dlopen-mixed-c-cxx.c?rev=366436&r1=366435&r2=366436&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/dlopen-mixed-c-cxx.c (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/dlopen-mixed-c-cxx.c Thu Jul 18 06:47:28 2019
@@ -4,8 +4,8 @@
 //
 // CHECK: {{.*}}AddressSanitizer: failed to intercept '__cxa_{{.*}}throw{{.*}}'
 //
-// dlopen() can not be intercepted on Android
-// UNSUPPORTED: android
+// REQUIRES: x86-target-arch && !android
+
 #ifdef __cplusplus
 
 static void foo(void) {




More information about the llvm-commits mailing list