| Index: tests/co19/co19-dart2js.status
|
| diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
|
| index 725ef08dd79d36c5092761ac0044661b0f67fcb5..87ec8b12018f340a2cf0b25dfef37f9bed23b9aa 100644
|
| --- a/tests/co19/co19-dart2js.status
|
| +++ b/tests/co19/co19-dart2js.status
|
| @@ -156,6 +156,13 @@ LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK
|
| # can understand so he can file a bug later.
|
| #
|
| [ $compiler == dart2js ]
|
| +Language/05_Variables/05_Variables_A06_t01: CompileTimeError, OK # dartbug.com/12543
|
| +Language/05_Variables/05_Variables_A06_t02: CompileTimeError, OK # dartbug.com/12543
|
| +Language/05_Variables/05_Variables_A06_t03: CompileTimeError, OK # dartbug.com/12543
|
| +Language/05_Variables/05_Variables_A06_t04: CompileTimeError, OK # dartbug.com/12543
|
| +Language/05_Variables/05_Variables_A06_t05: CompileTimeError, OK # dartbug.com/12543
|
| +Language/05_Variables/05_Variables_A06_t06: CompileTimeError, OK # dartbug.com/12543
|
| +
|
| Language/03_Overview/2_Privacy_A01_t09: RuntimeError, OK # co19 issue 198
|
| Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316
|
| Language/06_Functions/4_External_Functions_A01_t01: CompileTimeError, OK # http://dartbug.com/5021
|
| @@ -313,7 +320,6 @@ LibTest/math/log_A01_t01: Fail # TODO(kasperl): Please triage.
|
| # Missing compile-time errors.
|
| #
|
| [ $compiler == dart2js ]
|
| -Language/07_Classes/07_Classes_A02_t11: MissingCompileTimeError # Checks that it is a compile-time error if a static final variable declaration does not include explicit initializer.
|
| Language/12_Expressions/01_Constants_A20_t03: MissingCompileTimeError # Checks that an identifier expression that denotes a type parameter can not be assigned to a constant variable.
|
| Language/12_Expressions/05_Strings/1_String_Interpolation_A01_t09: MissingCompileTimeError # Checks that it is a compile-time error if a string interpolation construct does not start with IDENTIFIER_NO_DOLLAR or opening brace.
|
| Language/12_Expressions/05_Strings_A02_t46: MissingCompileTimeError # Checks that multi-line strings that contain characters and sequences prohibited by this grammar, cause compile-time errors.
|
|
|