[Sheriff] Mark flaky test.

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

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17444 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 6f27e4b3
...@@ -33,6 +33,13 @@ ...@@ -33,6 +33,13 @@
# TODO(mvstanton) Re-enable when the performance is bearable again. # TODO(mvstanton) Re-enable when the performance is bearable again.
'regress/regress-2185-2': [SKIP], '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. # Fails.
'regress/regress-1119': [FAIL], 'regress/regress-1119': [FAIL],
......
...@@ -53,7 +53,8 @@ DEFS = {FAIL_OK: [FAIL, OKAY], ...@@ -53,7 +53,8 @@ DEFS = {FAIL_OK: [FAIL, OKAY],
# Support arches, modes to be written as keywords instead of strings. # Support arches, modes to be written as keywords instead of strings.
VARIABLES = {ALWAYS: True} VARIABLES = {ALWAYS: True}
for var in ["debug", "release", "android_arm", "android_ia32", "arm", "ia32", 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 VARIABLES[var] = var
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment