[PATCH] D51762: First part of the <chrono> calendar stuff

Eric Fiselier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 10 22:02:44 PDT 2018


EricWF added a comment.
Herald added a subscriber: arphaman.

What's with all the XFAIL's?



================
Comment at: test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/ctor.sys_days.pass.cpp:10
+// UNSUPPORTED: c++03, c++11, c++14, c++17
+// XFAIL
+
----------------
What?


================
Comment at: test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/ctor.sys_days.pass.cpp:41
+
+//  ASSERT_NOEXCEPT(year_month_weekday{std::declval<const sys_days>()});
+
----------------
What's this test doing?


================
Comment at: test/std/utilities/time/time.cal/time.cal.ymwdlast/time.cal.ymwdlast.nonmembers/streaming.pass.cpp:10
+// UNSUPPORTED: c++03, c++11, c++14, c++17
+// XFAIL
+
----------------
What?


https://reviews.llvm.org/D51762





More information about the cfe-commits mailing list