[libcxx-commits] [PATCH] D108209: [libc++] Convert test-suite workarounds for some C11 features to XFAILs
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 17 08:25:34 PDT 2021
ldionne created this revision.
Herald added subscribers: mstorsjo, krytarowski.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Instead of trying to sniff out what features are supported by the
library being tested, the way we normally handle these things is with
Lit annotations. This should not be treated differently.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D108209
Files:
libcxx/test/libcxx/language.support/has_aligned_alloc.compile.pass.cpp
libcxx/test/libcxx/language.support/has_quick_exit.compile.pass.cpp
libcxx/test/libcxx/language.support/has_timespec_get.compile.pass.cpp
libcxx/test/std/depr/depr.c.headers/stdlib_h.pass.cpp
libcxx/test/std/language.support/support.runtime/cstdlib.pass.cpp
libcxx/test/std/language.support/support.runtime/ctime.pass.cpp
libcxx/test/std/language.support/support.start.term/at_quick_exit.compile.fail.cpp
libcxx/test/std/language.support/support.start.term/quick_exit.compile.fail.cpp
libcxx/test/std/language.support/support.start.term/quick_exit.pass.cpp
libcxx/test/std/utilities/time/date.time/ctime.pass.cpp
libcxx/test/support/test_macros.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108209.366907.patch
Type: text/x-patch
Size: 13077 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210817/9a6c7822/attachment.bin>
More information about the libcxx-commits
mailing list