| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index f11ff6ecbf1be1d5fdfc6242dc7d67bbd360c92c..441a40041d95b8ee1ac29f7895068c64325476d3 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -52,8 +52,6 @@ compare_to2_test: Fail # Bug 4018
|
|
|
| symbol_test/01: Fail, Pass # bug 11669
|
|
|
| -string_case_test/01: Fail # Bug 18061
|
| -
|
| [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != ContentShellOnAndroid ]
|
| symbol_test/02: MissingCompileTimeError # bug 11669
|
| symbol_test/03: MissingCompileTimeError # bug 11669
|
| @@ -61,6 +59,7 @@ symbol_test/03: MissingCompileTimeError # bug 11669
|
| [ $compiler == none || $compiler == dart2dart ]
|
| symbol_test/none: Fail # bug 11669
|
| symbol_operator_test/03: Fail # bug 11669
|
| +string_case_test/01: Fail # Bug 18061
|
|
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
|
| main_test: Fail # Dartium needs to check for both main() and main(args).
|
|
|