]> gcc.gnu.org Git - gcc.git/commitdiff
Make-lang.in (check_go_parallelize): Test go-test.exp r* tests separately.
authorIan Lance Taylor <iant@google.com>
Tue, 10 Dec 2013 20:55:41 +0000 (20:55 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Tue, 10 Dec 2013 20:55:41 +0000 (20:55 +0000)
* Make-lang.in (check_go_parallelize): Test go-test.exp r* tests
separately.

From-SVN: r205872

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

index ea995dc1646f12140925f383cb45610508e01b8f..0c03656f6b45fc1487ed89eda245152cfc3a2dfa 100644 (file)
@@ -1,3 +1,8 @@
+2013-12-10  Ian Lance Taylor  <iant@google.com>
+
+       * Make-lang.in (check_go_parallelize): Test go-test.exp r* tests
+       separately.
+
 2013-12-05  Ian Lance Taylor  <iant@google.com>
 
        Revert this change; no longer required.
index e4bceb21c088e02db5d29898f9ddba49642ba352..dbb71f601a397821bc1a0fc4d70314221ebb8339 100644 (file)
@@ -132,9 +132,10 @@ go.srcman: doc/gccgo.1
 
 lang_checks += check-go
 lang_checks_parallelized += check-go
-check_go_parallelize = go-test.exp=*/test/\[0-57-9a-bd-hj-zA-Z\]* \
+check_go_parallelize = go-test.exp=*/test/\[0-57-9a-bd-hj-qs-zA-Z\]* \
                       go-test.exp=*/test/c* \
                       go-test.exp=*/test/i* \
+                      go-test.exp=*/test/r* \
                       go-test.exp=*/test/6*
 
 # Install hooks.
This page took 0.063707 seconds and 5 git commands to generate.