Skip to content

Commit

Permalink
Relax regexp to detect failed interception by asan
Browse files Browse the repository at this point in the history
This should fix failed detection on aarch64/ppc64/thumbv8...

llvm-svn: 366432
  • Loading branch information
Serge Guelton committed Jul 18, 2019
1 parent e654785 commit 6a61bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler-rt/test/asan/TestCases/Linux/dlopen-mixed-c-cxx.c
Expand Up @@ -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
Expand Down

0 comments on commit 6a61bea

Please sign in to comment.