Changeset 95370 in webkit


Ignore:
Timestamp:
Sep 16, 2011 10:53:51 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

add non-CG Webkit-Mac builds to flakiness dashboard
https://bugs.webkit.org/show_bug.cgi?id=68265

Patch by Elliot Poger <epoger@google.com> on 2011-09-16
Reviewed by Adam Barth.

As Chromium-on-Mac approaches the switchover from Core Graphics to
Skia, we need to add the Skia version to the flakiness dashboard.

  • BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js:
  • TestResultServer/static-dashboards/builders.js:
  • TestResultServer/static-dashboards/flakiness_dashboard_tests.js:
Location:
trunk/Tools
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js

    r93658 r95370  
    3838    'Webkit Linux (dbg)(1)': {version: 'lucid', is64bit: true, debug: true},
    3939    'Webkit Linux (dbg)(2)': {version: 'lucid', is64bit: true, debug: true},
     40    'Webkit Mac10.5': {version: 'leopard'},
     41    'Webkit Mac10.5 (dbg)(1)': {version: 'leopard', debug: true},
     42    'Webkit Mac10.5 (dbg)(2)': {version: 'leopard', debug: true},
     43    'Webkit Mac10.6': {version: 'snowleopard'},
     44    'Webkit Mac10.6 (dbg)': {version: 'snowleopard', debug: true},
    4045    'Webkit Mac10.5 (CG)': {version: 'leopard'},
    4146    'Webkit Mac10.5 (CG)(dbg)(1)': {version: 'leopard', debug: true},
  • trunk/Tools/ChangeLog

    r95369 r95370  
     12011-09-16  Elliot Poger  <epoger@google.com>
     2
     3        add non-CG Webkit-Mac builds to flakiness dashboard
     4        https://bugs.webkit.org/show_bug.cgi?id=68265
     5
     6        Reviewed by Adam Barth.
     7
     8        As Chromium-on-Mac approaches the switchover from Core Graphics to
     9        Skia, we need to add the Skia version to the flakiness dashboard.
     10
     11        * BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/config.js:
     12        * TestResultServer/static-dashboards/builders.js:
     13        * TestResultServer/static-dashboards/flakiness_dashboard_tests.js:
     14
    1152011-09-16  Jochen Eisinger  <jochen@chromium.org>
    216
  • trunk/Tools/TestResultServer/static-dashboards/builders.js

    r93527 r95370  
    9797    ['Webkit Linux (deps)(dbg)(1)'],
    9898    ['Webkit Linux (deps)(dbg)(2)'],
     99    ['Webkit Mac10.6 (deps)'],
     100    ['Webkit Mac10.6 (deps)(dbg)(1)'],
     101    ['Webkit Mac10.6 (deps)(dbg)(2)'],
    99102    ['Webkit Mac10.6 (CG)(deps)'],
    100103    ['Webkit Mac10.6 (CG)(deps)(dbg)(1)'],
     
    113116    ['Webkit Linux (dbg)(1)'],
    114117    ['Webkit Linux (dbg)(2)'],
     118    ['Webkit Mac10.5'],
     119    ['Webkit Mac10.5 (dbg)(1)'],
     120    ['Webkit Mac10.5 (dbg)(2)'],
     121    ['Webkit Mac10.6'],
     122    ['Webkit Mac10.6 (dbg)'],
    115123    ['Webkit Mac10.5 (CG)'],
    116124    ['Webkit Mac10.5 (CG)(dbg)(1)'],
     
    149157    ['Webkit Mac10.5 (CG)(dbg)(2) - GPU'],
    150158    ['Webkit Mac10.6 (CG) - GPU'],
    151     ['Webkit Mac10.6 (CG)(dbg) - GPU']
     159    ['Webkit Mac10.6 (CG)(dbg) - GPU'],
     160    ['Webkit Mac10.5 - GPU'],
     161    ['Webkit Mac10.5 (dbg)(1) - GPU'],
     162    ['Webkit Mac10.5 (dbg)(2) - GPU'],
     163    ['Webkit Mac10.6 - GPU'],
     164    ['Webkit Mac10.6 (dbg) - GPU']
    152165];
    153166associateBuildersWithMaster(CHROMIUM_GPU_MESA_BUILDERS, CHROMIUM_WEBKIT_BUILDER_MASTER);
  • trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.js

    r95046 r95370  
    3535
    3636// FIXME: move this over to using qunit
     37// In the meanwhile, you can run these tests by loading
     38// flakiness_dashboard.html#useTestData=true in a browser.
    3739
    3840// Clears out the global objects modified or used by processExpectations and
Note: See TracChangeset for help on using the changeset viewer.