Bug 35370

Summary: add a "passing" port implementation to new-run-webkit-tests
Product: WebKit Reporter: Dirk Pranke <dpranke>
Component: Tools / TestsAssignee: Dirk Pranke <dpranke>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, cjerdonek, eric, ojan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
patch to implement a 'passing' wrapper port eric: review+

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