[Webkit-unassigned] [Bug 210442] REGRESSION (r259900) : Speedometer failing on Catalina-Release-WK2-Perf bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 13 17:28:50 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=210442

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|REGRESSION                  |REGRESSION (r259900) :
                   |(r259885-r259905) :         |Speedometer failing on
                   |Speedometer failing on      |Catalina-Release-WK2-Perf
                   |Catalina-Release-WK2-Perf   |bot
                   |bot                         |

--- Comment #2 from Alexey Proskuryakov <ap at webkit.org> ---
This code in perftest.py needs to be updated after line number removal:

    _lines_to_ignore = [
        re.compile("^\s+$"),
        # Following are for handle existing test like Dromaeo
        re.compile(re.escape("""main frame - has 1 onunload handler(s)""")),
        re.compile('frame \"[^"]+\" - has \d+ onunload handler\(s\)'),
        # Following is for html5.html
        re.compile(re.escape("""Blocked access to external URL http://www.whatwg.org/specs/web-apps/current-work/""")),
        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\.)+'),
    ]

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200414/b1277a4f/attachment-0001.htm>


More information about the webkit-unassigned mailing list