| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index 11c51f25661e42f93756d08da176c92b5defc19e..c87aa0a4bfec8325f5139337211b68806e1ac7f4 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -80,6 +80,9 @@ iterable_return_type_test/02: RuntimeError # Issue 13646
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
|
| main_test: Fail # Dartium needs to check for both main() and main(args).
|
|
|
| +[ $compiler == none && $runtime == ContentShellOnAndroid ]
|
| +core_runtime_types_test: Pass, Fail # Issue 20525
|
| +
|
| [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ]
|
| unicode_test: Fail
|
|
|
|
|