Skip to content

Commit 6a61bea

Browse files
author
Serge Guelton
committed
Relax regexp to detect failed interception by asan
This should fix failed detection on aarch64/ppc64/thumbv8... llvm-svn: 366432
1 parent e654785 commit 6a61bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %clang_asan %s -o %t.out -ldl
33
// RUN: ASAN_OPTIONS=verbosity=1 not %t.out %t.so 2>&1 | FileCheck %s
44
//
5-
// CHECK: AddressSanitizer: failed to intercept '__cxa_throw'
5+
// CHECK: {{.*}}AddressSanitizer: failed to intercept '__cxa_{{.*}}throw{{.*}}'
66
//
77
// dlopen() can not be intercepted on Android
88
// UNSUPPORTED: android

0 commit comments

Comments
 (0)