Re: [webkit-dev] NRWT Migration Update

2011-10-21 Thread Eric Seidel
The WK2 bot looks stable (possibly more stable than before) after the NRWT switchover: http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(WebKit2%20Tests)/r98091%20(15558)/results.html I'll work on switching the --leaks bot back to NRWT next week, and then the only remaining builder

Re: [webkit-dev] NRWT Migration Update

2011-10-21 Thread SravanKumar Sandela
Hi Eric, Can you please inform us, what are the major difference between NRWT and ORWT. I think it would of lot help for people like me who worked on ORWT long back and now to catch up with NRWT. Thanks a lot in anticipation. -Sravan. On Fri, Oct 21, 2011 at 5:03 PM, Eric Seidel

Re: [webkit-dev] NRWT Migration Update

2011-10-21 Thread Adam Roben
On Oct 21, 2011, at 7:33 AM, Eric Seidel wrote: The WK2 bot looks stable (possibly more stable than before) after the NRWT switchover: http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(WebKit2%20Tests)/r98091%20(15558)/results.html Awesome! I'll work on switching the --leaks

Re: [webkit-dev] NRWT Migration Update

2011-10-21 Thread Adam Roben
On Oct 21, 2011, at 9:41 AM, SravanKumar Sandela wrote: Can you please inform us, what are the major difference between NRWT and ORWT. I think it would of lot help for people like me who worked on ORWT long back and now to catch up with NRWT. This page gives a good explanation:

Re: [webkit-dev] NRWT Migration Update

2011-10-21 Thread Eric Seidel
I would recommend all ports who haven't switched to ORWT do so. NRWT is currently a white-list, see: http://trac.webkit.org/browser/trunk/Tools/Scripts/run-webkit-tests#L66 but soon it will be a black-list, or no list at all. Ports should use NRWT. If any port is having trouble, I'm *happy* to

Re: [webkit-dev] NRWT Migration Update

2011-10-21 Thread Dirk Pranke
On Fri, Oct 21, 2011 at 12:59 PM, Eric Seidel e...@webkit.org wrote: I would recommend all ports who haven't switched to ORWT do so. You presumably mean that you recommend all ports who haven't switched to *NRWT* do so :) Also, I would like to see us start working on turning on parallel tests

Re: [webkit-dev] NRWT Migration Update

2011-10-21 Thread Adam Barth
On Fri, Oct 21, 2011 at 2:03 PM, Dirk Pranke dpra...@chromium.org wrote: On Fri, Oct 21, 2011 at 12:59 PM, Eric Seidel e...@webkit.org wrote: I would recommend all ports who haven't switched to ORWT do so. You presumably mean that you recommend all ports who haven't switched to *NRWT* do so

Re: [webkit-dev] NRWT Migration Update

2011-10-21 Thread SravanKumar Sandela
Hi Eric and Roben, Thanks a lot for the description and link. -Sravan On Fri, Oct 21, 2011 at 10:59 PM, Eric Seidel e...@webkit.org wrote: I didn't even know that page existed. :) NRWT is Python. It's split into many files. It is part of webkitpy (which is our python library for dealing

Re: [webkit-dev] NRWT Migration Update

2011-10-20 Thread Eric Seidel
After further testing tonight, I was able to reproduce the exact set of 81 WebKit 2 failures with both NRWT and ORWT this evening. I'm going to move the bots to NRWT shortly. -eric On Wed, Oct 19, 2011 at 9:59 PM, Eric Seidel e...@webkit.org wrote: After a long hiatus, I'm back working on