[libcxx-commits] [libcxx] 1198c30 - [libcxx] [test] Remove an incorrect XFAIL, fix CI on main

Arthur O'Dwyer via libcxx-commits libcxx-commits at lists.llvm.org
Sat Feb 26 09:30:04 PST 2022


Author: Martin Storsjö
Date: 2022-02-26T12:29:42-05:00
New Revision: 1198c309db1af5ec033388e889061b4e6ae6ce1c

URL: https://github.com/llvm/llvm-project/commit/1198c309db1af5ec033388e889061b4e6ae6ce1c
DIFF: https://github.com/llvm/llvm-project/commit/1198c309db1af5ec033388e889061b4e6ae6ce1c.diff

LOG: [libcxx] [test] Remove an incorrect XFAIL, fix CI on main

9f5f084 (D119770) made this test pass in the Windows configuration too,
but didn't update the XFAIL accordingly.

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

Added: 
    

Modified: 
    libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_string_unicode.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_string_unicode.pass.cpp b/libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_string_unicode.pass.cpp
index 6da15740a4016..6dbfa9fb1e51b 100644
--- a/libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_string_unicode.pass.cpp
+++ b/libcxx/test/libcxx/utilities/format/format.string/format.string.std/std_format_spec_string_unicode.pass.cpp
@@ -9,9 +9,6 @@
 // UNSUPPORTED: libcpp-no-concepts
 // UNSUPPORTED: libcpp-has-no-incomplete-format
 
-// UTF-32 doesn't work properly
-// XFAIL: windows
-
 // <format>
 
 // Tests the Unicode width support of the standard format specifiers.


        


More information about the libcxx-commits mailing list