| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index 3c56c5cbff18294b9961e353170d23aacd65ae7f..40a01e476d63c9c3e1fb8ada77ca5c0281f4a93c 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -15,7 +15,7 @@ string_from_environment3_test: Skip
|
| string_from_environment_default_value: Skip
|
| string_from_environment_test: Skip
|
|
|
| -[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
| +[ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
|
| bool_from_environment2_test: Skip
|
| bool_from_environment_default_value_test: Skip
|
| bool_from_environment_test: Skip
|
| @@ -52,7 +52,7 @@ compare_to2_test: Fail # Bug 4018
|
|
|
| symbol_test/01: Fail, Pass # bug 11669
|
|
|
| -[ $compiler == none && $runtime != dartium && $runtime != drt ]
|
| +[ $compiler == none && $runtime != dartium && $runtime != drt && runtime != ContentShellOnAndroid]
|
| symbol_test/02: MissingCompileTimeError # bug 11669
|
| symbol_test/03: MissingCompileTimeError # bug 11669
|
|
|
| @@ -60,10 +60,7 @@ symbol_test/03: MissingCompileTimeError # bug 11669
|
| symbol_test/none: Fail # bug 11669
|
| symbol_operator_test/03: Fail # bug 11669
|
|
|
| -[ $compiler == none && $runtime == drt ]
|
| -main_test: Fail # Dartium needs to check for both main() and main(args).
|
| -
|
| -[ $compiler == none && $runtime == dartium ]
|
| +[ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
|
| main_test: Fail # Dartium needs to check for both main() and main(args).
|
|
|
| [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ]
|
|
|