| Index: webkit/tools/layout_tests/layout_package/test_expectations.py
|
| ===================================================================
|
| --- webkit/tools/layout_tests/layout_package/test_expectations.py (revision 30382)
|
| +++ webkit/tools/layout_tests/layout_package/test_expectations.py (working copy)
|
| @@ -195,7 +195,8 @@
|
| DEFER: Test does not count in our statistics for the current release.
|
| DEBUG: Expectations apply only to the debug build.
|
| RELEASE: Expectations apply only to release build.
|
| - LINUX/WIN/WIN-XP/WIN-VISTA/MAC: Expectations apply only to these platforms.
|
| + LINUX/WIN/WIN-XP/WIN-VISTA/WIN-7/MAC: Expectations apply only to these
|
| + platforms.
|
|
|
| Notes:
|
| -A test cannot be both SLOW and TIMEOUT
|
| @@ -217,7 +218,7 @@
|
| 'timeout': TIMEOUT,
|
| 'crash': CRASH }
|
|
|
| - PLATFORMS = [ 'mac', 'linux', 'win', 'win-xp', 'win-vista' ]
|
| + PLATFORMS = [ 'mac', 'linux', 'win', 'win-xp', 'win-vista', 'win-7' ]
|
|
|
| BUILD_TYPES = [ 'debug', 'release' ]
|
|
|
|
|