Reviewers: Benedikt Meurer,
Message:
PTAL
Description:
[test] Raise timeout for testing without vfp3.
BUG=
Please review this at https://codereview.chromium.org/1228073002/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+2, -0 lines):
M tools/testrunner/local/execution.py
Index: tools/testrunner/local/execution.py
diff --git a/tools/testrunner/local/execution.py
b/tools/testrunner/local/execution.py
index
dccd52a359976dfcf0386f50fcdfa385cd320399..4c63fb6e63f6ba1aac2a3b0da0f1bdbfc8e9e2f1
100644
--- a/tools/testrunner/local/execution.py
+++ b/tools/testrunner/local/execution.py
@@ -104,6 +104,8 @@ class Runner(object):
"--stress-opt" in self.context.mode_flags or
"--stress-opt" in self.context.extra_flags):
timeout *= 4
+ if "--noenable-vfp3" in self.context.extra_flags:
+ timeout *= 2
# FIXME(machenbach): Make this more OO. Don't expose default outcomes
or
# the like.
if statusfile.IsSlow(test.outcomes or [statusfile.PASS]):
--
--
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/d/optout.