[Sheriff] Mark flaky test on windows.
authormachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 5 Nov 2013 19:29:58 +0000 (19:29 +0000)
committermachenbach@chromium.org <machenbach@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 5 Nov 2013 19:29:58 +0000 (19:29 +0000)
It was marked as flaky on linux nosnap, arm and nacl before. Now it's marked universally flaky since windows joined the list.

BUG=v8:2921
R=jkummerow@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17506 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

test/mjsunit/mjsunit.status

index 256bd3e..7d91d74 100644 (file)
 
   ##############################################################################
   # Flaky tests.
-  # BUG(v8:2921): Flaky on ia32 nosnap, arm and nacl.
-  'debug-step-4-in-frame': [PASS, [('system == linux and arch == ia32 or '
-                                    'arch == arm or arch == nacl_ia32 or '
-                                    'arch == nacl_x64'), FLAKY]],
+  # BUG(v8:2921).
+  'debug-step-4-in-frame': [PASS, FLAKY],
 
   ##############################################################################
   # Fails.