Changeset 97279 in webkit
- Timestamp:
- Oct 12, 2011, 11:30:29 AM (15 years ago)
- Location:
- trunk/Tools
- Files:
-
- 3 edited
-
ChangeLog (modified) (1 diff)
-
Scripts/webkitpy/layout_tests/port/chromium.py (modified) (1 diff)
-
Scripts/webkitpy/layout_tests/port/chromium_unittest.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r97277 r97279 1 2011-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 1 13 2011-10-12 Simon Fraser <simon.fraser@apple.com> 2 14 -
trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium.py
r96790 r97279 63 63 ('leopard', 'x86'), 64 64 ('snowleopard', 'x86'), 65 ('lion', 'x86'), 65 66 ('xp', 'x86'), 66 67 ('vista', 'x86'), -
trunk/Tools/Scripts/webkitpy/layout_tests/port/chromium_unittest.py
r96272 r97279 141 141 TestConfiguration('snowleopard', 'x86', 'release', 'cpu-cg'), 142 142 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'), 143 147 TestConfiguration('xp', 'x86', 'debug', 'cpu'), 144 148 TestConfiguration('xp', 'x86', 'debug', 'gpu'),
Note:
See TracChangeset
for help on using the changeset viewer.