[libcxx][tests] Fix incomplte.verify tests by disabling them on clang-10.
authorzoecarver <z.zoelec2@gmail.com>
Tue, 11 May 2021 16:43:14 +0000 (09:43 -0700)
committerzoecarver <z.zoelec2@gmail.com>
Tue, 11 May 2021 16:46:18 +0000 (09:46 -0700)
commitdb13f832a1eec7427762c1ef1f56f169518f1abe
treee855d07327cb82e28e987a43c9861fdea829a637
parentce6e4f27dd72f834502f47176d84869a1f509d7b
[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.
libcxx/test/std/ranges/range.access/range.access.begin/incomplete.compile.verify.cpp
libcxx/test/std/ranges/range.access/range.access.cbegin/incomplete.compile.verify.cpp
libcxx/test/std/ranges/range.access/range.access.cend/incomplete.compile.verify.cpp
libcxx/test/std/ranges/range.access/range.access.end/incomplete.compile.verify.cpp
libcxx/test/std/ranges/range.access/range.prim/empty.incomplete.verify.cpp