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

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

Issue 14935012: Update status file for flaky test. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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
« no previous file with comments | « tests/isolate/isolate.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
===================================================================
--- tools/testing/dart/test_options.dart (revision 22617)
+++ tools/testing/dart/test_options.dart (working copy)
@@ -508,12 +508,12 @@
configuration['progress'] = 'verbose';
}
- // Create the artificial 'unchecked' options that test status files
+ // Create the artificial negative options that test status files
// expect.
configuration['unchecked'] = !configuration['checked'];
configuration['host_unchecked'] = !configuration['host_checked'];
-
configuration['unminified'] = !configuration['minified'];
+ configuration['nocsp'] = !configuration['csp'];
ricow1 2013/05/13 12:50:22 what do you need this for?
ngeoffray 2013/05/13 13:00:09 Per Peter suggestion, if we start using the positi
String runtime = configuration['runtime'];
if (runtime == 'firefox') {
« no previous file with comments | « tests/isolate/isolate.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698