Parallelize the jit testsuite
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 16 Jan 2015 21:30:26 +0000 (21:30 +0000)
committerDavid Malcolm <dmalcolm@gcc.gnu.org>
Fri, 16 Jan 2015 21:30:26 +0000 (21:30 +0000)
gcc/jit/ChangeLog:
* Make-lang.in (lang_checks_parallelized): Add "check-jit".
(check_jit_parallelize): Set this to an arbitrary value (10).

From-SVN: r219774

gcc/jit/ChangeLog
gcc/jit/Make-lang.in

index 1bd439a953dfa9cb63179958be90316252730eaa..51549216b244aa047b1c5a2cc4e740ac4c29196a 100644 (file)
@@ -1,3 +1,8 @@
+2015-01-16  David Malcolm  <dmalcolm@redhat.com>
+
+       * Make-lang.in (lang_checks_parallelized): Add "check-jit".
+       (check_jit_parallelize): Set this to an arbitrary value (10).
+
 2015-01-16  Jakub Jelinek  <jakub@redhat.com>
 
        * jit-builtins.h (DEF_FUNCTION_TYPE_VAR_5): Fix spelling of
index 551b115d6bec1e4e681524f416d9807c109ffafd..e6226904043d54a652c46560127f2965d0f7c8f2 100644 (file)
@@ -247,6 +247,11 @@ jit.man:
 jit.srcman:
 
 lang_checks += check-jit
+lang_checks_parallelized += check-jit
+# This number is somewhat arbitrary.  Two tests are much slower
+# than all the others (test-combination.c and test-threads.c) so
+# we want them to be placed in different "buckets".
+check_jit_parallelize = 10
 
 #\f
 # Install hooks: