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

Unified Diff: runtime/observatory/tests/service/service.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 | « runtime/bin/platform.h ('k') | runtime/platform/globals.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/tests/service/service.status
diff --git a/runtime/observatory/tests/service/service.status b/runtime/observatory/tests/service/service.status
index 4f0c14e6922e75c29513a206250da14f04749ef2..a479212ca67358f6e20db5e703e542ec700cc81e 100644
--- a/runtime/observatory/tests/service/service.status
+++ b/runtime/observatory/tests/service/service.status
@@ -43,9 +43,9 @@ debugger_location_second_test: Pass, Slow
debugger_location_test: Pass, Slow
# These tests are slow on simulators.
-[ $arch == simarm || $arch == simmips || $arch == simarm64 ]
+[ $arch == simarm || $arch == simarm64 ]
*: Pass, Slow
-[ $mode == debug && ($arch == simarm || $arch == simmips || $arch == simarm64) ]
+[ $mode == debug && ($arch == simarm || $arch == simarm64) ]
*: SkipSlow
# All tests use dart:io
« no previous file with comments | « runtime/bin/platform.h ('k') | runtime/platform/globals.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698