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

Unified Diff: tests/standalone/standalone.status

Issue 2858623002: Remove MIPS support (Closed)
Patch Set: Merge and cleanup Created 3 years, 6 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
« no previous file with comments | « tests/standalone/io/test_extension_test.dart ('k') | third_party/pkg_tested/pkg_tested.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/standalone.status
diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
index 0f7505f96bc715daca192c1269475eb642146b6b..16330cc7027999c2e6d8bd602e89afa3d66fda98 100644
--- a/tests/standalone/standalone.status
+++ b/tests/standalone/standalone.status
@@ -119,31 +119,16 @@ io/file_stream_test: Skip # Issue 26109
io/file_typed_data_test: Skip # Issue 26109
io/file_input_stream_test: Skip # Issue 26109
-[ $runtime != vm || $arch == arm || $arch == arm64 || $arch == mips || ($system == windows && $mode == debug) ]
+[ $runtime != vm || $arch == arm || $arch == arm64 || ($system == windows && $mode == debug) ]
fragmentation_test: Skip # VM test uses too much memory for small systems.
-[ $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 && ! $checked ]
assert_test: Fail # Issue 14651.
« no previous file with comments | « tests/standalone/io/test_extension_test.dart ('k') | third_party/pkg_tested/pkg_tested.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698