Title: [260053] trunk/Tools
Revision
260053
Author
[email protected]
Date
2020-04-13 18:30:00 -0700 (Mon, 13 Apr 2020)

Log Message

REGRESSION (r259900) : Speedometer failing on Catalina-Release-WK2-Perf bot
https://bugs.webkit.org/show_bug.cgi?id=210442
<rdar://problem/61727169>

Reviewed by Stephanie Lewis.

* Scripts/webkitpy/performance_tests/perftest.py:
(PerfTest):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (260052 => 260053)


--- trunk/Tools/ChangeLog	2020-04-14 00:47:00 UTC (rev 260052)
+++ trunk/Tools/ChangeLog	2020-04-14 01:30:00 UTC (rev 260053)
@@ -1,3 +1,14 @@
+2020-04-13  Devin Rousso  <[email protected]>
+
+        REGRESSION (r259900) : Speedometer failing on Catalina-Release-WK2-Perf bot
+        https://bugs.webkit.org/show_bug.cgi?id=210442
+        <rdar://problem/61727169>
+
+        Reviewed by Stephanie Lewis.
+
+        * Scripts/webkitpy/performance_tests/perftest.py:
+        (PerfTest):
+
 2020-04-13  David Kilzer  <[email protected]>
 
         check-webkit-style should warn about attributes that appear after function definitions

Modified: trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py (260052 => 260053)


--- trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py	2020-04-14 00:47:00 UTC (rev 260052)
+++ trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py	2020-04-14 01:30:00 UTC (rev 260053)
@@ -261,9 +261,9 @@
         re.compile(r"CONSOLE MESSAGE: (line \d+: )?Blocked script execution in '[A-Za-z0-9\-\.:]+' because the document's frame is sandboxed and the 'allow-scripts' permission is not set."),
         re.compile(r"CONSOLE MESSAGE: (line \d+: )?Not allowed to load local resource"),
         # Speedometer 2.0
-        re.compile(r'CONSOLE MESSAGE: line \d+: DEBUG: -------------------------------'),
-        re.compile(r'CONSOLE MESSAGE: line \d+: DEBUG: Ember\s+: (\d\.)+'),
-        re.compile(r'CONSOLE MESSAGE: line \d+: DEBUG: jQuery\s+: (\d\.)+'),
+        re.compile(r'CONSOLE MESSAGE: (line \d+: )?DEBUG: -------------------------------'),
+        re.compile(r'CONSOLE MESSAGE: (line \d+: )?DEBUG: Ember\s+: (\d\.)+'),
+        re.compile(r'CONSOLE MESSAGE: (line \d+: )?DEBUG: jQuery\s+: (\d\.)+'),
     ]
 
     _errors_to_ignore_in_sierra = [
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to