Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(639)

Unified Diff: dart/tests/co19/co19-runtime.status

Issue 225403020: Update co19 test suite to r706 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698