Chromium Code Reviews| Index: test/cctest/cctest.status |
| diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status |
| index 51268e34ab3fd27067f53b02c466ed9393137e40..3cb236b7641ebfa2812829e10211f1eba6280d72 100644 |
| --- a/test/cctest/cctest.status |
| +++ b/test/cctest/cctest.status |
| @@ -94,6 +94,10 @@ |
| 'test-run-machops/RunLoadImmIndex': [SKIP], |
| 'test-run-machops/RunSpillLotsOfThingsWithCall': [SKIP], |
| + # TODO(sigurd): The schedule is borked with multiple inlinees. |
|
sigurds
2014/09/09 15:31:39
my handle is sigurds :)
Michael Starzinger
2014/09/09 15:35:38
Done. Ooops, apologies!
|
| + 'test-run-inlining/InlineTwiceDependentDiamond': [SKIP], |
| + 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [SKIP], |
| + |
| # Some tests are just too slow to run for now. |
| 'test-api/Threading*': [PASS, NO_VARIANTS], |
| 'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_VARIANTS], |