[libc++][Android] Disable pbump2gig for Android
authorRyan Prichard <rprichard@google.com>
Fri, 9 Dec 2022 23:15:16 +0000 (15:15 -0800)
committerRyan Prichard <rprichard@google.com>
Fri, 9 Dec 2022 23:16:20 +0000 (15:16 -0800)
commit5df7b45ae4b501b2f95bb4a2f0b22f1721a1e61d
treeb6259fd3c3bf530339e8d4a3bb7466180e486e0b
parent8f29d4ed73864d4ab57aff88f68f296c439b3c61
[libc++][Android] Disable pbump2gig for Android

Android devices frequently don't have enough memory to run this test.

e.g. On the API 33 x86-64 emulator with 2GiB RAM, the test triggers the
OOM Killer, the device reboots, and then `adb shell` exits with status
0 and no output.

Reviewed By: danalbert, #libc, Mordante

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