Reviewers: rossberg,

Description:
Skip octane/pdfjs for now in debug mode because slow.

[email protected]
BUG=benchmarks/octane/pdfjs

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

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 3bdacc2a9f2cd9b104909d59f6c466b2a44608dc..d680bc659e67770a9e43f7b0c34ef56eb77faa25 100644
--- a/test/benchmarks/benchmarks.status
+++ b/test/benchmarks/benchmarks.status
@@ -29,5 +29,7 @@
 [ALWAYS, {
   # Too slow in Debug mode.
   'octane/mandreel': [PASS, ['mode == debug', SKIP]],
+  # TODO(turbofan): Too slow in debug mode for now.
+  #'octane/pdfjs': [PASS, ['mode == debug', SKIP]],
 }],  # 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