Reviewers: Jakob,
Message:
PTAL
Description:
Mark flaky test.
BUG=v8:2921
Please review this at https://codereview.chromium.org/54423002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+9, -1 lines):
M test/mjsunit/mjsunit.status
M tools/testrunner/local/statusfile.py
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index
3cd5125979e5f867c5302188edc88f8e841cff8d..48aa19c991e66b27229178eeb974bacf8235ffc1
100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -34,6 +34,13 @@
'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'), PASS, FLAKY]],
+
+
##############################################################################
# Fails.
'regress/regress-1119': [FAIL],
Index: tools/testrunner/local/statusfile.py
diff --git a/tools/testrunner/local/statusfile.py
b/tools/testrunner/local/statusfile.py
index
5f5533f483b0bdddd8d9a9ea60ec7ea5cc74453d..da0c797d0a939deec0db668f49e35bc8095b4ba4
100644
--- a/tools/testrunner/local/statusfile.py
+++ b/tools/testrunner/local/statusfile.py
@@ -53,7 +53,8 @@ DEFS = {FAIL_OK: [FAIL, OKAY],
# 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.