| Index: tests/co19/co19-runtime.status
|
| diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
|
| index fb3114ea0855ff77b4cc000822d01d4f2d682a89..e98b79bfd11b1903dd64e50c9151375eed67abd5 100644
|
| --- a/tests/co19/co19-runtime.status
|
| +++ b/tests/co19/co19-runtime.status
|
| @@ -61,15 +61,17 @@ LibTest/core/List/List_class_A01_t01: Pass, Slow
|
| LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
|
|
|
| [ $compiler == none && $runtime == vm && $arch == mips ]
|
| -LibTest/math/log_A01_t01: Fail
|
| LibTest/core/double/toInt_A01_t01: Fail
|
| -
|
| # These tests take too much memory (300 MB) for our 1 GB test machine.
|
| # co19 issue 673. http://code.google.com/p/co19/issues/detail?id=673
|
| LibTest/core/List/List_class_A01_t01: Skip # co19 issue 673
|
| LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # co19 issue 673
|
| LibTest/collection/ListBase/ListBase_class_A01_t01: Skip # co19 issue 673
|
|
|
| +[ $compiler == none && $runtime == vm && $arch == mips && $mode == debug ]
|
| +LibTest/isolate/Isolate/spawnUri_A01_t04: Crash # dartbug.com/17440
|
| +LibTest/isolate/Isolate/spawn_A01_t04: Crash # dartbug.com/17440
|
| +
|
| [ $compiler == none && $runtime == vm && ($arch == simarm || $arch == simmips) ]
|
| LibTest/core/Uri/Uri_A06_t03: Skip # Timeouts, co19-roll r576: Please triage this failure
|
| LibTest/collection/ListMixin/ListMixin_class_A01_t01: Skip # Timeouts
|
|
|