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

[webkit-dev] Reagarding Webkit Building

2011-10-21 Thread Bad Boys
Hi, I am trying to build webkit on Window. Which already install VS2010. But running build-webkit script showing some error against Environment Variables. it is suggest to reset that variable. After doing that I am still facing the same problem. Can any-body help me out. If you can suggest me

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:

[webkit-dev] Regarding WebKit Building

2011-10-21 Thread Bad Boys
Hi, I am trying to build Webkit on Windows XP, but there are error showing Cannot find '/cygdrive/c/Program Files/Microsoft Visual Studio 8/Common7/Ixpress.exe Please execute the file 'vcvar32.bat' from bin path to setup the necessary environment variables. Died at

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

[webkit-dev] QtWebKit 2.2 Build on Windows with Audio/Video Support

2011-10-21 Thread Dev D
Hello Everyone, I am trying to build QtWebkit 2.2 on windows using MSVC. I didn't find a set of instructions for this particular scenario so, this is what i did 1. downloaded/installed active perl 2. downloaded/installed all the GNU tools 3. downloaded/installed windows platform SDK 6.1 4.

[webkit-dev] [chromium] make build for chromium/mac (build twice as fast!) clang for chromium/linux

2011-10-21 Thread Nico Weber
Hi, if you don't work on the chromium webkit port for mac or linux, you can stop reading now. Three announcements about stand-alone webkit/chromium checkouts: 1.) Chromium/mac is now compiled with clang instead of gcc by default. This happens automatically, you don't need to do anything (on

Re: [webkit-dev] [chromium] make build for chromium/mac (build twice as fast!) clang for chromium/linux

2011-10-21 Thread Eric Seidel
On Fri, Oct 21, 2011 at 1:37 PM, Nico Weber tha...@chromium.org wrote: build-webkit will then use make instead of xcodebuild, and new-run-webkit-tests will use the make-produced binary. On my machine, this reduced full build times from 17 minutes to 12 minutes (50% of the original gcc

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