Bug 17581 - Use of uninitialized value in string ne at WebKitTools/Scripts/run-webkit-tests line 1576.
Summary: Use of uninitialized value in string ne at WebKitTools/Scripts/run-webkit-tes...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-27 16:42 PST by Julien Chaffraix
Modified: 2008-03-10 09:34 PDT (History)
0 users

See Also:


Attachments
Trivial patch (1.22 KB, patch)
2008-02-27 16:59 PST, Julien Chaffraix
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Chaffraix 2008-02-27 16:42:13 PST
When running run-webkit-tests with the --random option, the following warning is displayed :

Use of uninitialized value in string ne at WebKitTools/Scripts/run-webkit-tests line 1576.
Comment 1 Julien Chaffraix 2008-02-27 16:59:23 PST
Created attachment 19418 [details]
Trivial patch

Add necessary check which removes the warning.
Comment 2 Darin Adler 2008-02-29 10:07:14 PST
Comment on attachment 19418 [details]
Trivial patch

r=me
Comment 3 Darin Adler 2008-03-10 09:34:28 PDT
Committed revision 30934.