Title: [231489] trunk/Tools
Revision
231489
Author
[email protected]
Date
2018-05-08 10:15:38 -0700 (Tue, 08 May 2018)

Log Message

Unreviewed, fix issue with running Speedometer PerfTest after r231450.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (231488 => 231489)


--- trunk/Tools/ChangeLog	2018-05-08 16:34:07 UTC (rev 231488)
+++ trunk/Tools/ChangeLog	2018-05-08 17:15:38 UTC (rev 231489)
@@ -5,6 +5,13 @@
         * Scripts/webkitpy/performance_tests/perftest.py:
         (PerfTest):
 
+2018-05-08  Chris Dumez  <[email protected]>
+
+        Unreviewed, fix issue with running Speedometer PerfTest after r231450.
+
+        * Scripts/webkitpy/performance_tests/perftest.py:
+        (PerfTest):
+
 2018-05-07  Chris Dumez  <[email protected]>
 
         Unreviewed, fix issue with running Speedometer PerfTest after r231450.

Modified: trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py (231488 => 231489)


--- trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py	2018-05-08 16:34:07 UTC (rev 231488)
+++ trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py	2018-05-08 17:15:38 UTC (rev 231489)
@@ -254,6 +254,7 @@
         re.compile(re.escape("""frame "<!--framePath //<!--frame0-->/<!--frame0-->-->" - has 1 onunload handler(s)""")),
         re.compile(re.escape("""frame "<!--frame7-->" - has 1 onunload handler(s)""")),
         re.compile(re.escape("""frame "<!--frame23-->" - has 1 onunload handler(s)""")),
+        re.compile(re.escape("""frame "<!--frame39-->" - has 1 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."),
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to