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

Unified Diff: runtime/observatory/tests/service/service.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: runtime/observatory/tests/service/service.status
diff --git a/runtime/observatory/tests/service/service.status b/runtime/observatory/tests/service/service.status
index c4965f4d6f46c5e75c33ed5b040c21f5d4228f65..fc52a89f2932641cd5c770a3f3002eb26cec5041 100644
--- a/runtime/observatory/tests/service/service.status
+++ b/runtime/observatory/tests/service/service.status
@@ -44,9 +44,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

Powered by Google App Engine
This is Rietveld 408576698