| Index: tools/testing/dart/test_options.dart
|
| ===================================================================
|
| --- tools/testing/dart/test_options.dart (revision 13577)
|
| +++ tools/testing/dart/test_options.dart (working copy)
|
| @@ -472,11 +472,11 @@
|
|
|
| String runtime = configuration['runtime'];
|
| if (runtime == 'firefox') {
|
| - // We accept the user string "firefox" or "ff" to denote the Firefox
|
| - // browser.
|
| configuration['runtime'] == 'ff';
|
| }
|
|
|
| + configuration['browser'] = TestUtils.isBrowserRuntime(runtime);
|
| +
|
| // Set the javascript command line flag for less verbose status files.
|
| configuration['jscl'] = TestUtils.isJsCommandLineRuntime(runtime);
|
|
|
|
|