Revision: 17444
Author:   [email protected]
Date:     Thu Oct 31 11:48:31 2013 UTC
Log:      [Sheriff] Mark flaky test.

BUG=v8:2921
[email protected]

Review URL: https://codereview.chromium.org/54423002
http://code.google.com/p/v8/source/detail?r=17444

Modified:
 /branches/bleeding_edge/test/mjsunit/mjsunit.status
 /branches/bleeding_edge/tools/testrunner/local/statusfile.py

=======================================
--- /branches/bleeding_edge/test/mjsunit/mjsunit.status Fri Oct 25 12:26:47 2013 UTC +++ /branches/bleeding_edge/test/mjsunit/mjsunit.status Thu Oct 31 11:48:31 2013 UTC
@@ -33,6 +33,13 @@
   # TODO(mvstanton) Re-enable when the performance is bearable again.
   'regress/regress-2185-2': [SKIP],

+ ##############################################################################
+  # 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]],
+
##############################################################################
   # Fails.
   'regress/regress-1119': [FAIL],
=======================================
--- /branches/bleeding_edge/tools/testrunner/local/statusfile.py Thu Oct 17 13:09:28 2013 UTC +++ /branches/bleeding_edge/tools/testrunner/local/statusfile.py Thu Oct 31 11:48:31 2013 UTC
@@ -53,7 +53,8 @@
 # Support arches, modes to be written as keywords instead of strings.
 VARIABLES = {ALWAYS: True}
for var in ["debug", "release", "android_arm", "android_ia32", "arm", "ia32",
-            "mipsel", "x64", "nacl_ia32", "nacl_x64", "macos", "windows"]:
+            "mipsel", "x64", "nacl_ia32", "nacl_x64", "macos", "windows",
+            "linux"]:
   VARIABLES[var] = var


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to