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

Unified Diff: tools/testing/dart/status_reporter.dart

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: tools/testing/dart/status_reporter.dart
diff --git a/tools/testing/dart/status_reporter.dart b/tools/testing/dart/status_reporter.dart
index 69c1a0e7f7bd42252def60ac59989bb6a51620da..d70bda64cd2a417f25d9d3804594c2d5fa992cb9 100644
--- a/tools/testing/dart/status_reporter.dart
+++ b/tools/testing/dart/status_reporter.dart
@@ -15,7 +15,7 @@ final LINUX_COMBINATIONS = [
{
'runtimes': ['vm'],
'modes': ['debug', 'release'],
- 'archs': ['ia32', 'x64', 'simarm', 'simmips'],
+ 'archs': ['ia32', 'x64', 'simarm'],
'compiler': 'none'
},
{

Powered by Google App Engine
This is Rietveld 408576698