Chromium Code Reviews| 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]], |