⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 97279 in webkit


Ignore:
Timestamp:
Oct 12, 2011, 11:30:29 AM (15 years ago)
Author:
abarth@webkit.org
Message:

webkitpy tests are failing on Mac bots
https://bugs.webkit.org/show_bug.cgi?id=69929

Reviewed by Simon Fraser.

Admit that Lion exists.

  • Scripts/webkitpy/layout_tests/port/chromium.py:
  • Scripts/webkitpy/layout_tests/port/chromium_unittest.py:
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r97277 r97279  
     12011-10-12  Adam Barth  <abarth@webkit.org>
     2
     3        webkitpy tests are failing on Mac bots
     4        https://bugs.webkit.org/show_bug.cgi?id=69929
     5
     6        Reviewed by Simon Fraser.
     7
     8        Admit that Lion exists.
     9
     10        * Scripts/webkitpy/layout_tests/port/chromium.py:
     11        * Scripts/webkitpy/layout_tests/port/chromium_unittest.py:
     12
    1132011-10-12  Simon Fraser  <simon.fraser@apple.com>
    214
  • trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py

    r96790 r97279  
    6363        ('leopard', 'x86'),
    6464        ('snowleopard', 'x86'),
     65        ('lion', 'x86'),
    6566        ('xp', 'x86'),
    6667        ('vista', 'x86'),
  • trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_unittest.py

    r96272 r97279  
    141141            TestConfiguration('snowleopard', 'x86', 'release', 'cpu-cg'),
    142142            TestConfiguration('snowleopard', 'x86', 'release', 'gpu-cg'),
     143            TestConfiguration('lion', 'x86', 'debug', 'cpu'),
     144            TestConfiguration('lion', 'x86', 'debug', 'gpu'),
     145            TestConfiguration('lion', 'x86', 'release', 'cpu'),
     146            TestConfiguration('lion', 'x86', 'release', 'gpu'),
    143147            TestConfiguration('xp', 'x86', 'debug', 'cpu'),
    144148            TestConfiguration('xp', 'x86', 'debug', 'gpu'),
Note: See TracChangeset for help on using the changeset viewer.