Changeset 179232 in webkit


Ignore:
Timestamp:
Jan 27, 2015 5:11:33 PM (9 years ago)
Author:
ap@apple.com
Message:

Make flakiness dashboard OS list actually match test_expectations.py
https://bugs.webkit.org/show_bug.cgi?id=140969

Reviewed by Ryosuke Niwa.

  • TestResultServer/static-dashboards/flakiness_dashboard.js:
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r179225 r179232  
     12015-01-27  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Make flakiness dashboard OS list actually match test_expectations.py
     4        https://bugs.webkit.org/show_bug.cgi?id=140969
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        * TestResultServer/static-dashboards/flakiness_dashboard.js:
     9
    1102015-01-27  Brent Fulgham  <bfulgham@apple.com>
    211
  • trunk/Tools/TestResultServer/app.yaml

    r179214 r179232  
    11application: webkit-test-results
    2 version: 179213
     2version: 179231
    33runtime: python
    44api_version: 1
  • trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js

    r179214 r179232  
    691691            'SnowLeopard': 'SNOWLEOPARD',
    692692            'Lion': 'LION',
     693            'MountainLion': 'MOUNTAINLION',
     694            'Mavericks': 'MAVERICKS',
     695            'Yosemite': 'YOSEMITE',
    693696            'Win7': 'WIN7',
    694697            'XP': 'XP',
Note: See TracChangeset for help on using the changeset viewer.