[libcxx-commits] [libcxx] 5295fe4 - [libc++][chrono] XFAIL hh_mm_ss formatter test on FreeBSD

Ed Maste via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 2 12:30:32 PST 2023


Author: Ed Maste
Date: 2023-03-02T15:30:16-05:00
New Revision: 5295fe4e98dcd98d9c2f15c7b6452ab8984a5d49

URL: https://github.com/llvm/llvm-project/commit/5295fe4e98dcd98d9c2f15c7b6452ab8984a5d49
DIFF: https://github.com/llvm/llvm-project/commit/5295fe4e98dcd98d9c2f15c7b6452ab8984a5d49.diff

LOG: [libc++][chrono] XFAIL hh_mm_ss formatter test on FreeBSD

This test did not exist when I added the previous set of XFAILs (and the
libc++ FreeBSD CI runner is not yet active).

Reviewed by: Mordante

Differential Revision: https://reviews.llvm.org/D145120

Added: 
    

Modified: 
    libcxx/test/std/time/time.syn/formatter.hh_mm_ss.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/time/time.syn/formatter.hh_mm_ss.pass.cpp b/libcxx/test/std/time/time.syn/formatter.hh_mm_ss.pass.cpp
index 49ab0d025c15a..8814fa316337a 100644
--- a/libcxx/test/std/time/time.syn/formatter.hh_mm_ss.pass.cpp
+++ b/libcxx/test/std/time/time.syn/formatter.hh_mm_ss.pass.cpp
@@ -15,6 +15,8 @@
 // TODO FMT Investigate Windows issues.
 // UNSUPPORTED: msvc, target={{.+}}-windows-gnu
 
+// XFAIL: LIBCXX-FREEBSD-FIXME
+
 // REQUIRES: locale.fr_FR.UTF-8
 // REQUIRES: locale.ja_JP.UTF-8
 


        


More information about the libcxx-commits mailing list