[libcxx-commits] [PATCH] D118971: [libc++] Removes cpp17_output_iterator's default constructor.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Feb 4 03:53:34 PST 2022


Mordante added inline comments.


================
Comment at: libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp:16
 // TODO GLIBC uses a different string for positive and negative NAN numbers.
 // XFAIL: target={{.*}}-linux-gnu{{.*}}
 
----------------
Interestingly this test is only executed on Apple https://buildkite.com/llvm-project/libcxx-ci/builds/8402. Looking at (partly) testing on other platforms is out of scope for this ticket.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118971/new/

https://reviews.llvm.org/D118971



More information about the libcxx-commits mailing list