Re: [webkit-dev] Many crashs of regresion tests in 64-bit Windows

2011-04-06 Thread Pere Martir
On Tue, Apr 5, 2011 at 7:10 PM, Adam Roben aro...@apple.com wrote:
 The best way to report a bug like this is to file a new bug at 
 http://webkit.org/new-bug. In this case, this is a known issue 
 (http://webkit.org/b/52913), so you don't need to do anything. There isn't 
 a workaround at this time, other than to skip those tests or use a Release 
 build.

That's why there is no Windows 7 Debug (Tests) in BuildBot ?
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Many crashs of regresion tests in 64-bit Windows

2011-04-06 Thread Adam Roben
On Apr 6, 2011, at 12:25 PM, Pere Martir wrote:

 On Tue, Apr 5, 2011 at 7:10 PM, Adam Roben aro...@apple.com wrote:
 The best way to report a bug like this is to file a new bug at 
 http://webkit.org/new-bug. In this case, this is a known issue 
 (http://webkit.org/b/52913), so you don't need to do anything. There isn't 
 a workaround at this time, other than to skip those tests or use a Release 
 build.
 
 That's why there is no Windows 7 Debug (Tests) in BuildBot ?

No. That's mostly a historical accident. At first we weren't able to capture 
crash logs on Windows 7 bots, and it seemed important to have crash logs for 
assertion failures, so the Debug bots all ran Windows XP. Now we can capture 
crash logs on Windows 7, but we haven't had a need to change things.

I'd say that the lack of a Windows 7 Debug (Tests) bot is part of the reason 
why that assertion hasn't been fixed yet, though.

-Adam

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Many crashs of regresion tests in 64-bit Windows

2011-04-05 Thread Pere Martir
64-bit Window 7.

run-webkit-tests reported that many tests crashed, in addition to many
other failures due to the metric difference.

Command line:

  Tools/Scripts/run-webkit-tests compositing/iframes

Tests that caused DumpRenderTree tool to crash:
  compositing/iframes/connect-compositing-iframe3.html

stderr of connect-compositing-iframe3.html:
ASSERTION FAILED: !isAcceleratedCompositing()
..\WebView.cpp(1083) : WebView::paintIntoBackingStore

The result and crash log have been attached in this message.


layout-test-results.tar.gz
Description: GNU Zip compressed data
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Many crashs of regresion tests in 64-bit Windows

2011-04-05 Thread Adam Roben
On Apr 5, 2011, at 1:02 PM, Pere Martir wrote:

 64-bit Window 7.
 
 run-webkit-tests reported that many tests crashed, in addition to many
 other failures due to the metric difference.
 
 Command line:
 
  Tools/Scripts/run-webkit-tests compositing/iframes
 
 Tests that caused DumpRenderTree tool to crash:
  compositing/iframes/connect-compositing-iframe3.html
 
 stderr of connect-compositing-iframe3.html:
 ASSERTION FAILED: !isAcceleratedCompositing()
 ..\WebView.cpp(1083) : WebView::paintIntoBackingStore
 
 The result and crash log have been attached in this message.
 layout-test-results.tar.gz

The best way to report a bug like this is to file a new bug at 
http://webkit.org/new-bug. In this case, this is a known issue 
(http://webkit.org/b/52913), so you don't need to do anything. There isn't a 
workaround at this time, other than to skip those tests or use a Release build.

-Adam

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Many crashs of regresion tests in 64-bit Windows

2011-04-05 Thread Pere Martir
On Tue, Apr 5, 2011 at 7:10 PM, Adam Roben aro...@apple.com wrote:
 The best way to report a bug like this is to file a new bug at 
 http://webkit.org/new-bug. In this case, this is a known issue 
 (http://webkit.org/b/52913), so you don't need to do anything. There isn't 
 a workaround at this time, other than to skip those tests or use a Release 
 build.

Thanks. I didn't know that this is a bugI thought that it might be due
to the configuration of my Windows 7. Should I always report this kind
of issue directly to Bugzilla instead of posting them here first ?
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Many crashs of regresion tests in 64-bit Windows

2011-04-05 Thread Adam Roben
On Apr 5, 2011, at 1:17 PM, Pere Martir wrote:

 On Tue, Apr 5, 2011 at 7:10 PM, Adam Roben aro...@apple.com wrote:
 The best way to report a bug like this is to file a new bug at 
 http://webkit.org/new-bug. In this case, this is a known issue 
 (http://webkit.org/b/52913), so you don't need to do anything. There isn't 
 a workaround at this time, other than to skip those tests or use a Release 
 build.
 
 Thanks. I didn't know that this is a bugI thought that it might be due
 to the configuration of my Windows 7. Should I always report this kind
 of issue directly to Bugzilla instead of posting them here first ?

Yes, please. Bugzilla is our best tool for keeping track of bugs, even if they 
turn out to eventually be specific to some misconfiguration on the developer's 
system.

-Adam

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev