Bug 28261 - REGRESSION(r47175): error running run-webkit-tests
Summary: REGRESSION(r47175): error running run-webkit-tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-13 09:30 PDT by Eric Seidel (no email)
Modified: 2009-08-13 11:35 PDT (History)
2 users (show)

See Also:


Attachments
Patch v1 (1.36 KB, patch)
2009-08-13 09:32 PDT, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2009-08-13 09:30:57 PDT
Use of uninitialized value in concatenation (.) or string at WebKitTools/Scripts/run-webkit-tests line 191.

I have a fix.
Comment 1 Eric Seidel (no email) 2009-08-13 09:32:49 PDT
Created attachment 34750 [details]
Patch v1
Comment 2 Eric Seidel (no email) 2009-08-13 09:33:31 PDT
It was being used in the $usage string before being set.
Comment 3 Eric Seidel (no email) 2009-08-13 10:59:33 PDT
Comment on attachment 34750 [details]
Patch v1

Rejecting patch 34750 from commit-queue.  This patch will require manual commit.

Failed to run "['git', 'svn', 'dcommit']"  exit_code: 1  cwd: None
Comment 4 David Kilzer (:ddkilzer) 2009-08-13 11:00:22 PDT
(In reply to comment #0)
> Use of uninitialized value in concatenation (.) or string at
> WebKitTools/Scripts/run-webkit-tests line 191.

*sigh*  I should just stop working on tools.  My record hasn't been very good recently.
Comment 5 Eric Seidel (no email) 2009-08-13 11:01:55 PDT
Comment on attachment 34750 [details]
Patch v1

Sigh.  a checkin happend right as bugzilla-tool was about to land this.  adding it back to the queue.
Comment 6 Eric Seidel (no email) 2009-08-13 11:02:34 PDT
(In reply to comment #4)
> (In reply to comment #0)
> > Use of uninitialized value in concatenation (.) or string at
> > WebKitTools/Scripts/run-webkit-tests line 191.
> 
> *sigh*  I should just stop working on tools.  My record hasn't been very good
> recently.

I would be very sad were that to be the case!  We just need to get you hackin on the python stuff which is actually unit-testable. :)
Comment 7 Eric Seidel (no email) 2009-08-13 11:14:01 PDT
Comment on attachment 34750 [details]
Patch v1

Rejecting patch 34750 from commit-queue.  This patch will require manual commit.

Failed to run "['git', 'svn', 'dcommit']"  exit_code: 1  cwd: None
Comment 8 Eric Seidel (no email) 2009-08-13 11:35:03 PDT
Comment on attachment 34750 [details]
Patch v1

Clearing flags on attachment: 34750

Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebKitTools/ChangeLog
	M	WebKitTools/Scripts/run-webkit-tests
Committed r47223
	M	WebKitTools/ChangeLog
	M	WebKitTools/Scripts/run-webkit-tests
r47223 = f1aeff7782adc69b65427803575711023b57ada0 (trunk)
No changes between current HEAD and refs/remotes/trunk
Resetting to the latest refs/remotes/trunk
http://trac.webkit.org/changeset/47223
Comment 9 Eric Seidel (no email) 2009-08-13 11:35:07 PDT
All reviewed patches have been landed.  Closing bug.