Chromium Code Reviews| Index: dart/tests/co19/co19-runtime.status |
| =================================================================== |
| --- dart/tests/co19/co19-runtime.status (revision 34824) |
| +++ dart/tests/co19/co19-runtime.status (working copy) |
| @@ -49,6 +49,11 @@ |
| LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 |
| LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 |
| +[ $runtime == vm ] |
| +# These flaky tests also fail with dart2dart. |
| +LibTest/math/Rectangle/boundingBox_A01_t01: Pass, RuntimeError # co19-roll r607: Please triage this failure |
| +LibTest/math/MutableRectangle/MutableRectangle.fromPoints_A01_t01: Pass, RuntimeError # co19-roll r607: Please triage this failure |
| + |
| [ $compiler == none && $runtime == vm && $checked ] |
| LibTest/core/List/removeAt_A02_t01: Fail # co19 issue 670 |
| @@ -79,6 +84,10 @@ |
| [ $runtime == vm ] |
| LibTest/isolate/Isolate/spawn_A02_t01: Skip # co19 issue 667 |
| +LibTest/html/*: Skip # dart:html not supported on VM. |
| +LayoutTests/fast/*: Skip # DOM not supported on VM. |
| +WebPlatformTest/*: Skip # dart:html not supported on VM. |
| +WebPlatformTest1/*: Skip # dart:html not supported on VM. |
|
kustermann
2014/04/08 14:30:41
SkipByDesign would fitt better I think?
Bill Hesse
2014/04/08 14:49:05
Done.
|
| [ $compiler == none && $runtime == vm && $arch == simarm64 ] |
| *: Skip |