Bug 35370 - add a "passing" port implementation to new-run-webkit-tests
Summary: add a "passing" port implementation to new-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: Dirk Pranke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-24 17:50 PST by Dirk Pranke
Modified: 2010-02-25 17:33 PST (History)
4 users (show)

See Also:


Attachments
patch to implement a 'passing' wrapper port (8.53 KB, patch)
2010-02-24 17:51 PST, 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 2010-02-24 17:50:24 PST
This patch adds a "passing" port that is a wrapper around a real port that actually stubs out the test and returns the expected output. It is useful for coverage testing and profiling the test harness, since it is basically a lower bound on how fast the test harness can possibly be.
Comment 1 Dirk Pranke 2010-02-24 17:51:35 PST
Created attachment 49454 [details]
patch to implement a 'passing' wrapper port
Comment 2 Eric Seidel (no email) 2010-02-25 16:01:37 PST
Comment on attachment 49454 [details]
patch to implement a 'passing' wrapper port

OK.
Comment 3 Dirk Pranke 2010-02-25 17:33:14 PST
Committed, r55268. Closing bug.
Comment 4 Dirk Pranke 2010-02-25 17:33:44 PST
http://trac.webkit.org/changeset/55268