[libcxx] Disable failing test for no-exceptions build
authorOliver Stannard <oliver.stannard@linaro.org>
Tue, 15 Sep 2020 10:40:05 +0000 (11:40 +0100)
committerOliver Stannard <oliver.stannard@linaro.org>
Tue, 15 Sep 2020 13:28:32 +0000 (14:28 +0100)
commit2744c2e2957221c8e9379e2232790c3e56efd90d
tree876c2dd63c9cfa4cfbf3fb762618c709e371641c
parent802d21cdf08ea43d5c32924ac29c44b00c4a841f
[libcxx] Disable failing test for no-exceptions build

This test tries to create a 2 GiB std::string, catching the bad_alloc
exception if the allocation fails. However, for no-exceptions builds
there is no way for the error to be reported, so this crashes with a
null pointer dereference.

Differential revision: https://reviews.llvm.org/D87682
libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/pbump2gig.pass.cpp