Index: samples/samples.status |
=================================================================== |
--- samples/samples.status (revision 37373) |
+++ samples/samples.status (working copy) |
@@ -10,6 +10,7 @@ |
build_dart: Skip |
build_dart_simple: Skip |
sample_extension: Skip |
+third_party/todomvc/test/listorder_test: Pass, RuntimeError # Issue 19265 |
[ $compiler == none && $browser ] |
pop_pop_win: Fail # Issues with package loading. TODO(kevmoo) |
@@ -20,11 +21,6 @@ |
polymer_intl: Pass, Fail, Timeout # 15047, 16717 |
searchable_list: Pass, Fail, Timeout # 16717 |
-[ $runtime == ie11 ] |
-third_party/todomvc/test/markdone_shadow_test: Pass, Fail # Please triage. |
-polymer_intl: Pass, Fail # Please triage. |
- |
- |
[ $runtime == vm ] |
# Skip tests that use dart:html on the standalone VM |
clock: Skip |
@@ -64,6 +60,14 @@ |
third_party/todomvc/test/markdone_shadow_test: Pass, RuntimeError # Issue 18931 |
third_party/todomvc/test/markdone_test: Pass, RuntimeError # Issue 18931 |
+[ $compiler == none && $runtime == ContentShellOnAndroid ] |
+third_party/todomvc/test/listorder_test: Skip # Times out |
+third_party/todomvc/test/mainpage_test: Skip # Times out |
+third_party/todomvc/test/markdone_shadow_test: Skip # Times out |
+third_party/todomvc/test/markdone_test: Skip # Times out |
+ |
+ |
+ |
[ $compiler == none && $runtime == drt ] |
third_party/todomvc/test/markdone_shadow_test: RuntimeError # Issue 19414 |