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

2012-07-01 Thread Horky Chen
Thanks to you all. Sure, it's a very special case! I'll try with your comment. Best Regards! Horky On Jun 30, 2012, at 12:19 AM, Dirk Pranke wrote: > On Fri, Jun 29, 2012 at 9:00 AM, Balazs Kelemen wrote: >> I think this is just the default, WebKitTestRunner has a --timeout that >> should co

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 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 > setting custom tim

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 > 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

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 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 LayoutTe

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

2012-06-28 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