Modified: trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py (243499 => 243500)
--- trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py 2019-03-26 16:57:38 UTC (rev 243499)
+++ trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py 2019-03-26 17:08:17 UTC (rev 243500)
@@ -39,7 +39,7 @@
# FIXME: Auto-generate this list https://bugs.webkit.org/show_bug.cgi?id=195640
ALL_QUEUES = ['api-ios', 'api-mac', 'bindings', 'gtk', 'ios', 'ios-sim', 'ios-wk2', 'jsc', 'mac', 'mac-32bit', 'mac-32bit-wk2',
'mac-debug', 'mac-debug-wk1', 'mac-wk1', 'mac-wk2', 'style', 'webkitperl', 'webkitpy', 'win', 'wincairo', 'wpe']
- ENABLED_QUEUES = ['api-ios', 'api-mac']
+ ENABLED_QUEUES = ['api-ios', 'api-mac', 'webkitperl']
def _build_bubble(self, patch, queue):
bubble = {
Modified: trunk/Tools/ChangeLog (243499 => 243500)
--- trunk/Tools/ChangeLog 2019-03-26 16:57:38 UTC (rev 243499)
+++ trunk/Tools/ChangeLog 2019-03-26 17:08:17 UTC (rev 243500)
@@ -1,3 +1,12 @@
+2019-03-26 Aakash Jain <[email protected]>
+
+ [ews-app] Add webkitperl to ENABLED_QUEUES
+ https://bugs.webkit.org/show_bug.cgi?id=196253
+
+ Reviewed by Lucas Forschler.
+
+ * BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
+
2019-03-25 Alexey Proskuryakov <[email protected]>
Address NSWindow sometimes using WebKitTestRunnerEvent too early