[libcxx-commits] [PATCH] D153982: [libc++] Remove support for .fail.cpp tests
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 28 07:54:38 PDT 2023
ldionne created this revision.
Herald added a subscriber: arichardson.
Herald added a project: All.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
We want to move away from those tests and towards explicit .verify.cpp
tests, since those have a simpler model.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D153982
Files:
libcxx/test/libcxx/selftest/fail.cpp/compile-failure.fail.cpp
libcxx/test/libcxx/selftest/fail.cpp/compile-success.fail.cpp
libcxx/test/libcxx/selftest/fail.cpp/no-diagnostics-unmarked.fail.cpp
libcxx/test/libcxx/selftest/fail.cpp/no-diagnostics.fail.cpp
libcxx/test/libcxx/selftest/fail.cpp/right-diagnostic.fail.cpp
libcxx/test/libcxx/selftest/fail.cpp/wrong-diagnostic.fail.cpp
libcxx/utils/libcxx/test/format.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153982.535409.patch
Type: text/x-patch
Size: 6847 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230628/e3fce5e4/attachment.bin>
More information about the libcxx-commits
mailing list