Title: [260007] trunk/Tools
Revision
260007
Author
[email protected]
Date
2020-04-13 08:22:30 -0700 (Mon, 13 Apr 2020)

Log Message

ews status-bubble hover-over message include unhelpful message 'Crash collection has quiesced'
https://bugs.webkit.org/show_bug.cgi?id=210378

Reviewed by Jonathan Bedard.

* BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
(StatusBubble):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py (260006 => 260007)


--- trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py	2020-04-13 15:00:07 UTC (rev 260006)
+++ trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py	2020-04-13 15:22:30 UTC (rev 260007)
@@ -60,6 +60,7 @@
     STEPS_TO_HIDE = ['^Archived built product$', '^Uploaded built product$', '^Transferred archive to S3$',
                      '^Archived test results$', '^Uploaded test results$', '^Extracted test results$',
                      '^Downloaded built product$', '^Extracted built product$',
+                     '^Crash collection has quiesced$', '^Triggered crash log submission$',
                      '^Cleaned and updated working directory$', '^Checked out required revision$', '^Updated working directory$',
                      '^Validated patch$', '^Killed old processes$', '^Configured build$', '^OS:.*Xcode:', '(skipped)',
                      '^Printed configuration$', '^Patch contains relevant changes$', '^Deleted .git/index.lock$',

Modified: trunk/Tools/ChangeLog (260006 => 260007)


--- trunk/Tools/ChangeLog	2020-04-13 15:00:07 UTC (rev 260006)
+++ trunk/Tools/ChangeLog	2020-04-13 15:22:30 UTC (rev 260007)
@@ -1,3 +1,13 @@
+2020-04-13  Aakash Jain  <[email protected]>
+
+        ews status-bubble hover-over message include unhelpful message 'Crash collection has quiesced'
+        https://bugs.webkit.org/show_bug.cgi?id=210378
+
+        Reviewed by Jonathan Bedard.
+
+        * BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
+        (StatusBubble):
+
 2020-04-11  Wenson Hsieh  <[email protected]>
 
         [macOS] [WK1] Touch Bar flashes when typing in Vietnamese in Mail
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to