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.
*** Bug 70759 has been marked as a duplicate of this bug. ***
Actually, doing this in build-webkittestrunner turned out to be a pain. Bleh.
Created attachment 112243 [details] Patch
Committed r98288: <http://trac.webkit.org/changeset/98288>