]> granicus.if.org Git - clang/commit
[clang-lit] Added the run_long_tests param option/long_tests feature to toggle execut...
authorMichael Gottesman <mgottesman@apple.com>
Wed, 19 Jun 2013 23:23:49 +0000 (23:23 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Wed, 19 Jun 2013 23:23:49 +0000 (23:23 +0000)
commit63f4050c7e67b7171bbb895130a832b77cf9f647
tree5a837d6a484fab955d3b0fa6b08494e661a2e959
parent3258abc2bad74e8bb1799d124bc4113c7234fa42
[clang-lit] Added the run_long_tests param option/long_tests feature to toggle execution of long running FileCheck tests.

This will allow for longer running FileCheck based tests to be committed to
clang for use on buildbots, preventing the normal make-check cycle from
increasing in time significantly.

This is a necessary change in order to commit the end-to-end arm neon intrinsic
tests since FileCheck takes ~20 seconds to run said test due to the large amount
of neon intrinsics.

To force a test to run only when --param run_long_tests=true is passed in use
the following requires statement:

// REQUIRES: long_tests

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184385 91177308-0d34-0410-b5e6-96231b3b80d8
test/lit.cfg