[compiler-rt] 0f6dd55 - [test][HWASAN] XFAIL broken test on aarch64

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 16:58:00 PDT 2023


Author: Vitaly Buka
Date: 2023-04-26T16:57:54-07:00
New Revision: 0f6dd55ad0461672ad0df1b65b270a8820fa962b

URL: https://github.com/llvm/llvm-project/commit/0f6dd55ad0461672ad0df1b65b270a8820fa962b
DIFF: https://github.com/llvm/llvm-project/commit/0f6dd55ad0461672ad0df1b65b270a8820fa962b.diff

LOG: [test][HWASAN] XFAIL broken test on aarch64

Added: 
    

Modified: 
    compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
index 8c794b5f166e..31f6e14bfadd 100644
--- a/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
+++ b/compiler-rt/test/sanitizer_common/TestCases/symbolize_pc.cpp
@@ -2,6 +2,10 @@
 // RUN: %env_tool_opts=strip_path_prefix=/TestCases/ %run %t 2>&1 | FileCheck %s
 //
 // Tests __sanitizer_symbolize_pc.
+
+// FIXME: Inverstigate why it does not print GLOBAL_VAR_ABC.
+// XFAIL: hwasan && target=aarch64{{.*}}
+
 #include <stdio.h>
 #include <sanitizer/common_interface_defs.h>
 


        


More information about the llvm-commits mailing list