Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3923)

Unified Diff: webkit/tools/layout_tests/layout_package/test_expectations.py

Issue 342033: Make run_webkit_tests work on Windows 7. ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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' ]

Powered by Google App Engine
This is Rietveld 408576698