Reviewers: mstarzinger, Igor Sheludko, Hannes Payer,

Message:
PTAL - we cannot skip richards for predictable+TF mode only. Needs to be skipped
on normal release bot as well - even though there it's fast.

Description:
Skip richards with TF.

BUG=

Please review this at https://codereview.chromium.org/458483002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+2, -0 lines):
  M test/benchmarks/benchmarks.status


Index: test/benchmarks/benchmarks.status
diff --git a/test/benchmarks/benchmarks.status b/test/benchmarks/benchmarks.status index 9170a208bf3bd09543a57e4a42198a8ca09cdf55..8dab238b182af519eab2ebc18e5066952659d04c 100644
--- a/test/benchmarks/benchmarks.status
+++ b/test/benchmarks/benchmarks.status
@@ -30,6 +30,8 @@
 [ALWAYS, {
   # Too slow in Debug mode. TODO(mstarzinger): Too slow for TF.
   'octane/mandreel': [PASS, NO_VARIANTS, ['mode == debug', SKIP]],
+  # TODO(mstarzinger,ishell): Timeout with TF in predictable mode.
+  'octane/richards': [PASS, NO_VARIANTS],
   # TODO(mstarzinger): Out of mem with TF.
   'octane/zlib': [PASS, NO_VARIANTS],
 }],  # ALWAYS


--
--
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.

Reply via email to