Bug 37817

Summary: new-run-webkit-tests no longer runs on chromium canaries
Product: WebKit Reporter: Dirk Pranke <dpranke>
Component: Tools / TestsAssignee: Dirk Pranke <dpranke>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, tkent, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch none

Description Dirk Pranke 2010-04-19 13:14:25 PDT
See http://trac.webkit.org/changeset/57806 , which broke the canaries.
Comment 1 Dirk Pranke 2010-04-19 13:16:58 PDT
Created attachment 53710 [details]
Patch
Comment 2 Dirk Pranke 2010-04-19 13:17:42 PDT
Committed r57831: <http://trac.webkit.org/changeset/57831>
Comment 3 Eric Seidel (no email) 2010-04-19 13:18:15 PDT
Comment on attachment 53710 [details]
Patch

That looks like it would cause very confusing behavior for --use-drt.  Seems we should exit(1) in that case, or at least log.
Comment 4 Eric Seidel (no email) 2010-04-19 13:19:13 PDT
Comment on attachment 53710 [details]
Patch

Did you mean to upload this with --no-review?

I still think this needs a log message to be less confusing. :)
Comment 5 Dirk Pranke 2010-04-19 13:26:01 PDT
(In reply to comment #3)
> (From update of attachment 53710 [details])
> That looks like it would cause very confusing behavior for --use-drt.  Seems we
> should exit(1) in that case, or at least log.

You're right. I'll add that.
Comment 6 Dirk Pranke 2010-04-19 13:26:27 PDT
(In reply to comment #4)
> (From update of attachment 53710 [details])
> Did you mean to upload this with --no-review?

There's a --no-review? I didn't know about that. I'll do that next time.

-- Dirk
Comment 7 Eric Seidel (no email) 2010-04-19 13:34:03 PDT
webkit-patch help upload

can show you what flags it has.  --request-commit and --no-review are the most common ones I use.
Comment 8 Kent Tamura 2010-04-19 15:18:23 PDT
(In reply to comment #0)
> See http://trac.webkit.org/changeset/57806 , which broke the canaries.

I'm sorry for that!
I didn't expect "import" made a problem.