Bug 70760

Summary: Plugin tests are failing after switching WK2 to NRWT
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, dpranke, ojan, simon.fraser, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch simon.fraser: review+, simon.fraser: commit-queue+

Description Eric Seidel (no email) 2011-10-24 13:57:59 PDT
http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(WebKit2%20Tests)/r98243%20(15595)/results.html

Plugin tests are failing after switching WK2 to NRWT

This is due to this FIXME in ORWT:
   # FIXME: We build both DumpRenderTree and WebKitTestRunner for
   # WebKitTestRunner runs becuase DumpRenderTree still includes
   # the DumpRenderTreeSupport module and the TestNetscapePlugin.
   # These two projects should be factored out into their own
   # projects.
   buildDumpTool("DumpRenderTree");
   buildDumpTool("WebKitTestRunner") if $useWebKitTestRunner;

I'll move that hack into build-webkitestrunner instead of ORWT.
Comment 1 Eric Seidel (no email) 2011-10-24 13:58:45 PDT
*** Bug 70759 has been marked as a duplicate of this bug. ***
Comment 2 Eric Seidel (no email) 2011-10-24 14:09:04 PDT
Actually, doing this in build-webkittestrunner turned out to be a pain.  Bleh.
Comment 3 Eric Seidel (no email) 2011-10-24 14:10:05 PDT
Created attachment 112243 [details]
Patch
Comment 4 Eric Seidel (no email) 2011-10-24 15:25:09 PDT
Committed r98288: <http://trac.webkit.org/changeset/98288>