[libcxx-commits] [PATCH] D147046: [libc++] Add lit feature for std::signal

Mikhail Maltsev via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 28 06:37:12 PDT 2023


miyuki created this revision.
miyuki added reviewers: ldionne, Mordante, michaelplatings.
Herald added a subscriber: arichardson.
Herald added a project: All.
miyuki requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Some embedded platforms don't implement the C/POSIX function signal().
For such platforms, it would make sense to detect the absence of this
function and mark tests that rely on it as unsupported.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D147046

Files:
  libcxx/test/libcxx/assertions/default_verbose_abort.pass.cpp
  libcxx/test/libcxx/containers/associative/map/at.abort.pass.cpp
  libcxx/test/libcxx/containers/associative/map/at.const.abort.pass.cpp
  libcxx/test/libcxx/containers/unord/unord.map/at.abort.pass.cpp
  libcxx/test/libcxx/containers/unord/unord.map/at.const.abort.pass.cpp
  libcxx/test/libcxx/input.output/iostreams.base/ios/iostate.flags/clear.abort.pass.cpp
  libcxx/test/libcxx/localization/locales/locale.abort.pass.cpp
  libcxx/test/libcxx/localization/locales/locale.category.abort.pass.cpp
  libcxx/test/libcxx/localization/locales/use_facet.abort.pass.cpp
  libcxx/utils/libcxx/test/features.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147046.508985.patch
Type: text/x-patch
Size: 5413 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230328/f4d2dbf0/attachment.bin>


More information about the libcxx-commits mailing list