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.
Created attachment 49454 [details] patch to implement a 'passing' wrapper port
Comment on attachment 49454 [details] patch to implement a 'passing' wrapper port OK.
Committed, r55268. Closing bug.
http://trac.webkit.org/changeset/55268