Changeset 61513 in webkit


Ignore:
Timestamp:
Jun 20, 2010 2:30:17 PM (14 years ago)
Author:
Joseph Pecoraro
Message:

2010-06-20 Joseph Pecoraro <Joseph Pecoraro>

Reviewed by Dimitri Glazkov.

Python Tests Fail after r61508
https://bugs.webkit.org/show_bug.cgi?id=40891

Test's regex list needed to be updated to match the new
regex list in the source code. Added new bots to the
example_buildbots list.

Regex list fixed in r61512. Updated bot list.

  • Scripts/webkitpy/common/net/buildbot_unittest.py:
Location:
trunk/WebKitTools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r61512 r61513  
     12010-06-20  Joseph Pecoraro  <joepeck@webkit.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        Python Tests Fail after r61508
     6        https://bugs.webkit.org/show_bug.cgi?id=40891
     7
     8        Test's regex list needed to be updated to match the new
     9        regex list in the source code. Added new bots to the
     10        example_buildbots list.
     11
     12        Regex list fixed in r61512. Updated bot list.
     13
     14        * Scripts/webkitpy/common/net/buildbot_unittest.py:
     15
    1162010-06-20  Dimitri Glazkov  <dglazkov@chromium.org>
    217
  • trunk/WebKitTools/Scripts/webkitpy/common/net/buildbot_unittest.py

    r61512 r61513  
    276276            {'name': u'Chromium Mac Release', },
    277277            {'name': u'Chromium Win Release', },
     278            {'name': u'Chromium Linux Release (Tests)', },
     279            {'name': u'Chromium Mac Release (Tests)', },
     280            {'name': u'Chromium Win Release (Tests)', },
    278281            {'name': u'New run-webkit-tests', },
    279282        ]
Note: See TracChangeset for help on using the changeset viewer.