Index: tests/standalone/standalone.status |
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status |
index 1625845670d701a78abeb5573e52fe5e8488d22c..367215b5975b2b9887257e528a405ff1a8aaf8b3 100644 |
--- a/tests/standalone/standalone.status |
+++ b/tests/standalone/standalone.status |
@@ -170,28 +170,13 @@ io/test_runner_test: CompileTimeError # Imports dart:mirrors |
[ $compiler == dart2js && $browser ] |
*: Skip |
-[ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmips ] |
+[ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te ] |
out_of_memory_test: Skip # passes on Mac, crashes on Linux |
oom_error_stacktrace_test: Skip # Fails on Linux |
-[ $arch == simmips ] |
-io/socket_bind_test: Pass, Fail # Issue 28315 |
-io/http_server_response_test: Pass, Crash # Issue 29012 |
- |
[ ($arch == simarm || $arch == simdbc || $arch == simdbc64) && $mode == debug && $checked ] |
io/web_socket_test: Pass, Fail # Issue 26814 |
-[ $arch == mips ] |
-io/file_stat_test: Fail # Issue 17440 |
-io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory. |
-io/signals_test: Skip # Starts 10 dart subprocesses, uses too much memory |
-io/socket_source_address_test: Fail # Issue 22597 |
- |
-[ $arch == mips && $mode == debug ] |
-io/web_socket_test: SkipSlow # Times out. Issue 20352 |
-io/test_runner_test: Skip # Flakily times out in a subtest. Issue 201351 |
-io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too slow. |
- |
[ $compiler == none && $runtime == dartium && $unchecked ] |
assert_test: Fail # Issue 14651. |