[webkit-dev] All Apple Mac and Windows testers now upload crash logs

2011-03-02 Thread Adam Roben
Hi all-

All of Apple's Mac and Windows test bots should now be uploading crash logs to 
build.webkit.org [1]. The crash logs are linked to from results.html (e.g., 
http://build.webkit.org/results/Windows%20XP%20Debug%20(Tests)/r80125%20(25890)/results.html).

If you see a crash on one of Apple's testers and a crash log is not uploaded, 
please file a bug and CC me.

I hope you find this helpful!

-Adam

1. Until recently, crash logs were not uploaded for Windows 7 testers, or for 
crashes in the web process when running WebKit2 tests.

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


Re: [webkit-dev] All Apple Mac and Windows testers now upload crash logs

2011-03-02 Thread Eric Seidel
Does this require special configuration on the bots, or should
run-webkit-tests be copying crash logs into layout-test-results for
all Snow Leopard machines?

I ask, because the EWS and commit-queue snow leopard machines do not
seem to be copying crash logs into layout-test-results like I would
expect:
https://bugs.webkit.org/show_bug.cgi?id=51138
(each of those zips are made from /tmp/layout-test-results after the test run).

-eric

On Wed, Mar 2, 2011 at 7:46 AM, Adam Roben aro...@apple.com wrote:
 Hi all-

 All of Apple's Mac and Windows test bots should now be uploading crash logs 
 to build.webkit.org [1]. The crash logs are linked to from results.html 
 (e.g., 
 http://build.webkit.org/results/Windows%20XP%20Debug%20(Tests)/r80125%20(25890)/results.html).

 If you see a crash on one of Apple's testers and a crash log is not uploaded, 
 please file a bug and CC me.

 I hope you find this helpful!

 -Adam

 1. Until recently, crash logs were not uploaded for Windows 7 testers, or for 
 crashes in the web process when running WebKit2 tests.

 ___
 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] All Apple Mac and Windows testers now upload crash logs

2011-03-02 Thread Adam Roben
On Mar 2, 2011, at 1:41 PM, Eric Seidel wrote:

 Does this require special configuration on the bots, or should
 run-webkit-tests be copying crash logs into layout-test-results for
 all Snow Leopard machines?

run-webkit-tests should be copying crash logs into layout-test-results for all 
Snow Leopard machines if isAppleMacWebKit() is true.

 I ask, because the EWS and commit-queue snow leopard machines do not
 seem to be copying crash logs into layout-test-results like I would
 expect:
 https://bugs.webkit.org/show_bug.cgi?id=51138
 (each of those zips are made from /tmp/layout-test-results after the test 
 run).

We should first look to see if the crash logs are in 
~/Library/Logs/CrashReporter.

-Adam

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


Re: [webkit-dev] All Apple Mac and Windows testers now upload crash logs

2011-03-02 Thread Adam Roben
On Mar 2, 2011, at 1:41 PM, Eric Seidel wrote:

 the EWS and commit-queue snow leopard machines do not
 seem to be copying crash logs into layout-test-results like I would
 expect:
 https://bugs.webkit.org/show_bug.cgi?id=51138
 (each of those zips are made from /tmp/layout-test-results after the test 
 run).

For those playing at home, this turned into http://webkit.org/b/55607, and 
should now be fixed.

-Adam

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