[chromium-dev] Re: Running UI test in parallel (experimental)

2009-08-20 Thread Pam Greene
On Wed, Aug 19, 2009 at 9:54 PM, Huan Ren wrote: > > > On Thu, Aug 6, 2009 at 1:06 PM, John Abd-El-Malek wrote: > >> This is very cool, but I ran into a few problems when I tried to run it: >> a:\chrome2\src\chrome>tools\test\smoketests.py --tests=ui >> >> >> You must have your local path of trun

[chromium-dev] Re: Running UI test in parallel (experimental)

2009-08-19 Thread Huan Ren
On Thu, Aug 6, 2009 at 1:06 PM, John Abd-El-Malek wrote: > This is very cool, but I ran into a few problems when I tried to run it: > a:\chrome2\src\chrome>tools\test\smoketests.py --tests=ui > > >> You must have your local path of trunk/src/tools/python added to your > PYTHONPATH.<< > > Tracebac

[chromium-dev] Re: Running UI test in parallel (experimental)

2009-08-06 Thread Nicolas Sylvain
On Thu, Aug 6, 2009 at 1:06 PM, John Abd-El-Malek wrote: > This is very cool, but I ran into a few problems when I tried to run it: > a:\chrome2\src\chrome>tools\test\smoketests.py --tests=ui > > >> You must have your local path of trunk/src/tools/python added to your > PYTHONPATH.<< > > Tracebac

[chromium-dev] Re: Running UI test in parallel (experimental)

2009-08-06 Thread John Abd-El-Malek
This is very cool, but I ran into a few problems when I tried to run it: a:\chrome2\src\chrome>tools\test\smoketests.py --tests=ui >> You must have your local path of trunk/src/tools/python added to your PYTHONPATH.<< Traceback (most recent call last): File "A:\chrome2\src\chrome\tools\test\smo

[chromium-dev] Re: Running UI test in parallel (experimental)

2009-07-29 Thread Huan Ren
Each gets it own profile thus different browser process. Huan On Wed, Jul 29, 2009 at 6:01 PM, Erik Kay wrote: > Does each shard get its own profile?  Or do they share?  Does this mean that > when you shard they're sharing the same browser process? > Erik > > On Wed, Jul 29, 2009 at 3:28 PM, Hua

[chromium-dev] Re: Running UI test in parallel (experimental)

2009-07-29 Thread Erik Kay
Does each shard get its own profile? Or do they share? Does this mean that when you shard they're sharing the same browser process? Erik On Wed, Jul 29, 2009 at 3:28 PM, Huan Ren wrote: > > I just checked in a change to run ui_tests in parallel based on > sharding mechanism provided by GTest.