public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] parallelize g++ testing a bit more
@ 2011-06-17 18:01 Nathan Froyd
  2011-06-17 18:38 ` Jason Merrill
  2011-06-18  2:06 ` Mike Stump
  0 siblings, 2 replies; 10+ messages in thread
From: Nathan Froyd @ 2011-06-17 18:01 UTC (permalink / raw)
  To: gcc-patches; +Cc: jason

I've done a lot of g++-only testsuite runs lately and I noticed that it
didn't parallelize all that well.  The patch below adds a couple more
.exp files to the parallel infrastructure.  dg-torture.exp is the big
one; it takes about as much time as old-deja.exp.

Other valid candidates are lto.exp and debug.exp, but the patch cuts g++
testing time in half as-is, so I felt it was a sufficient stopping
point.

OK to commit?

-Nathan

gcc/cp/
	* Make-lang.in (check_g++_parallelize): Add more .exp files.

diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in
index 45efd67..95bae37 100644
--- a/gcc/cp/Make-lang.in
+++ b/gcc/cp/Make-lang.in
@@ -154,7 +154,7 @@ check-c++-subtargets : check-g++-subtargets
 lang_checks += check-g++
 lang_checks_parallelized += check-g++
 # For description see comment above check_gcc_parallelize in gcc/Makefile.in.
-check_g++_parallelize = old-deja.exp dg.exp
+check_g++_parallelize = old-deja.exp dg.exp dg-torture.exp struct-layout-1.exp
 
 #\f
 # Install hooks:

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-06-22 13:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-17 18:01 [PATCH] parallelize g++ testing a bit more Nathan Froyd
2011-06-17 18:38 ` Jason Merrill
2011-06-18  2:06 ` Mike Stump
2011-06-20 11:11   ` Rainer Orth
2011-06-20 13:41     ` Mike Stump
2011-06-20 13:33   ` Jason Merrill
2011-06-20 14:02     ` Jakub Jelinek
2011-06-20 22:03       ` [PATCH] parallelize gcc, gfortran and libstdc++ testing some more Jakub Jelinek
2011-06-21  7:09         ` Jason Merrill
2011-06-22 13:55         ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).