Changeset 95285 in webkit


Ignore:
Timestamp:
Sep 16, 2011 5:04:48 AM (13 years ago)
Author:
Csaba Osztrogonác
Message:

Buildbot marks a nrwt bot red when tests are missing results
https://bugs.webkit.org/show_bug.cgi?id=64812

Patch by Kristóf Kosztyó <kkristof@inf.u-szeged.hu> on 2011-09-16
Reviewed by Dirk Pranke.

  • Scripts/webkitpy/layout_tests/controllers/manager.py:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r95283 r95285  
     12011-09-16  Kristóf Kosztyó  <kkristof@inf.u-szeged.hu>
     2
     3        Buildbot marks a nrwt bot red when tests are missing results
     4        https://bugs.webkit.org/show_bug.cgi?id=64812
     5
     6        Reviewed by Dirk Pranke.
     7
     8        * Scripts/webkitpy/layout_tests/controllers/manager.py:
     9
    1102011-09-16  Martin Robinson  <mrobinson@igalia.com>
    211
  • trunk/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py

    r94863 r95285  
    148148                    actual.append(keywords[retry_result_type])
    149149                    num_flaky += 1
     150                # FIXME: break MISSING results into a different category
     151                elif 'MISSING' in actual:
     152                    num_flaky += 1
    150153                else:
    151154                    num_regressions += 1
Note: See TracChangeset for help on using the changeset viewer.