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

Unified Diff: tests/standalone/standalone.status

Issue 2858623002: Remove MIPS support (Closed)
Patch Set: Rebase Created 3 years, 7 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: 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.

Powered by Google App Engine
This is Rietveld 408576698