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

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

Issue 1537653002: Remove old java-based analyzer from test scripts and status files (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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 0e744d0007c6435ba097673df011f6446d73a33a..58410522be2dd69f50d276be1d8d2893589ef18a 100644
--- a/tools/testing/dart/status_reporter.dart
+++ b/tools/testing/dart/status_reporter.dart
@@ -9,8 +9,8 @@ List<Map> LINUX_COMBINATIONS = [
{
'runtimes' : ['none'],
'modes' : ['release'],
- 'archs' : ['ia32'],
- 'compiler' : 'dartanalyzer'
+ 'archs' : ['x64'],
+ 'compiler' : 'dart2analyzer'
},
{
'runtimes' : ['vm'],

Powered by Google App Engine
This is Rietveld 408576698