[Webkit-unassigned] [Bug 93186] [Chromium Mac] Tests are exiting early due to failures to load missingImage.png
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Aug 4 17:27:19 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=93186
--- Comment #3 from Nico Weber <thakis at chromium.org> 2012-08-04 17:27:18 PST ---
I have something that seems to help, but I'm not sure how this could've ever worked before.
rniwa: Can you try patching in https://chromiumcodereview.appspot.com/10852021 in your chromium deps, and also the following patch to your webkit tree (copy it to your clipboard, then run `pbpaste | patch -p1` in your webkit root directory) and tell me if this fixes things for you?
diff --git a/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp b/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp
index 5555e44..b6e9420 100644
--- a/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp
+++ b/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp
@@ -226,6 +226,7 @@
'<(tools_dir)/DumpRenderTree/fonts/WebKitWeightWatcher700.ttf',
'<(tools_dir)/DumpRenderTree/fonts/WebKitWeightWatcher800.ttf',
'<(tools_dir)/DumpRenderTree/fonts/WebKitWeightWatcher900.ttf',
+ '<(SHARED_INTERMEDIATE_DIR)/webkit/missingImage.png',
'<(SHARED_INTERMEDIATE_DIR)/webkit/textAreaResizeCorner.png',
],
},{ # OS!="mac"
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list