Title: [210757] trunk
Revision
210757
Author
commit-qu...@webkit.org
Date
2017-01-13 19:17:54 -0800 (Fri, 13 Jan 2017)

Log Message

26 MotionMark performance tests failing
https://bugs.webkit.org/show_bug.cgi?id=166854

Patch by Said Abou-Hallawa <sabouhall...@apple.com> on 2017-01-13
Reviewed by Ryosuke Niwa.
PerformanceTests:

Skip running MotionMark on WebKit perf bots.

* Skipped:

Tools:

Unrelated change. This is the last place that we need to rename Animometer
to MotionMark.

* Scripts/webkitpy/common/config/watchlist:

Modified Paths

Diff

Modified: trunk/PerformanceTests/ChangeLog (210756 => 210757)


--- trunk/PerformanceTests/ChangeLog	2017-01-14 03:07:31 UTC (rev 210756)
+++ trunk/PerformanceTests/ChangeLog	2017-01-14 03:17:54 UTC (rev 210757)
@@ -1,3 +1,14 @@
+2017-01-13  Said Abou-Hallawa  <sabouhall...@apple.com>
+
+        26 MotionMark performance tests failing
+        https://bugs.webkit.org/show_bug.cgi?id=166854
+
+        Reviewed by Ryosuke Niwa.
+        
+        Skip running MotionMark on WebKit perf bots.
+
+        * Skipped:
+
 2017-01-06  Said Abou-Hallawa  <sabouhall...@apple.com>
 
         Rename the directory and the files of MotionMark from Animometer to MotionMark

Modified: trunk/PerformanceTests/Skipped (210756 => 210757)


--- trunk/PerformanceTests/Skipped	2017-01-14 03:07:31 UTC (rev 210756)
+++ trunk/PerformanceTests/Skipped	2017-01-14 03:17:54 UTC (rev 210757)
@@ -94,7 +94,7 @@
 Dromaeo/jslib-modify-prototype.html
 
 # Still under development so skip it for now.
-Animometer
+MotionMark
 JSBench
 ES6SampleBench
 

Modified: trunk/Tools/ChangeLog (210756 => 210757)


--- trunk/Tools/ChangeLog	2017-01-14 03:07:31 UTC (rev 210756)
+++ trunk/Tools/ChangeLog	2017-01-14 03:17:54 UTC (rev 210757)
@@ -1,3 +1,15 @@
+2017-01-13  Said Abou-Hallawa  <sabouhall...@apple.com>
+
+        26 MotionMark performance tests failing
+        https://bugs.webkit.org/show_bug.cgi?id=166854
+
+        Reviewed by Ryosuke Niwa.
+
+        Unrelated change. This is the last place that we need to rename Animometer
+        to MotionMark.
+
+        * Scripts/webkitpy/common/config/watchlist:
+
 2017-01-13  Yusuke Suzuki  <utatane....@gmail.com>
 
         run-jsc-benchmarks' echo should have -e option

Modified: trunk/Tools/Scripts/webkitpy/common/config/watchlist (210756 => 210757)


--- trunk/Tools/Scripts/webkitpy/common/config/watchlist	2017-01-14 03:07:31 UTC (rev 210756)
+++ trunk/Tools/Scripts/webkitpy/common/config/watchlist	2017-01-14 03:17:54 UTC (rev 210757)
@@ -237,8 +237,8 @@
             "filename": r"PerformanceTests"
                         r"|Tools/Scripts/webkitpy/performance_tests",
         },
-        "Animometer": {
-            "filename": r"PerformanceTests/Animometer",
+        "MotionMark": {
+            "filename": r"PerformanceTests/MotionMark",
         },
         "ConsoleUsage": {
             "more": r"[Aa]ddConsoleMessage|reportException|logExceptionToConsole|addMessage|printErrorMessage"
@@ -352,7 +352,7 @@
         # two different accounts as far as bugzilla is concerned.
         "Accessibility": [ "cfleiz...@apple.com", "dmazz...@google.com", "apinhe...@igalia.com", "jdi...@igalia.com", "aboxh...@chromium.org", "ma...@webkit.org", "samuel_wh...@apple.com", "jcr...@apple.com" ],
         "Animation" : [ "simon.fra...@apple.com", "d...@apple.com", "dstockw...@chromium.org" ],
-        "Animometer" : [ "sabouhall...@apple.com" ],
+        "MotionMark" : [ "sabouhall...@apple.com" ],
         "AppleMacPublicApi": [ "timo...@apple.com" ],
         "BindingsScripts": [ "cdu...@apple.com" ],
         "CMake": [ "rak...@webkit.org", "gyuyoung....@webkit.org", "ryuan.c...@gmail.com", "sergio.corr...@openbossa.org", "mcatanz...@igalia.com" ],
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to