[webkit-dev] Time out issue (30s) of WebKit layout test [Mac OS]

2012-06-29 Thread Horky Chen
Hi, On Mac OS, if one time-out larger than 30s would be used, --time-out-ms cannot work well. According to the run-webkit-tests script, custom Time-Out can be assigned for each test case. But, unfortunately, below line in LayoutTestControllerMac.mm blocked the setting if it is larger than 30s

Re: [webkit-dev] Time out issue (30s) of WebKit layout test [Mac OS]

2012-06-29 Thread Brady Eidson
On Jun 28, 2012, at 11:57 PM, Horky Chen ho...@sina.com wrote: Hi, On Mac OS, if one time-out larger than 30s would be used, --time-out-ms cannot work well. According to the run-webkit-tests script, custom Time-Out can be assigned for each test case. But, unfortunately, below line in

Re: [webkit-dev] Time out issue (30s) of WebKit layout test [Mac OS]

2012-06-29 Thread Balazs Kelemen
On 06/29/2012 05:40 PM, Brady Eidson wrote: On Jun 28, 2012, at 11:57 PM, Horky Chen ho...@sina.com mailto:ho...@sina.com wrote: Hi, On Mac OS, if one time-out larger than 30s would be used, --time-out-ms cannot work well. According to the run-webkit-tests script, custom Time-Out can be

Re: [webkit-dev] Time out issue (30s) of WebKit layout test [Mac OS]

2012-06-29 Thread Dirk Pranke
On Fri, Jun 29, 2012 at 9:00 AM, Balazs Kelemen kbal...@webkit.org wrote: I think this is just the default, WebKitTestRunner has a --timeout that should control this if given. If that's not the case than it seems like a bug for me. On the other hand, I don't think run-webkit-tests supports

[webkit-dev] Putting your own Webkit variant back into the Nightly build WebKit App

2012-06-29 Thread Mark Gilbert
Hi Folks. I wonder if someone could help me figure out how to move my newly compiled WebKit (with tweaks) into the bundle of the Nightly build application. I want to have a self contained browser running with my webkit-variation. I did manage to do this once last year, and I have the self