This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Mark a test as unsupported for C++03
ClosedPublic

Authored by miyuki on Dec 30 2020, 4:25 AM.

Details

Reviewers
ldionne
EricWF
Group Reviewers
Restricted Project
Commits
rG7da3e3a8983a: [libcxx] Mark a test as unsupported for C++03
Summary

The nullptr_t_integral_cast.pass.cpp test is currently xfailed for
C++03, but actually, it only fails with the first version of libc++
ABI.

This patch changes XFAIL to UNSUPPORTED to avoid unexpected passes
with ABI v2 or later.

Diff Detail

Event Timeline

miyuki requested review of this revision.Dec 30 2020, 4:25 AM
miyuki created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 30 2020, 4:25 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jan 6 2021, 3:02 PM
This revision is now accepted and ready to land.Jan 6 2021, 3:02 PM
This revision was automatically updated to reflect the committed changes.