llvm-project/libcxx/test/std/depr
Louis Dionne b3445c839f [libc++][test] Portability fix of std::strstreambuf constructor test
The standard does not require the constructor `strstreambuf(streamsize alsize_arg = 0)`
leave the stream array unallocated when called with parameter `alsize_arg > 0`.
Conformant implementations of this constructor may allocate minimal `alsize_arg`
number of bytes forcing `str()` method to return non-null pointer.

Thanks to Andrey Maksimov for the patch.

Differential Revision: https://reviews.llvm.org/D72465
2020-09-14 17:09:09 -04:00
..
depr.auto.ptr/auto.ptr [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
depr.c.headers [libc++] Add XFAIL for <float.h> and <cfloat> tests on older Clangs 2020-07-30 09:26:55 -04:00
depr.function.objects [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
depr.ios.members Support tests in freestanding 2019-02-04 20:31:13 +00:00
depr.lib.binders [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
depr.str.strstreams [libc++][test] Portability fix of std::strstreambuf constructor test 2020-09-14 17:09:09 -04:00
exception.unexpected [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00