Title: [213485] trunk/Tools
Revision
213485
Author
clo...@igalia.com
Date
2017-03-06 18:31:36 -0800 (Mon, 06 Mar 2017)

Log Message

[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: trunk/Tools/ChangeLog (213484 => 213485)


--- trunk/Tools/ChangeLog	2017-03-07 02:10:14 UTC (rev 213484)
+++ trunk/Tools/ChangeLog	2017-03-07 02:31:36 UTC (rev 213485)
@@ -1,3 +1,16 @@
+2017-03-06  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        [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  Michael Saboff  <msab...@apple.com>
 
         Take advantage of fast permissions switching of JIT memory for devices that support it

Modified: trunk/Tools/Scripts/run-gtk-tests (213484 => 213485)


--- trunk/Tools/Scripts/run-gtk-tests	2017-03-07 02:10:14 UTC (rev 213484)
+++ trunk/Tools/Scripts/run-gtk-tests	2017-03-07 02:31:36 UTC (rev 213485)
@@ -92,7 +92,9 @@
 
     SLOW = [
         "WTF_Lock.ContendedShortSection",
+        "WTF_Lock.ContendedLongSection",
         "WTF_WordLock.ContendedShortSection",
+        "WTF_WordLock.ContendedLongSection",
         "WebKit2Gtk/TestInspectorServer",
     ]
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to