[libcxx-commits] [PATCH] D99705: [libcxx] [test] Remove XFAIL LIBCXX-WINDOWS-FIXME from time.clock.file/now.pass.cpp

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 31 23:01:43 PDT 2021


mstorsjo created this revision.
mstorsjo requested review of this revision.
Herald added a project: libc++.
Herald added a reviewer: libc++.

This doesn't fail when _LIBCPP_HAS_NO_INT128 is defined consistently
in both CMAKE_CXX_FLAGS and LIBCXX_TEST_COMPILER_FLAGS; the XFAIL was
added based on early CI testruns where that flag was missing in
LIBCXX_TEST_COMPILER_FLAGS.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99705

Files:
  libcxx/test/std/utilities/time/time.clock/time.clock.file/now.pass.cpp


Index: libcxx/test/std/utilities/time/time.clock/time.clock.file/now.pass.cpp
===================================================================
--- libcxx/test/std/utilities/time/time.clock/time.clock.file/now.pass.cpp
+++ libcxx/test/std/utilities/time/time.clock/time.clock.file/now.pass.cpp
@@ -17,8 +17,6 @@
 // UNSUPPORTED: with_system_cxx_lib=macosx10.10
 // UNSUPPORTED: with_system_cxx_lib=macosx10.9
 
-// XFAIL: LIBCXX-WINDOWS-FIXME
-
 // <chrono>
 
 // file_clock


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99705.334594.patch
Type: text/x-patch
Size: 477 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210401/03fca400/attachment.bin>


More information about the libcxx-commits mailing list