fmgasparino / google-gin

Automatically exported from code.google.com/p/google-gin
Apache License 2.0
0 stars 0 forks source link

use GWTTestSuite for GWTTestCases #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run ant.
2. Have many hidden hosted modes created.
3. Have the build take 3 minutes, 21 seconds on new MacBook Pro.

What is the expected output? What do you see instead?
A common technique is to put all GWTTestCases into a single (or a couple large) 
GWTTestSuites 
so only one hidden hosted mode needs to be launched to run a number of 
GWTTestCases.

What version of the product are you using? On what operating system?
r74 on Mac OS X.

Please provide any additional information below.
I'll try to see if I can provide a patch, but I'll need to set up Eclipse to 
follow the style rules so I 
can contribute.

Original issue reported on code.google.com by arthur.k...@gmail.com on 7 Jan 2009 at 9:15

GoogleCodeExporter commented 9 years ago
I can confirm this - running the all tests together in IntelliJ takes less than 
30s
total.  I'll look into it.

Original comment by aragos on 7 Jan 2009 at 10:14

GoogleCodeExporter commented 9 years ago
I got it. Patch coming.

Original comment by bstoler+code@google.com on 8 Jan 2009 at 7:33

GoogleCodeExporter commented 9 years ago
http://codereview.appspot.com/11896/show for review

Original comment by briansto...@gmail.com on 8 Jan 2009 at 7:36

GoogleCodeExporter commented 9 years ago
Submitted in r75.

Original comment by bstoler+code@google.com on 8 Jan 2009 at 8:36

GoogleCodeExporter commented 9 years ago
Thanks Brian!

Original comment by arthur.k...@gmail.com on 8 Jan 2009 at 8:52