Changeset 210757 in webkit


Ignore:
Timestamp:
Jan 13, 2017 7:17:54 PM (7 years ago)
Author:
commit-queue@webkit.org
Message:

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

Patch by Said Abou-Hallawa <sabouhallawa@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:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/ChangeLog

    r210459 r210757  
     12017-01-13  Said Abou-Hallawa  <sabouhallawa@apple.com>
     2
     3        26 MotionMark performance tests failing
     4        https://bugs.webkit.org/show_bug.cgi?id=166854
     5
     6        Reviewed by Ryosuke Niwa.
     7       
     8        Skip running MotionMark on WebKit perf bots.
     9
     10        * Skipped:
     11
    1122017-01-06  Said Abou-Hallawa  <sabouhallawa@apple.com>
    213
  • trunk/PerformanceTests/Skipped

    r208999 r210757  
    9595
    9696# Still under development so skip it for now.
    97 Animometer
     97MotionMark
    9898JSBench
    9999ES6SampleBench
  • trunk/Tools/ChangeLog

    r210736 r210757  
     12017-01-13  Said Abou-Hallawa  <sabouhallawa@apple.com>
     2
     3        26 MotionMark performance tests failing
     4        https://bugs.webkit.org/show_bug.cgi?id=166854
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        Unrelated change. This is the last place that we need to rename Animometer
     9        to MotionMark.
     10
     11        * Scripts/webkitpy/common/config/watchlist:
     12
    1132017-01-13  Yusuke Suzuki  <utatane.tea@gmail.com>
    214
  • trunk/Tools/Scripts/webkitpy/common/config/watchlist

    r208300 r210757  
    238238                        r"|Tools/Scripts/webkitpy/performance_tests",
    239239        },
    240         "Animometer": {
    241             "filename": r"PerformanceTests/Animometer",
     240        "MotionMark": {
     241            "filename": r"PerformanceTests/MotionMark",
    242242        },
    243243        "ConsoleUsage": {
     
    353353        "Accessibility": [ "cfleizach@apple.com", "dmazzoni@google.com", "apinheiro@igalia.com", "jdiggs@igalia.com", "aboxhall@chromium.org", "mario@webkit.org", "samuel_white@apple.com", "jcraig@apple.com" ],
    354354        "Animation" : [ "simon.fraser@apple.com", "dino@apple.com", "dstockwell@chromium.org" ],
    355         "Animometer" : [ "sabouhallawa@apple.com" ],
     355        "MotionMark" : [ "sabouhallawa@apple.com" ],
    356356        "AppleMacPublicApi": [ "timothy@apple.com" ],
    357357        "BindingsScripts": [ "cdumez@apple.com" ],
Note: See TracChangeset for help on using the changeset viewer.