Title: [190535] trunk/Tools
Revision
190535
Author
[email protected]
Date
2015-10-02 17:50:37 -0700 (Fri, 02 Oct 2015)

Log Message

REGRESSION(r190370): Speedometer spits out an extra console message
https://bugs.webkit.org/show_bug.cgi?id=149720

Unreviewed. Temporarily ignore the console error message.

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

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (190534 => 190535)


--- trunk/Tools/ChangeLog	2015-10-03 00:37:49 UTC (rev 190534)
+++ trunk/Tools/ChangeLog	2015-10-03 00:50:37 UTC (rev 190535)
@@ -1,3 +1,13 @@
+2015-10-02  Ryosuke Niwa  <[email protected]>
+
+        REGRESSION(r190370): Speedometer spits out an extra console message
+        https://bugs.webkit.org/show_bug.cgi?id=149720
+
+        Unreviewed. Temporarily ignore the console error message.
+
+        * Scripts/webkitpy/performance_tests/perftest.py:
+        (PerfTest._filter_output):
+
 2015-10-02  Brent Fulgham  <[email protected]>
 
         Provide "--no-ninja" option to avoid using Ninja

Modified: trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py (190534 => 190535)


--- trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py	2015-10-03 00:37:49 UTC (rev 190534)
+++ trunk/Tools/Scripts/webkitpy/performance_tests/perftest.py	2015-10-03 00:50:37 UTC (rev 190535)
@@ -266,6 +266,7 @@
         re.compile(re.escape("CONSOLE MESSAGE: line 125: You can configure event logging with DEBUG.events.logAll()/logNone()/logByName()/logByAction()")),
         re.compile(re.escape("CONSOLE MESSAGE: line 3285: Ember Views require jQuery 1.7, 1.8, 1.9, 1.10, or 2.0")),
         re.compile(re.escape("CONSOLE MESSAGE: line 3285: DEPRECATION: Namespaces should not begin with lowercase.")),
+        re.compile(re.escape("CONSOLE MESSAGE: line 208: Miss the info bar? Run TodoMVC from a server to avoid a cross-origin error."))
     ]
 
     def _filter_output(self, output):
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to