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

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

Issue 847393002: Enable co19 dart2js browser tests on content shell (drt) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add new drt suppressions Created 5 years, 11 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/language/language_dart2js.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 c004ee6ccc945a12da26802eba84acb1663c7974..8c929f95dd276fb1d913ce84644db9f26973fb53 100644
--- a/tools/testing/dart/test_options.dart
+++ b/tools/testing/dart/test_options.dart
@@ -654,8 +654,7 @@ Note: currently only implemented for dart2js.''',
"runtime '${config['runtime']}' is invalid. "
"Skipping this combination.");
}
- if ((config['runtime'] == 'ie9' || config['runtime'] == 'ie10') &&
- Platform.operatingSystem != 'windows') {
+ if (config['ie'] && Platform.operatingSystem != 'windows') {
isValid = false;
print("Warning cannot run Internet Explorer on non-Windows operating"
" system.");
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698