| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index 6946397761c38384a34b540922c016186eac9a69..72d921468a4a49ce89722d1951d46fe70685a603 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -19,7 +19,6 @@ unicode_test: Fail # Bug 6706
|
| compare_to2_test: Fail # Bug 4018
|
|
|
| symbol_test/01: Fail, Pass # bug 11669
|
| -corelib/iterable_generate_test/01: RuntimeError # Issue 28025
|
|
|
| # With the exception of 'void', new Symbol() should not accept reserved words.
|
| symbol_reserved_word_test/06: RuntimeError # bug 11669
|
| @@ -41,6 +40,9 @@ symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972
|
| symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972
|
| symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972
|
|
|
| +[ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $unchecked ]
|
| +iterable_generate_test/01: RuntimeError # Issue 28025
|
| +
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
| package_resource_test: RuntimeError # Issue 26842
|
| symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot detect CompileTimeErrors
|
|
|