[webkit-reviews] review granted: [Bug 83176] gtk_unittest.GtkPortTest.test_get_crash_log failing on windows : [Attachment 135618] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 4 10:24:08 PDT 2012


Tony Chang <tony at chromium.org> has granted Philippe Normand
<pnormand at igalia.com>'s request for review:
Bug 83176: gtk_unittest.GtkPortTest.test_get_crash_log failing on windows
https://bugs.webkit.org/show_bug.cgi?id=83176

Attachment 135618: Patch
https://bugs.webkit.org/attachment.cgi?id=135618&action=review

------- Additional Comments from Tony Chang <tony at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=135618&action=review


> Tools/Scripts/webkitpy/layout_tests/port/gtk_unittest.py:72
> +	   if sys.platform != "linux2":

What about linux3 (I think newer kernels show up as linux3)?  I normally just
do sys.platform.startswith("linux").


More information about the webkit-reviews mailing list