Title: [115315] trunk/Tools
Revision
115315
Author
carlo...@webkit.org
Date
2012-04-26 08:01:04 -0700 (Thu, 26 Apr 2012)

Log Message

Unreviewed. Add bug numbers to skipped tests.

* Scripts/run-gtk-tests:
(TestRunner):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (115314 => 115315)


--- trunk/Tools/ChangeLog	2012-04-26 14:47:39 UTC (rev 115314)
+++ trunk/Tools/ChangeLog	2012-04-26 15:01:04 UTC (rev 115315)
@@ -1,5 +1,12 @@
 2012-04-26  Carlos Garcia Campos  <cgar...@igalia.com>
 
+        Unreviewed. Add bug numbers to skipped tests.
+
+        * Scripts/run-gtk-tests:
+        (TestRunner):
+
+2012-04-26  Carlos Garcia Campos  <cgar...@igalia.com>
+
         [GTK] Build and run TestWebKitAPI WebKit2 unit tests
         https://bugs.webkit.org/show_bug.cgi?id=84446
 

Modified: trunk/Tools/Scripts/run-gtk-tests (115314 => 115315)


--- trunk/Tools/Scripts/run-gtk-tests	2012-04-26 14:47:39 UTC (rev 115314)
+++ trunk/Tools/Scripts/run-gtk-tests	2012-04-26 15:01:04 UTC (rev 115315)
@@ -74,15 +74,20 @@
                     82868,
                     ["/webkit2/WebKitWebView/resources"]),
         SkippedTest("TestWebKitAPI/WebKit2/TestNewFirstVisuallyNonEmptyLayout",
-                    "Test times out"),
+                    "Test times out",
+                    84957),
         SkippedTest("TestWebKitAPI/WebKit2/TestNewFirstVisuallyNonEmptyLayoutForImages",
-                    "Test times out"),
+                    "Test times out",
+                    84958),
         SkippedTest("TestWebKitAPI/WebKit2/TestWKConnectionTest",
-                    "Test times out"),
+                    "Test times out",
+                    84959),
         SkippedTest("TestWebKitAPI/WebKit2/TestRestoreSessionStateContainingFormData",
-                    "Session State is not implemented in GTK+ port"),
+                    "Session State is not implemented in GTK+ port",
+                    84960),
         SkippedTest("TestWebKitAPI/WebKit2/TestSpacebarScrolling",
-                    "Test fails")
+                    "Test fails",
+                    84961)
     ]
 
     def __init__(self, options, tests=[]):
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to