Title: [231483] trunk/Tools
Revision
231483
Author
[email protected]
Date
2018-05-08 07:02:45 -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 (231482 => 231483)


--- trunk/Tools/ChangeLog	2018-05-08 06:09:06 UTC (rev 231482)
+++ trunk/Tools/ChangeLog	2018-05-08 14:02:45 UTC (rev 231483)
@@ -1,3 +1,10 @@
+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 (231482 => 231483)


--- trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py	2018-05-08 06:09:06 UTC (rev 231482)
+++ trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py	2018-05-08 14:02:45 UTC (rev 231483)
@@ -253,6 +253,7 @@
         re.compile(re.escape("""frame "<!--framePath //<!--frame0-->-->" - has 1 onunload handler(s)""")),
         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)""")),
         # 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