Re: [webkit-dev] Let's get the Windows test bots green!

2010-04-08 Thread Adam Roben
I filed an umbrella bug to track all known issues with the Windows test bots: 
https://bugs.webkit.org/show_bug.cgi?id=37284.

-Adam

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


[webkit-dev] Let's get the Windows test bots green!

2010-04-06 Thread Adam Roben
Hi all-

The Windows test bots are red, and have been for a long time. Over the last day 
or so I've made sure we have bugs filed on all the failing tests, and I've 
tried to CC the appropriate people. The bugs are:

https://bugs.webkit.org/show_bug.cgi?id=36217 Web Inspector: Inspector tests 
sometimes fail on Win Release
https://bugs.webkit.org/show_bug.cgi?id=37089 fast/css/font-face-opentype.html 
fails on Windows
https://bugs.webkit.org/show_bug.cgi?id=37091 
fast/forms/text-control-intrinsic-widths.html fails on Windows
https://bugs.webkit.org/show_bug.cgi?id=37096 
http/tests/security/xss-DENIED-iframe-src-alias.html sometimes times out on 
Windows
https://bugs.webkit.org/show_bug.cgi?id=37156 REGRESSION (r57113): 
editing/inserting/break-blockquote-after-delete.html fails on Windows
https://bugs.webkit.org/show_bug.cgi?id=37157 REGRESSION (r57109): 
editing/pasteboard/drag-image-to-contenteditable-in-iframe.html fails on Windows

If you have any ideas about how to fix these, please comment in the bug(s)!

-Adam

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


Re: [webkit-dev] Let's get the Windows test bots green!

2010-04-06 Thread Adam Barth
Eric has some analysis scripts that know how to crawl back through the
logs and find out when long-standing failures first occurred.  We can
ask him to run these scripts on the Windows bots when he wakes up.

Adam


On Tue, Apr 6, 2010 at 10:41 AM, Adam Roben aro...@apple.com wrote:
 Hi all-

 The Windows test bots are red, and have been for a long time. Over the last 
 day or so I've made sure we have bugs filed on all the failing tests, and 
 I've tried to CC the appropriate people. The bugs are:

 https://bugs.webkit.org/show_bug.cgi?id=36217 Web Inspector: Inspector tests 
 sometimes fail on Win Release
 https://bugs.webkit.org/show_bug.cgi?id=37089 
 fast/css/font-face-opentype.html fails on Windows
 https://bugs.webkit.org/show_bug.cgi?id=37091 
 fast/forms/text-control-intrinsic-widths.html fails on Windows
 https://bugs.webkit.org/show_bug.cgi?id=37096 
 http/tests/security/xss-DENIED-iframe-src-alias.html sometimes times out on 
 Windows
 https://bugs.webkit.org/show_bug.cgi?id=37156 REGRESSION (r57113): 
 editing/inserting/break-blockquote-after-delete.html fails on Windows
 https://bugs.webkit.org/show_bug.cgi?id=37157 REGRESSION (r57109): 
 editing/pasteboard/drag-image-to-contenteditable-in-iframe.html fails on 
 Windows

 If you have any ideas about how to fix these, please comment in the bug(s)!

 -Adam

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

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


Re: [webkit-dev] Let's get the Windows test bots green!

2010-04-06 Thread Adam Roben
On Apr 6, 2010, at 1:50 PM, Adam Barth wrote:

 Eric has some analysis scripts that know how to crawl back through the
 logs and find out when long-standing failures first occurred.  We can
 ask him to run these scripts on the Windows bots when he wakes up.

Those scripts sound handy; can we get them checked into Subversion?

Here are my guesses about when each failure started happening. (This 
information is in the bugs, too.):

 https://bugs.webkit.org/show_bug.cgi?id=36217 Web Inspector: Inspector tests 
 sometimes fail on Win Release

At least since r56095.

 https://bugs.webkit.org/show_bug.cgi?id=37089 
 fast/css/font-face-opentype.html fails on Windows

This has likely been failing since it was first added in r54855.

 https://bugs.webkit.org/show_bug.cgi?id=37091 
 fast/forms/text-control-intrinsic-widths.html fails on Windows

At least since r55975.

 https://bugs.webkit.org/show_bug.cgi?id=37096 
 http/tests/security/xss-DENIED-iframe-src-alias.html sometimes times out on 
 Windows

No idea.

 https://bugs.webkit.org/show_bug.cgi?id=37156 REGRESSION (r57113): 
 editing/inserting/break-blockquote-after-delete.html fails on Windows
 https://bugs.webkit.org/show_bug.cgi?id=37157 REGRESSION (r57109): 
 editing/pasteboard/drag-image-to-contenteditable-in-iframe.html fails on 
 Windows

The titles say it all.

-Adam

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


Re: [webkit-dev] Let's get the Windows test bots green!

2010-04-06 Thread Adam Barth
On Tue, Apr 6, 2010 at 10:55 AM, Adam Roben aro...@apple.com wrote:
 On Apr 6, 2010, at 1:50 PM, Adam Barth wrote:
 Eric has some analysis scripts that know how to crawl back through the
 logs and find out when long-standing failures first occurred.  We can
 ask him to run these scripts on the Windows bots when he wakes up.

 Those scripts sound handy; can we get them checked into Subversion?

The code is under review in
https://bugs.webkit.org/show_bug.cgi?id=36911.  We would have landed
it already, but I asked Eric to reorganize the code for better re-use
in the future.  The patch doesn't seem to apply to TOT anymore.  I'm
not sure how hard the merge would be.

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