RESOLVED FIXED 69788
Improve output of run-api-tests to make time-outs more obvious
https://bugs.webkit.org/show_bug.cgi?id=69788
Summary Improve output of run-api-tests to make time-outs more obvious
Simon Fraser (smfr)
Reported 2011-10-10 14:52:57 PDT
Right now, some api tests are timing out; see http://build.webkit.org/builders/Lion%20Intel%20Release%20%28WebKit2%20Tests%29/builds/1293 However, unless you know what to look for, it's very hard to determine that this is the cause of the failures. The script output should be improved to make the failures more obvious.
Attachments
Patch (2.03 KB, patch)
2011-10-12 11:17 PDT, Simon Fraser (smfr)
aroben: review+
Simon Fraser (smfr)
Comment 1 2011-10-12 11:17:20 PDT
Adam Roben (:aroben)
Comment 2 2011-10-12 11:19:16 PDT
Comment on attachment 110709 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=110709&action=review > Tools/Scripts/run-api-tests:133 > + for my $test (@testsTimedOut) { I think you meant if (@testsTimedOut). > Tools/Scripts/run-api-tests:214 > + if ($result) { > + push @testsFailed, $suite.".".$test; > + } > if ($timedOut) { > + push @testsTimedOut, $suite.".".$test; I think "$suite.$test" would be a little clearer.
Simon Fraser (smfr)
Comment 3 2011-10-18 16:18:56 PDT
Note You need to log in before you can comment on or make changes to this bug.