Title: [159924] trunk/Tools
Revision
159924
Author
[email protected]
Date
2013-12-02 02:24:29 -0800 (Mon, 02 Dec 2013)

Log Message

Unreviewed GTK gardening.

* Scripts/run-gtk-tests:
(TestRunner): Skip two unit tests that are causing the subsequent test to crash.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (159923 => 159924)


--- trunk/Tools/ChangeLog	2013-12-02 10:12:04 UTC (rev 159923)
+++ trunk/Tools/ChangeLog	2013-12-02 10:24:29 UTC (rev 159924)
@@ -1,3 +1,10 @@
+2013-12-02  Zan Dobersek  <[email protected]>
+
+        Unreviewed GTK gardening.
+
+        * Scripts/run-gtk-tests:
+        (TestRunner): Skip two unit tests that are causing the subsequent test to crash.
+
 2013-12-01  Dan Bernstein  <[email protected]>
 
         [Mac] Transition MiniBrowser to the Cocoa API: policy delegate   

Modified: trunk/Tools/Scripts/run-gtk-tests (159923 => 159924)


--- trunk/Tools/Scripts/run-gtk-tests	2013-12-02 10:12:04 UTC (rev 159923)
+++ trunk/Tools/Scripts/run-gtk-tests	2013-12-02 10:24:29 UTC (rev 159924)
@@ -83,6 +83,8 @@
         SkippedTest("TestWebKitAPI/TestWebKit2", "WebKit2.ResizeReversePaginatedWebView", "Test fails", 120305),
         SkippedTest("TestWebKitAPI/TestWebKit2", "WebKit2.ScrollPinningBehaviors", "Test fails", 120306),
         SkippedTest("TestWebKitAPI/TestWebKit2", "WebKit2.TerminateTwice", "Test causes crash on the next test", 121970),
+        SkippedTest("TestWebKitAPI/TestWebKit2", "WebKit2.GeolocationTransitionToHighAccuracy", "Test causes crash on the next test", 125068),
+        SkippedTest("TestWebKitAPI/TestWebKit2", "WebKit2.GeolocationTransitionToLowAccuracy", "Test causes crash on the next test", 125068),
         SkippedTest("WebKit2APITests/TestInspectorServer", SkippedTest.ENTIRE_SUITE, "Timing out on the bot", 122571),
     ]
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to