[all-commits] [llvm/llvm-project] 1ae737: [libc++] Temporarily disable an availability test ...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Mar 20 17:12:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1ae737a7c6ae90f6d52c328301df4356800cff13
https://github.com/llvm/llvm-project/commit/1ae737a7c6ae90f6d52c328301df4356800cff13
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-03-20 (Fri, 20 Mar 2020)
Changed paths:
M libcxx/test/libcxx/utilities/charconv/charconv.to.chars/availability.fail.cpp
Log Message:
-----------
[libc++] Temporarily disable an availability test that is broken
The current lit test suite doesn't really allow us to express that the
test should be disabled when testing the trunk variant of libc++, even
if we're running it on a supported macOS. Because of that, the test
is enabled when _LIBCPP_DISABLE_AVAILABILITY is defined, and the test
XPASSes.
More information about the All-commits
mailing list