[compiler-rt] f25bcfb - [test][hwasan] XFAIL new test which fails for unknown reason
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 21 22:24:54 PST 2023
Author: Vitaly Buka
Date: 2023-12-21T22:24:40-08:00
New Revision: f25bcfbb291e3d213eaded5cfa84d3d4e7002052
URL: https://github.com/llvm/llvm-project/commit/f25bcfbb291e3d213eaded5cfa84d3d4e7002052
DIFF: https://github.com/llvm/llvm-project/commit/f25bcfbb291e3d213eaded5cfa84d3d4e7002052.diff
LOG: [test][hwasan] XFAIL new test which fails for unknown reason
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 1c89b47af155bc..5e41d03b683e93 100644
--- a/compiler-rt/test/hwasan/TestCases/strip_path_prefix.c
+++ b/compiler-rt/test/hwasan/TestCases/strip_path_prefix.c
@@ -3,6 +3,9 @@
// Stack histories currently are not recorded on x86.
// XFAIL: target=x86_64{{.*}}
+// FIXME: Android does not see a variable.
+// XFAIL: android
+
#include <assert.h>
#include <sanitizer/hwasan_interface.h>
#include <stdio.h>
More information about the llvm-commits
mailing list