This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Split off tests for aligned_alloc & friends into separate test files
ClosedPublic

Authored by ldionne on Aug 18 2021, 5:49 AM.

Details

Summary

This allows testing the rest of those headers on most platforms, instead
of XFAILing the whole test just because of a few functions.

As a fly-by fix, remove std/utilities/time/date.time/ctime.pass.cpp,
which was a duplicate of std/language.support/support.runtime/ctime.pass.cpp.

Diff Detail

Event Timeline

ldionne requested review of this revision.Aug 18 2021, 5:49 AM
ldionne created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2021, 5:49 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne updated this revision to Diff 367193.Aug 18 2021, 6:17 AM

Fix typo in UNSUPPORTED line

ldionne accepted this revision.Aug 18 2021, 8:52 AM
This revision is now accepted and ready to land.Aug 18 2021, 8:52 AM
libcxx/test/std/language.support/support.runtime/ctime.timespec.compile.pass.cpp