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.
Differential D93941
[libcxx] Mark a test as unsupported for C++03 miyuki on Dec 30 2020, 4:25 AM. Authored by
Details
The nullptr_t_integral_cast.pass.cpp test is currently xfailed for This patch changes XFAIL to UNSUPPORTED to avoid unexpected passes
Diff Detail
|