Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(73)

Unified Diff: test/benchmarks/benchmarks.status

Issue 1872483002: [compiler] Make OptimizedCompileJob agnostic from backend. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Skip one benchmark. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/crankshaft/lithium-codegen.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/benchmarks/benchmarks.status
diff --git a/test/benchmarks/benchmarks.status b/test/benchmarks/benchmarks.status
index 9db4a277d6acb64c827320d4b6b816f2485f617b..26e9bf715102f677d519ddde1501a5c96a54b8ff 100644
--- a/test/benchmarks/benchmarks.status
+++ b/test/benchmarks/benchmarks.status
@@ -28,7 +28,8 @@
[
[ALWAYS, {
# Too slow in Debug mode.
- 'octane/mandreel': [PASS, SLOW, ['mode == debug', SKIP]],
+ # TODO(turbofan): Causes bailout in SimplifiedLowering::abort_compilation.
+ 'octane/mandreel': [PASS, SLOW, ['mode == debug', SKIP], NO_VARIANTS],
Michael Starzinger 2016/04/08 16:54:01 As discussed offline: I had to disabled "mandreel"
# TODO(turbofan): Too slow in debug mode for now.
'octane/pdfjs': [PASS, ['mode == debug', SKIP]],
« no previous file with comments | « src/crankshaft/lithium-codegen.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698