Index: tests/standalone/standalone.status |
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
index e4951bdb883087f74f226c84150edc0bd271299f..4f69b7d989407e1251a87bf4e61884e6b1a3a204 100644 |
--- a/tests/standalone/standalone.status |
+++ b/tests/standalone/standalone.status |
@@ -4,10 +4,26 @@ |
package/invalid_uri_test: Fail, OK # Fails intentionally |
+ |
+ |
+### Temporary IO library change disables, fail ### |
+ |
[ $runtime == vm ] |
-package/package_isolate_test: Fail # Issue 7520. |
+io/skipping_dart2js_compilations_test: skip # Non-fatal process error. |
+io/status_file_parser_test: fail |
+io/test_runner_exit_code_test: fail |
+io/test_runner_test: fail |
+io/secure_server_client_certificate_test: fail |
io/web_socket_test: Fail, Pass # Issue 8495. |
+#################################################### |
+ |
+ |
+ |
+[ $runtime == vm ] |
Mads Ager (google)
2013/02/21 10:26:49
We need to check if we can remove these.
Søren Gjesse
2013/02/21 11:44:25
The test package/package_isolate_test fails (but o
|
+package/package_isolate_test: Fail # http://dartbug.com/7520. |
+io/https_client_socket_reuse_test: Skip # http://dartbug.com/8235 |
+ |
[ $runtime == vm && $system == linux ] |
io/http_proxy_test: Pass, Timeout # Issue 7773 |
@@ -47,6 +63,7 @@ io/directory_non_ascii_test: Pass, Fail |
io/process_non_ascii_test: Pass, Fail |
[ $runtime == vm && $system == windows ] |
+io/read_into_const_list_test: Skip # Issue 7157, not verified. |
Mads Ager (google)
2013/02/21 10:26:49
I think this one has been fixed.
Søren Gjesse
2013/02/21 11:44:25
It is.
|
io/file_system_links_test: Skip # No links on Windows. |
io/socket_stream_close_test: Fail, Pass # Issue 8556. |
Søren Gjesse
2013/02/21 11:44:25
This one is fixed as well.
|