Chromium Code Reviews| Index: tests/co19/co19-runtime.status |
| diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status |
| index fb3114ea0855ff77b4cc000822d01d4f2d682a89..aa0f5bcacb9b6af8f76d9095b5c25882b836d13c 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 |
| - |
|
Bill Hesse
2014/03/12 14:20:17
This blank line makes it too easy to introduce a n
|
| # 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 |
| +LibTest/isolate/Isolate/spawn_A01_t04: Crash |
| + |
| [ $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 |