Title: [213819] releases/WebKitGTK/webkit-2.16/Tools
Revision
213819
Author
[email protected]
Date
2017-03-13 04:01:20 -0700 (Mon, 13 Mar 2017)

Log Message

Merge r213485 - [GTK] Mark WTF_Lock.ContendedLongSection and WTF_WordLock.ContendedLongSection as slow.

Unreviewed test gardening.

The ContendedShortSection version of this tests were already marked as slow.
And the ContendedLongSection version takes more or less the same time to run.
They cause time outs on the bot sometimes.

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

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.16/Tools/ChangeLog (213818 => 213819)


--- releases/WebKitGTK/webkit-2.16/Tools/ChangeLog	2017-03-13 10:58:44 UTC (rev 213818)
+++ releases/WebKitGTK/webkit-2.16/Tools/ChangeLog	2017-03-13 11:01:20 UTC (rev 213819)
@@ -1,3 +1,16 @@
+2017-03-06  Carlos Alberto Lopez Perez  <[email protected]>
+
+        [GTK] Mark WTF_Lock.ContendedLongSection and WTF_WordLock.ContendedLongSection as slow.
+
+        Unreviewed test gardening.
+
+        The ContendedShortSection version of this tests were already marked as slow.
+        And the ContendedLongSection version takes more or less the same time to run.
+        They cause time outs on the bot sometimes.
+
+        * Scripts/run-gtk-tests:
+        (TestRunner):
+
 2017-03-06  Alex Christensen  <[email protected]>
 
         Fix URLs relative to file URLs with paths beginning with Windows drive letters

Modified: releases/WebKitGTK/webkit-2.16/Tools/Scripts/run-gtk-tests (213818 => 213819)


--- releases/WebKitGTK/webkit-2.16/Tools/Scripts/run-gtk-tests	2017-03-13 10:58:44 UTC (rev 213818)
+++ releases/WebKitGTK/webkit-2.16/Tools/Scripts/run-gtk-tests	2017-03-13 11:01:20 UTC (rev 213819)
@@ -92,7 +92,9 @@
 
     SLOW = [
         "WTF_Lock.ContendedShortSection",
+        "WTF_Lock.ContendedLongSection",
         "WTF_WordLock.ContendedShortSection",
+        "WTF_WordLock.ContendedLongSection",
         "WebKit2Gtk/TestInspectorServer",
     ]
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to