[PATCH] D38452: Mark test as a long-test
Roger Ferrer Ibanez via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 2 03:36:36 PDT 2017
rogfer01 created this revision.
This test creates a string of 2GiB which may make it too slow to run in a simulator.
https://reviews.llvm.org/D38452
Files:
test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/pbump2gig.pass.cpp
Index: test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/pbump2gig.pass.cpp
===================================================================
--- test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/pbump2gig.pass.cpp
+++ test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/pbump2gig.pass.cpp
@@ -13,6 +13,8 @@
// class basic_streambuf;
// void pbump(int n);
+//
+// REQUIRES: long_tests
#include <sstream>
#include <cassert>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38452.117317.patch
Type: text/x-patch
Size: 539 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171002/acead520/attachment.bin>
More information about the cfe-commits
mailing list