Bug 124840

Summary: test-webkit-scripts should show the failing tests and use an appropriate exit code
Product: WebKit Reporter: Berta József <jberta.u-szeged>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ossy, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
The script now indicates the results, and calls sys.exit()
rniwa: review-, rniwa: commit-queue-
I have added description to the changelog. Typo corrected.
rniwa: review+
The changelog is updated. none

Description Berta József 2013-11-25 05:24:20 PST
Display a cumulative indication of success or failure. In addition, call sys.exit() with 0 or 1 depending on that cumulative success or failure.
Comment 1 Berta József 2013-11-25 05:31:23 PST
Created attachment 217795 [details]
The script now indicates the results, and calls sys.exit()
Comment 2 Peter Gal 2013-11-25 07:31:11 PST
Comment on attachment 217795 [details]
The script now indicates the results, and calls sys.exit()

View in context: https://bugs.webkit.org/attachment.cgi?id=217795&action=review

> Tools/Scripts/test-webkit-scripts:84
> +                print('test-webkiterl')

Typo: 'test-webkiterl' -> 'test-webkitperl'
Comment 3 Ryosuke Niwa 2013-11-25 07:37:29 PST
Comment on attachment 217795 [details]
The script now indicates the results, and calls sys.exit()

View in context: https://bugs.webkit.org/attachment.cgi?id=217795&action=review

> Tools/ChangeLog:7
> +

Please explain what kind of changes you're making.
r- due to the lack of the change log.
Comment 4 Berta József 2013-11-25 08:25:43 PST
Created attachment 217809 [details]
I have added description to the changelog. Typo corrected.
Comment 5 Ryosuke Niwa 2013-11-25 16:55:31 PST
Comment on attachment 217809 [details]
I have added description to the changelog. Typo corrected.

View in context: https://bugs.webkit.org/attachment.cgi?id=217809&action=review

> Tools/ChangeLog:3
> +        Cumulative indication of success or failure in test-webkit-scripts

Please update this line as I've updated the bug title.
Comment 6 Berta József 2013-11-26 05:01:00 PST
Created attachment 217873 [details]
The changelog is updated.
Comment 7 Csaba Osztrogonác 2013-11-29 03:40:32 PST
Comment on attachment 217873 [details]
The changelog is updated.

It was already r+ -ed, only the changelog was missing. The fixed patch landed in https://trac.webkit.org/changeset/159868