[libcxx-commits] [PATCH] D122574: [libcxx] [test] Guard libc++-specific checks with _LIBCPP_VERSION

Jonathan Wakely via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 28 04:47:58 PDT 2022


jwakely created this revision.
jwakely added a reviewer: ldionne.
jwakely added a project: libc++.
Herald added a project: All.
jwakely requested review of this revision.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This makes it a little easier to reuse the libc++ tests for another
std::lib (specifically libstdc++).

      

The regex_error::what() strings are different in other
implementations, and the value of ECMAScript constant is non-zero
in other implementations.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D122574

Files:
  libcxx/test/std/re/re.badexp/regex_error.pass.cpp
  libcxx/test/std/re/re.const/re.synopt/syntax_option_type.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122574.418549.patch
Type: text/x-patch
Size: 4871 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220328/081ee350/attachment.bin>


More information about the libcxx-commits mailing list