[libcxx-commits] [libcxx] 00c5474 - [HWASan] make get_info.local_time.pass.cpp UNSUPPORTED
Florian Mayer via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 11 09:09:27 PDT 2024
Author: Florian Mayer
Date: 2024-06-11T09:06:07-07:00
New Revision: 00c5474918dac1a382c63628ed0844a354a0761f
URL: https://github.com/llvm/llvm-project/commit/00c5474918dac1a382c63628ed0844a354a0761f
DIFF: https://github.com/llvm/llvm-project/commit/00c5474918dac1a382c63628ed0844a354a0761f.diff
LOG: [HWASan] make get_info.local_time.pass.cpp UNSUPPORTED
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 a8c468a6c6fd4..ec3e490c0ed79 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
@@ -12,7 +12,7 @@
// XFAIL: libcpp-has-no-experimental-tzdb
// XFAIL: availability-tzdb-missing
// Times out under HWASan
-// XFAIL: hwasan
+// UNSUPPORTED: hwasan
// <chrono>
More information about the libcxx-commits
mailing list