[all-commits] [llvm/llvm-project] db13f8: [libcxx][tests] Fix incomplte.verify tests by disa...
Zoe Carver via All-commits
all-commits at lists.llvm.org
Tue May 11 09:46:51 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db13f832a1eec7427762c1ef1f56f169518f1abe
https://github.com/llvm/llvm-project/commit/db13f832a1eec7427762c1ef1f56f169518f1abe
Author: zoecarver <z.zoelec2 at gmail.com>
Date: 2021-05-11 (Tue, 11 May 2021)
Changed paths:
M libcxx/test/std/ranges/range.access/range.access.begin/incomplete.compile.verify.cpp
M libcxx/test/std/ranges/range.access/range.access.cbegin/incomplete.compile.verify.cpp
M libcxx/test/std/ranges/range.access/range.access.cend/incomplete.compile.verify.cpp
M libcxx/test/std/ranges/range.access/range.access.end/incomplete.compile.verify.cpp
M libcxx/test/std/ranges/range.access/range.prim/empty.incomplete.verify.cpp
Log Message:
-----------
[libcxx][tests] Fix incomplte.verify tests by disabling them on clang-10.
For some reason clang-10 can't match the expected errors produced by
passing icomplete arrays to range access functions. Disabling the tests
is a stop-gap solution to fix the bots.
More information about the All-commits
mailing list