Title: [227405] trunk/Tools
Revision
227405
Author
carlo...@webkit.org
Date
2018-01-22 22:50:39 -0800 (Mon, 22 Jan 2018)

Log Message

Unreviewed. Mark test WTF_Lock.ManyContendedShortSections as slow.

* TestWebKitAPI/glib/TestExpectations.json:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (227404 => 227405)


--- trunk/Tools/ChangeLog	2018-01-23 06:42:54 UTC (rev 227404)
+++ trunk/Tools/ChangeLog	2018-01-23 06:50:39 UTC (rev 227405)
@@ -1,3 +1,9 @@
+2018-01-22  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Mark test WTF_Lock.ManyContendedShortSections as slow.
+
+        * TestWebKitAPI/glib/TestExpectations.json:
+
 2018-01-22  Ryosuke Niwa  <rn...@webkit.org>
 
         Blob conversion and sanitization doesn't work with Microsoft Word for Mac 2011

Modified: trunk/Tools/TestWebKitAPI/glib/TestExpectations.json (227404 => 227405)


--- trunk/Tools/TestWebKitAPI/glib/TestExpectations.json	2018-01-23 06:42:54 UTC (rev 227404)
+++ trunk/Tools/TestWebKitAPI/glib/TestExpectations.json	2018-01-23 06:50:39 UTC (rev 227405)
@@ -108,6 +108,9 @@
             "WTF_Lock.ContendedLongSection": {
                 "expected": {"all": {"slow": true}}
             },
+            "WTF_Lock.ManyContendedShortSections": {
+                "expected": {"all": {"slow": true}}
+            },
             "WTF_WordLock.ContendedShortSection": {
                 "expected": {"all": {"slow": true}}
             },
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to