| Index: tests/isolate/isolate.status
|
| diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
|
| index e39b4e491c4cd4e04e237eff776c791c45ede0ac..60c52fe977fcbfc474c1a9b9faa05f3654a9bbf1 100644
|
| --- a/tests/isolate/isolate.status
|
| +++ b/tests/isolate/isolate.status
|
| @@ -6,6 +6,9 @@
|
| browser/*: SkipByDesign # Browser specific tests
|
| isolate_stress_test: Fail # Issue 12588: This should be able to pass when we have wrapper-less tests.
|
|
|
| +[ $runtime == vm && $arch == mips && $mode == debug ]
|
| +mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device.
|
| +
|
| [ $compiler == none || $compiler == dart2dart ]
|
| serialization_test: SkipByDesign # Tests dart2js-specific serialization code
|
| isolate_throws_test/01: Skip # Issue 12587
|
|
|