[compiler-rt] ceccacb - [test][hwasan] Re-enabled android test
via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 22 12:54:15 PST 2023
Author: Vitaly Buka
Date: 2023-12-22T12:54:12-08:00
New Revision: ceccacb0b835167fe23ec7cc872edd1d046a30cb
URL: https://github.com/llvm/llvm-project/commit/ceccacb0b835167fe23ec7cc872edd1d046a30cb
DIFF: https://github.com/llvm/llvm-project/commit/ceccacb0b835167fe23ec7cc872edd1d046a30cb.diff
LOG: [test][hwasan] Re-enabled android test
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 d8c96e392b9aaa..80ef32699f8f4b 100644
--- a/compiler-rt/test/hwasan/TestCases/strip_path_prefix.c
+++ b/compiler-rt/test/hwasan/TestCases/strip_path_prefix.c
@@ -3,9 +3,6 @@
// 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