mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
Relax regexp to detect failed interception by asan
This should fix failed detection on aarch64/ppc64/thumbv8... llvm-svn: 366432
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// RUN: %clang_asan %s -o %t.out -ldl
|
||||
// RUN: ASAN_OPTIONS=verbosity=1 not %t.out %t.so 2>&1 | FileCheck %s
|
||||
//
|
||||
// CHECK: AddressSanitizer: failed to intercept '__cxa_throw'
|
||||
// CHECK: {{.*}}AddressSanitizer: failed to intercept '__cxa_{{.*}}throw{{.*}}'
|
||||
//
|
||||
// dlopen() can not be intercepted on Android
|
||||
// UNSUPPORTED: android
|
||||
|
||||
Reference in New Issue
Block a user