Bug 31903

Summary: [bzt] Unit test upload commands
Product: WebKit Reporter: Adam Barth <abarth>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
upload unittests eric: review+, commit-queue: commit-queue-

Description Adam Barth 2009-11-25 23:31:53 PST
My quest to unit test every command begins.  Let's start with the upload commands.
Comment 1 Adam Barth 2009-11-25 23:34:30 PST
Created attachment 43899 [details]
upload unittests
Comment 2 Eric Seidel (no email) 2009-11-26 10:56:57 PST
Comment on attachment 43899 [details]
upload unittests

The fixme is "wrong".  See the commends in BugzillaTool as to why .scm() is a function.

Otherwise looks OK.
Comment 3 Adam Barth 2009-11-26 11:19:46 PST
Comment on attachment 43899 [details]
upload unittests

I understand the problem you're solving by making scm a function.  We should either make everything a function or find another way to solve that problem.  In any case, a very low priority issue.
Comment 4 WebKit Commit Bot 2009-11-26 11:25:40 PST
Comment on attachment 43899 [details]
upload unittests

Rejecting patch 43899 from commit-queue.

Failed to run "['WebKitTools/Scripts/run-webkit-tests', '--no-launch-safari', '--quiet', '--exit-after-n-failures=1']" exit_code: 1
Running build-dumprendertree
Running tests from /Users/eseidel/Projects/CommitQueue/LayoutTests
Testing 11667 test cases.
fast/canvas/webgl/gl-object-get-calls.html -> failed

Exiting early after 1 failures. 4970 tests run.
89.29s total testing time

4969 test cases (99%) succeeded
1 test case (<1%) had incorrect layout
1 test case (<1%) had stderr output
Comment 5 Eric Seidel (no email) 2009-11-26 11:46:52 PST
Failure caused by bug 31919.

This should be landed manually w/ adjusted fixme anyway, no? ;)
Comment 6 Adam Barth 2009-11-27 00:02:14 PST
Committed r51436: <http://trac.webkit.org/changeset/51436>