Title: [231493] trunk/Tools
Revision
231493
Author
[email protected]
Date
2018-05-08 10:56:26 -0700 (Tue, 08 May 2018)

Log Message

Unreviewed, simplify Speedometer fixes landed in r231489, r231483 & r231474.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (231492 => 231493)


--- trunk/Tools/ChangeLog	2018-05-08 17:52:55 UTC (rev 231492)
+++ trunk/Tools/ChangeLog	2018-05-08 17:56:26 UTC (rev 231493)
@@ -1,3 +1,10 @@
+2018-05-08  Chris Dumez  <[email protected]>
+
+        Unreviewed, simplify Speedometer fixes landed in r231489, r231483 & r231474.
+
+        * Scripts/webkitpy/performance_tests/perftest.py:
+        (PerfTest):
+
 2018-05-08  Ryan Haddad  <[email protected]>
 
         Unreviewed, rolling out r231468.

Modified: trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py (231492 => 231493)


--- trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py	2018-05-08 17:52:55 UTC (rev 231492)
+++ trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py	2018-05-08 17:56:26 UTC (rev 231493)
@@ -250,11 +250,7 @@
         re.compile("^\s+$"),
         # Following are for handle existing test like Dromaeo
         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)""")),
-        re.compile(re.escape("""frame "<!--frame23-->" - has 1 onunload handler(s)""")),
-        re.compile(re.escape("""frame "<!--frame39-->" - 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."),
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to