Bug 83341 - new-run-webkit-tests: fix bugs in 'mock' drt implementation
Summary: new-run-webkit-tests: fix bugs in 'mock' drt implementation
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dirk Pranke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-05 18:08 PDT by Dirk Pranke
Modified: 2012-04-06 15:31 PDT (History)
5 users (show)

See Also:


Attachments
Patch (11.75 KB, patch)
2012-04-05 18:10 PDT, Dirk Pranke
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>