Changeset 147685 in webkit


Ignore:
Timestamp:
Apr 4, 2013 5:08:27 PM (11 years ago)
Author:
dpranke@chromium.org
Message:

temporarily make flakiness dashboard work again webkit.org bots
https://bugs.webkit.org/show_bug.cgi?id=113972

Reviewed by Ojan Vafai.

This patch disables the chromium.org layout test bots TestExpectations
parsing temporarily until we can work out the right way to split into
two instances for webkit.org and chromium.org and figure out which
code to delete where :).

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

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r147680 r147685  
     12013-04-04  Dirk Pranke  <dpranke@chromium.org>
     2
     3        temporarily make flakiness dashboard work again webkit.org bots
     4        https://bugs.webkit.org/show_bug.cgi?id=113972
     5
     6        Reviewed by Ojan Vafai.
     7
     8        This patch disables the chromium.org layout test bots TestExpectations
     9        parsing temporarily until we can work out the right way to split into
     10        two instances for webkit.org and chromium.org and figure out which
     11        code to delete where :).
     12
     13        * TestResultServer/static-dashboards/flakiness_dashboard.js:
     14
    1152013-04-04  Ryosuke Niwa  <rniwa@webkit.org>
    216
  • trunk/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js

    r147457 r147685  
    4242var PLATFORMS = {
    4343    'CHROMIUM': {
    44         expectationsDirectory: 'chromium',
     44        expectationsDirectory: null, /* FIXME: cleanup post blink split 'chromium', */
    4545        subPlatforms: {
    4646            'LION': { fallbackPlatforms: ['CHROMIUM'] },
     
    5050            'WIN7': { fallbackPlatforms: ['CHROMIUM'] },
    5151            'LUCID': { fallbackPlatforms: ['CHROMIUM'] },
    52             'ANDROID': { fallbackPlatforms: ['CHROMIUM'], expectationsDirectory: 'chromium-android' }
     52            'ANDROID': { fallbackPlatforms: ['CHROMIUM'], expectationsDirectory: null /* 'chromium-android' */ }
    5353        },
    5454        platformModifierUnions: {
Note: See TracChangeset for help on using the changeset viewer.