[libcxx-commits] [libcxx] 69c09d1 - [test][libcxx] Don't XFAIL passing test with HWASAN

Vitaly Buka via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 16 09:37:31 PDT 2022


Author: Vitaly Buka
Date: 2022-08-16T09:37:16-07:00
New Revision: 69c09d11f877a35655e285cda96ec0699e385fc9

URL: https://github.com/llvm/llvm-project/commit/69c09d11f877a35655e285cda96ec0699e385fc9
DIFF: https://github.com/llvm/llvm-project/commit/69c09d11f877a35655e285cda96ec0699e385fc9.diff

LOG: [test][libcxx] Don't XFAIL passing test with HWASAN

Added: 
    

Modified: 
    libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp b/libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
index a98186f39cf3a..d655236e0e34e 100644
--- a/libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
+++ b/libcxx/test/libcxx/language.support/support.dynamic/libcpp_deallocate.sh.cpp
@@ -6,7 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-// test libc++'s implementation of align_val_t, and the relevant new/delete
+// test libc++'s implementation of align_val_t, and the relevant new/delete && !hwasan
 // overloads in all dialects when -faligned-allocation is present.
 
 // The dylibs shipped before macosx10.13 do not contain the aligned allocation
@@ -18,7 +18,7 @@
 // nor does the dynamic library shipped with z/OS.
 // UNSUPPORTED: target={{.+}}-zos{{.*}}
 
-// XFAIL: sanitizer-new-delete, ubsan
+// XFAIL: sanitizer-new-delete && !hwasan, ubsan
 
 // GCC doesn't support the aligned-allocation flags.
 // XFAIL: gcc


        


More information about the libcxx-commits mailing list