[PATCH] D38452: Mark test as a long-test
Roger Ferrer Ibanez via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 12 01:46:21 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL315570: Mark test as a long-test (authored by rogfer01).
Changed prior to commit:
https://reviews.llvm.org/D38452?vs=117317&id=118753#toc
Repository:
rL LLVM
https://reviews.llvm.org/D38452
Files:
libcxx/trunk/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/pbump2gig.pass.cpp
Index: libcxx/trunk/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/pbump2gig.pass.cpp
===================================================================
--- libcxx/trunk/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/pbump2gig.pass.cpp
+++ libcxx/trunk/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.118753.patch
Type: text/x-patch
Size: 578 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171012/88b66a1d/attachment.bin>
More information about the cfe-commits
mailing list