| Index: dart/tests/corelib/corelib.status
|
| diff --git a/dart/tests/corelib/corelib.status b/dart/tests/corelib/corelib.status
|
| index 34d27b52b3610917bc0e3234238f74ab11ce2ed9..0335becb8985bdeac7ae81e0c4c55c8572996196 100644
|
| --- a/dart/tests/corelib/corelib.status
|
| +++ b/dart/tests/corelib/corelib.status
|
| @@ -42,6 +42,9 @@ symbol_reserved_word_test/01: CompileTimeError
|
| [ $compiler == none || $compiler == dart2js || $compiler == dart2dart || $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
| symbol_reserved_word_test/02: CompileTimeError # bug 20191
|
|
|
| +[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
| +symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot detect CompileTimeErrors
|
| +
|
| # new Symbol('void') should be allowed.
|
| [ $compiler == dart2js ]
|
| symbol_reserved_word_test/03: RuntimeError # bug 19972
|
| @@ -53,6 +56,11 @@ 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 && ($runtime == drt || $runtime == dartium) ]
|
| +symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detect CompileTimeErrors
|
| +symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detect CompileTimeErrors
|
| +symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detect CompileTimeErrors
|
| +
|
| # With the exception of 'void', new Symbol() should not accept reserved words.
|
| [ $compiler == none || $compiler == dart2dart ]
|
| symbol_reserved_word_test/06: RuntimeError # bug 11669
|
|
|