[all-commits] [llvm/llvm-project] 7da3e3: [libcxx] Mark a test as unsupported for C++03
Mikhail Maltsev via All-commits
all-commits at lists.llvm.org
Thu Jan 7 04:06:48 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7da3e3a8983a079cbed874b924dd34dd6b6a4001
https://github.com/llvm/llvm-project/commit/7da3e3a8983a079cbed874b924dd34dd6b6a4001
Author: Mikhail Maltsev <mikhail.maltsev at arm.com>
Date: 2021-01-07 (Thu, 07 Jan 2021)
Changed paths:
M libcxx/test/std/language.support/support.types/nullptr_t_integral_cast.pass.cpp
Log Message:
-----------
[libcxx] Mark a test as unsupported for C++03
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.
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D93941
More information about the All-commits
mailing list