Title: [231474] trunk/Tools
Revision
231474
Author
[email protected]
Date
2018-05-07 18:54:10 -0700 (Mon, 07 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 (231473 => 231474)


--- trunk/Tools/ChangeLog	2018-05-08 01:34:34 UTC (rev 231473)
+++ trunk/Tools/ChangeLog	2018-05-08 01:54:10 UTC (rev 231474)
@@ -1,3 +1,10 @@
+2018-05-07  Chris Dumez  <[email protected]>
+
+        Unreviewed, fix issue with running Speedometer PerfTest after r231450.
+
+        * Scripts/webkitpy/performance_tests/perftest.py:
+        (PerfTest):
+
 2018-05-06  Filip Pizlo  <[email protected]>
 
         InPlaceAbstractState::beginBasicBlock shouldn't have to clear any abstract values

Modified: trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py (231473 => 231474)


--- trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py	2018-05-08 01:34:34 UTC (rev 231473)
+++ trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py	2018-05-08 01:54:10 UTC (rev 231474)
@@ -252,6 +252,7 @@
         re.compile(re.escape("""main frame - has 1 onunload handler(s)""")),
         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)""")),
         # 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