Bug 83341

Summary: new-run-webkit-tests: fix bugs in 'mock' drt implementation
Product: WebKit Reporter: Dirk Pranke <dpranke>
Component: New BugsAssignee: Dirk Pranke <dpranke>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, ojan, tony, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch eric: review+

Description Dirk Pranke 2012-04-05 18:08:12 PDT
new-run-webkit-tests: fix bugs in 'mock' drt implementation
Comment 1 Dirk Pranke 2012-04-05 18:10:42 PDT
Created attachment 135953 [details]
Patch
Comment 2 Eric Seidel (no email) 2012-04-05 21:47:38 PDT
Comment on attachment 135953 [details]
Patch

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

> Tools/Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py:32
> +import pdb

Intended?
Comment 3 Dirk Pranke 2012-04-06 15:28:28 PDT
(In reply to comment #2)
> (From update of attachment 135953 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=135953&action=review
> 
> > Tools/Scripts/webkitpy/layout_tests/port/mock_drt_unittest.py:32
> > +import pdb
> 
> Intended?

Nope :). Fixed.
Comment 4 Dirk Pranke 2012-04-06 15:31:03 PDT
Committed r113507: <http://trac.webkit.org/changeset/113507>