diff options
| author | Jonathan Roelofs <jonathan@codesourcery.com> | 2014-12-11 18:35:36 +0000 |
|---|---|---|
| committer | Jonathan Roelofs <jonathan@codesourcery.com> | 2014-12-11 18:35:36 +0000 |
| commit | 256ecc3c2a75a1b15b9c8b35102c6687c1adc326 (patch) | |
| tree | 5b5bcce50f63e7efb5fd00ae05cb0a3f63651e2f /libcxx/test/algorithms/alg.sorting/alg.merge | |
| parent | 3a41ed15743a1a6bd7d0bcc3ed627dcba692c05c (diff) | |
| download | bcm5719-llvm-256ecc3c2a75a1b15b9c8b35102c6687c1adc326.tar.gz bcm5719-llvm-256ecc3c2a75a1b15b9c8b35102c6687c1adc326.zip | |
Mark a bunch of long running tests as 'REQUIRES: long_tests'
This lets us skip them as UNSUPPORTED on slow systems like QEMU
llvm-svn: 224032
Diffstat (limited to 'libcxx/test/algorithms/alg.sorting/alg.merge')
| -rw-r--r-- | libcxx/test/algorithms/alg.sorting/alg.merge/merge.pass.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/test/algorithms/alg.sorting/alg.merge/merge.pass.cpp b/libcxx/test/algorithms/alg.sorting/alg.merge/merge.pass.cpp index be19710bf13..de96c419c4e 100644 --- a/libcxx/test/algorithms/alg.sorting/alg.merge/merge.pass.cpp +++ b/libcxx/test/algorithms/alg.sorting/alg.merge/merge.pass.cpp @@ -6,6 +6,8 @@ // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// +// +// REQUIRES: long_tests // <algorithm> |

