From 1689f64efb36fdd2e4a373c2701707b1d7abf31e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E9=87=91=E6=88=90?= Date: Thu, 2 Jan 2025 16:28:40 +0800 Subject: [PATCH] [OHOS aarch64][Sanitizer] Revert a commit of a HWASan test case It can pass with symbolizer properly configured, but it's set to be XFAIL (expected fail) Issue: https://gitee.com/openharmony/third_party_llvm-project/issues/IBF862 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 胡金成 Change-Id: Iff46ce95c2797fb7e98553ca8bf064fe2ce66f5c --- compiler-rt/test/hwasan/TestCases/stack-uas.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/compiler-rt/test/hwasan/TestCases/stack-uas.c b/compiler-rt/test/hwasan/TestCases/stack-uas.c index ca81663e00e6..7f5a6f26d067 100644 --- a/compiler-rt/test/hwasan/TestCases/stack-uas.c +++ b/compiler-rt/test/hwasan/TestCases/stack-uas.c @@ -17,10 +17,6 @@ // Stack histories currently are not recorded on x86. // XFAIL: x86_64 -// OHOS_LOCAL -// Return value is undefined on OHOS -// XFAIL: ohos_family - void USE(void *x) { // pretend_to_do_something(void *x) __asm__ __volatile__("" : -- Gitee