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

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

Issue 9817019: Remove backwards compatibility 'win32' name from test status files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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/standalone.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/dart/test_options.dart
diff --git a/tools/testing/dart/test_options.dart b/tools/testing/dart/test_options.dart
index df25505cb034336c8994de8d963763c54cb643e5..35f5b3e2aaa7da782a645cd29f9f0414f4f1474d 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -358,14 +358,6 @@ Controls how dart code is compiled and executed.
* into a list of configurations with exactly one value per key.
*/
List<Map> _expandConfigurations(Map configuration) {
-
- // TODO(ager): Get rid of this. This is for backwards
- // compatibility with the python test scripts. They use system
- // 'win32' for Windows.
- if (configuration['system'] == 'windows') {
- configuration['system'] = 'win32';
- }
-
// Expand the pseudo-values such as 'all'.
if (configuration['arch'] == 'all') {
configuration['arch'] = 'ia32,x64';
« no previous file with comments | « tests/standalone/standalone.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698