Modified: trunk/Tools/ChangeLog (138572 => 138573)
--- trunk/Tools/ChangeLog 2012-12-30 01:22:48 UTC (rev 138572)
+++ trunk/Tools/ChangeLog 2012-12-30 09:51:21 UTC (rev 138573)
@@ -1,3 +1,12 @@
+2012-12-30 Zan Dobersek <[email protected]>
+
+ Unreviewed GTK gardening of the unit tests.
+
+ Skip the TestInspectorServer unit test that's timing out completely.
+
+ * Scripts/run-gtk-tests:
+ (TestRunner):
+
2012-12-29 Ilya Tikhonovsky <[email protected]>
Web Inspector: Native Memory Instrumentation plugin: do not generate 'not instrumented' warning for instrumented mutable members.
Modified: trunk/Tools/Scripts/run-gtk-tests (138572 => 138573)
--- trunk/Tools/Scripts/run-gtk-tests 2012-12-30 01:22:48 UTC (rev 138572)
+++ trunk/Tools/Scripts/run-gtk-tests 2012-12-30 09:51:21 UTC (rev 138573)
@@ -67,6 +67,7 @@
SkippedTest("unittests/testwebresource", "/webkit/webresource/sub_resource_loading", "Test fails in GTK Linux 64-bit Release bot", 82330),
SkippedTest("unittests/testwebview", "/webkit/webview/icon-uri", "Test times out in GTK Linux 64-bit Release bot", 82328),
SkippedTest("unittests/testatk", "/webkit/atk/getTextInParagraphAndBodyModerate", "Test fails", 105538),
+ SkippedTest("WebKit2APITests/TestInspectorServer", SkippedTest.ENTIRE_SUITE, "Test times out", 105866),
SkippedTest("WebKit2APITests/TestResources", "/webkit2/WebKitWebView/resources", "Test is flaky in GTK Linux 32-bit Release bot", 82868),
SkippedTest("WebKit2APITests/TestWebKitAccessibility", "/webkit2/WebKitAccessibility/atspi-basic-hierarchy", "Test fails", 100408),
SkippedTest("WebKit2APITests/TestWebKitFindController", "/webkit2/WebKitFindController/hide", "Test always fails in Xvfb", 89810),