[libcxx-commits] [PATCH] D120550: [libcxx] [test] Fix the monetary locale pos/neg_format test for Windows and macOS

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Feb 26 15:01:48 PST 2022


mstorsjo updated this revision to Diff 411647.
mstorsjo added a comment.

Factorized the asserts into functions like `assert_sign_symbol_none_value()`, which asserts that specific token order; in practice each test had 4 different unique sequences.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120550

Files:
  libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/neg_format.pass.cpp
  libcxx/test/std/localization/locale.categories/category.monetary/locale.moneypunct.byname/pos_format.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120550.411647.patch
Type: text/x-patch
Size: 20108 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220226/8d563e94/attachment-0001.bin>


More information about the libcxx-commits mailing list