Index: tests/standalone/standalone.status |
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
index b76dd4ca6f53b9cfcfaddea9e49d25aa10a02881..b6e570b65eb8de8aee48fd7ad5b7bc36b4b2f5c5 100644 |
--- a/tests/standalone/standalone.status |
+++ b/tests/standalone/standalone.status |
@@ -186,17 +186,6 @@ io/file_lock_test: Skip # Timeout. |
io/test_runner_test: Skip # Timeout. |
io/http_client_stays_alive_test: Skip # Timeout. |
-[ $compiler == dart2js && $cps_ir ] |
-coverage_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions |
-io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions |
-io/file_error_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions |
-io/file_read_encoded_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions |
-io/file_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions |
-io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions |
-io/observatory_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions |
-io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions |
-priority_queue_stress_test: RuntimeError # Cannot read property 'length' of undefined |
- |
[ $compiler == dart2js ] |
io/observatory_test: Crash # Issue 24291 |
@@ -207,3 +196,13 @@ io/secure_server_client_certificate_test: RuntimeError # Issue 24069 |
io/secure_server_client_no_certificate_test: RuntimeError # Issue 24069 |
io/secure_socket_renegotiate_test: RuntimeError |
io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection just puts a READ_CLOSED on the stream, rather than signaling an error on the stream. |
+ |
+[ $compiler == dart2js && $cps_ir ] |
+coverage_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions |
+io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions |
+io/file_error_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions |
+io/file_read_encoded_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions |
+io/file_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions |
+io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions |
+io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions |
+priority_queue_stress_test: RuntimeError # Cannot read property 'length' of undefined |