From 4220bb4e7b04b09bef542d1db0d39f5d693c3811 Mon Sep 17 00:00:00 2001 From: Vlad Tsyrklevich Date: Wed, 27 Jun 2018 00:31:17 +0000 Subject: Fix another bot broken by r335644 The android sanitizer bot can't resolve the function name in the DSO and it's not relevant to the test. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@335693 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/cfi/cross-dso-diagnostic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cfi') diff --git a/test/cfi/cross-dso-diagnostic.cpp b/test/cfi/cross-dso-diagnostic.cpp index 7a28d2fd1..e13248132 100644 --- a/test/cfi/cross-dso-diagnostic.cpp +++ b/test/cfi/cross-dso-diagnostic.cpp @@ -27,7 +27,7 @@ int main(int argc, char *argv[]) { void *handle = dlopen(argv[1], RTLD_NOW); // CHECK: runtime error: control flow integrity check for type 'void *()' failed during indirect function call - // CHECK: dso_symbol defined here + // CHECK: {{.*}} defined here // CHECK: check failed in {{.*}}_exe_suffix, destination function located in {{.*}}_dso_suffix void* (*fp)(void) = reinterpret_cast(dlsym(handle, "dso_symbol")); -- cgit v1.2.3