Title: [232844] trunk/Tools
Revision
232844
Author
[email protected]
Date
2018-06-14 10:57:20 -0700 (Thu, 14 Jun 2018)

Log Message

[GTK] Enable tests on the GTK EWS queue
https://bugs.webkit.org/show_bug.cgi?id=186559

Reviewed by Michael Catanzaro.

Enable testing for the gtk-wk2 EWS queue.

* Scripts/webkitpy/common/config/ews.json:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (232843 => 232844)


--- trunk/Tools/ChangeLog	2018-06-14 17:57:14 UTC (rev 232843)
+++ trunk/Tools/ChangeLog	2018-06-14 17:57:20 UTC (rev 232844)
@@ -1,3 +1,14 @@
+2018-06-14  Carlos Alberto Lopez Perez  <[email protected]>
+
+        [GTK] Enable tests on the GTK EWS queue
+        https://bugs.webkit.org/show_bug.cgi?id=186559
+
+        Reviewed by Michael Catanzaro.
+
+        Enable testing for the gtk-wk2 EWS queue.
+
+        * Scripts/webkitpy/common/config/ews.json:
+
 2018-06-14  Valerie R Young  <[email protected]>
 
         [test262-runner] Test output should summarize tests that are

Modified: trunk/Tools/Scripts/webkitpy/common/config/ews.json (232843 => 232844)


--- trunk/Tools/Scripts/webkitpy/common/config/ews.json	2018-06-14 17:57:14 UTC (rev 232843)
+++ trunk/Tools/Scripts/webkitpy/common/config/ews.json	2018-06-14 17:57:20 UTC (rev 232844)
@@ -3,7 +3,8 @@
         "port": "gtk-wk2",
         "watchers": [
             "[email protected]"
-        ]
+        ],
+        "runTests": true
     },
     "Win EWS": {
         "port": "win",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to