[libcxx-commits] [libcxx] 503fb1a - [HWASan] skip libcxx test that times out with hwasan

Florian Mayer via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 10 10:35:34 PDT 2024


Author: Florian Mayer
Date: 2024-06-10T10:35:18-07:00
New Revision: 503fb1aaf4b322173721fbf3855f2168cf6b230b

URL: https://github.com/llvm/llvm-project/commit/503fb1aaf4b322173721fbf3855f2168cf6b230b
DIFF: https://github.com/llvm/llvm-project/commit/503fb1aaf4b322173721fbf3855f2168cf6b230b.diff

LOG: [HWASan] skip libcxx test that times out with hwasan

Added: 
    

Modified: 
    libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/get_info.local_time.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/get_info.local_time.pass.cpp b/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/get_info.local_time.pass.cpp
index 6dc15974c4484..a8c468a6c6fd4 100644
--- a/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/get_info.local_time.pass.cpp
+++ b/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/get_info.local_time.pass.cpp
@@ -11,6 +11,8 @@
 
 // XFAIL: libcpp-has-no-experimental-tzdb
 // XFAIL: availability-tzdb-missing
+// Times out under HWASan
+// XFAIL: hwasan
 
 // <chrono>
 


        


More information about the libcxx-commits mailing list