diff options
author | Martin Storsjö <martin@martin.st> | 2023-10-17 22:49:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-17 12:49:52 -0700 |
commit | 122064a6303eb9c06e0af231f5a4ce145d9a2e67 (patch) | |
tree | ec3ec7db323648035278b3476e4563fe26e1eba4 /llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp | |
parent | 0996ceece605ccba3f4c0079e0204e3c0b068d0e (diff) | |
download | llvm-122064a6303eb9c06e0af231f5a4ce145d9a2e67.zip llvm-122064a6303eb9c06e0af231f5a4ce145d9a2e67.tar.gz llvm-122064a6303eb9c06e0af231f5a4ce145d9a2e67.tar.bz2 |
[libcxx] [test] Add a test parameter for disabling memory intensive tests (#68214)
Specifically, the test std/input.output/string.streams/stringstream/stringstream.members/gcount.pass.cpp
allocates a std::string with INT_MAX-1 elements, and then writes this to
a std::stringstream. On Linux, running this test consumes around 5.0 GB
of memory; on Windows, it ends up using up to 6.8 GB of memory.
This limits whether such tests can run on e.g. GitHub Actions runners,
where the free runners are limited to 8 GB of memory.
This is somewhat similar to, but still notably different, from the
existing test parameter long_tests.
Diffstat (limited to 'llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp')
0 files changed, 0 insertions, 0 deletions