Skipt tests with TF on windows.
authormachenbach@chromium.org <machenbach@chromium.org>
Thu, 30 Oct 2014 09:48:24 +0000 (09:48 +0000)
committermachenbach@chromium.org <machenbach@chromium.org>
Thu, 30 Oct 2014 09:48:42 +0000 (09:48 +0000)
TBR=bmeurer@chromium.org,mstarzinger@chromium.org

Review URL: https://codereview.chromium.org/692823002

Cr-Commit-Position: refs/heads/master@{#25009}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25009 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

test/mozilla/mozilla.status

index 00ba050..077662e 100644 (file)
 
   # Test that depends on timer resolution. Fails every now and then
   # if we're unlucky enough to get a context switch at a bad time.
-  'js1_5/extensions/regress-363258': [PASS, FAIL],
+  # TODO(mstarzinger): Switch off TF on windows due to timeouts.
+  'js1_5/extensions/regress-363258': [PASS, FAIL, ['system == windows', NO_VARIANTS]],
 
 
   # Test that assumes specific runtime for a regexp, flaky in debug mode.