[compiler-rt] beffa1e - [test][hwasan] Try to fix Android bot
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 21 21:14:56 PST 2023
Author: Vitaly Buka
Date: 2023-12-21T21:14:21-08:00
New Revision: beffa1e1f689f1d57079e9721df23ea89f1b730c
URL: https://github.com/llvm/llvm-project/commit/beffa1e1f689f1d57079e9721df23ea89f1b730c
DIFF: https://github.com/llvm/llvm-project/commit/beffa1e1f689f1d57079e9721df23ea89f1b730c.diff
LOG: [test][hwasan] Try to fix Android bot
https://lab.llvm.org/buildbot/#/builders/77/builds/33152/steps/21/logs/stdio
Added:
Modified:
compiler-rt/test/hwasan/TestCases/strip_path_prefix.c
Removed:
################################################################################
diff --git a/compiler-rt/test/hwasan/TestCases/strip_path_prefix.c b/compiler-rt/test/hwasan/TestCases/strip_path_prefix.c
index 5844749a6d9772..1c89b47af155bc 100644
--- a/compiler-rt/test/hwasan/TestCases/strip_path_prefix.c
+++ b/compiler-rt/test/hwasan/TestCases/strip_path_prefix.c
@@ -1,4 +1,4 @@
-// RUN: %clang_hwasan -O0 %s -o %t && %env_hwasan_opts=strip_path_prefix='"%S/"' not %run %t 2>&1 | FileCheck %s
+// RUN: %clang_hwasan -O0 %s -o %t && %env_hwasan_opts=strip_path_prefix=/TestCases/ not %run %t 2>&1 | FileCheck %s
// Stack histories currently are not recorded on x86.
// XFAIL: target=x86_64{{.*}}
More information about the llvm-commits
mailing list