| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 [ $compiler == dartanalyzer ] | 5 [ $compiler == dartanalyzer ] |
| 6 | 6 |
| 7 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own
initialzer? | 7 # not clear: g([var foo = foo + 10]) is parameter 'foo' in the scope of its own
initialzer? |
| 8 Language/06_Functions/2_Formal_Parameters_A02_t02: fail | 8 Language/06_Functions/2_Formal_Parameters_A02_t02: fail |
| 9 | 9 |
| 10 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor
e =5 it not assignable | 10 # not clear: null..[1](1)[2](2).foo(3, bar: 4)=5 - it seems that verything befor
e =5 it not assignable |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 Language/11_Expressions/01_Constants_A12_t01: fail, OK | 82 Language/11_Expressions/01_Constants_A12_t01: fail, OK |
| 83 Language/11_Expressions/01_Constants_A13_t06: fail, OK | 83 Language/11_Expressions/01_Constants_A13_t06: fail, OK |
| 84 | 84 |
| 85 # co19 issue #414, extra @compile-error | 85 # co19 issue #414, extra @compile-error |
| 86 Language/03_Overview/1_Scoping_A02_t28: fail, OK | 86 Language/03_Overview/1_Scoping_A02_t28: fail, OK |
| 87 | 87 |
| 88 # co19 issue #416, function name is declared the parameter scope | 88 # co19 issue #416, function name is declared the parameter scope |
| 89 Language/03_Overview/1_Scoping_A02_t07: fail, OK | 89 Language/03_Overview/1_Scoping_A02_t07: fail, OK |
| 90 Language/12_Statements/04_Local_Function_Declaration_A01_t01: fail, OK | 90 Language/12_Statements/04_Local_Function_Declaration_A01_t01: fail, OK |
| 91 | 91 |
| 92 # co19 issue #417, 'if', 'while' and 'do-while' don't create scope | |
| 93 Language/03_Overview/1_Scoping_A02_t11: fail, OK | |
| 94 Language/03_Overview/1_Scoping_A02_t12: fail, OK | |
| 95 Language/03_Overview/1_Scoping_A02_t16: fail, OK | |
| 96 | |
| 97 # co19 issue #420, 'throw' without exception; deprecated; rethrow should be used | 92 # co19 issue #420, 'throw' without exception; deprecated; rethrow should be used |
| 98 Language/11_Expressions/08_Throw_A05_t01: fail, OK | 93 Language/11_Expressions/08_Throw_A05_t01: fail, OK |
| 99 Language/11_Expressions/08_Throw_A05_t02: fail, OK | 94 Language/11_Expressions/08_Throw_A05_t02: fail, OK |
| 100 Language/11_Expressions/08_Throw_A05_t03: fail, OK | 95 Language/11_Expressions/08_Throw_A05_t03: fail, OK |
| 101 | 96 |
| 102 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534 | 97 # analyzer issue https://code.google.com/p/dart/issues/detail?id=11534 |
| 103 Language/14_Types/4_Interface_Types_A11_t01: skip | 98 Language/14_Types/4_Interface_Types_A11_t01: skip |
| 104 Language/14_Types/4_Interface_Types_A11_t02: skip | 99 Language/14_Types/4_Interface_Types_A11_t02: skip |
| 105 | 100 |
| 106 # co19 issue #424, Uninitialized finals are warnings not errors | 101 # co19 issue #424, Uninitialized finals are warnings not errors |
| (...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 Language/11_Expressions/32_Type_Cast_A04_t01: fail, OK | 423 Language/11_Expressions/32_Type_Cast_A04_t01: fail, OK |
| 429 Language/11_Expressions/32_Type_Cast_A04_t02: fail, OK | 424 Language/11_Expressions/32_Type_Cast_A04_t02: fail, OK |
| 430 | 425 |
| 431 # co19 issue #465, any use of a malbounded type gives rise to a static warning. | 426 # co19 issue #465, any use of a malbounded type gives rise to a static warning. |
| 432 Language/11_Expressions/11_Instance_Creation/1_New_A05_t01: fail, OK | 427 Language/11_Expressions/11_Instance_Creation/1_New_A05_t01: fail, OK |
| 433 Language/11_Expressions/11_Instance_Creation/1_New_A05_t02: fail, OK | 428 Language/11_Expressions/11_Instance_Creation/1_New_A05_t02: fail, OK |
| 434 Language/11_Expressions/11_Instance_Creation/1_New_A05_t03: fail, OK | 429 Language/11_Expressions/11_Instance_Creation/1_New_A05_t03: fail, OK |
| 435 Language/11_Expressions/11_Instance_Creation_A03_t01: fail, OK | 430 Language/11_Expressions/11_Instance_Creation_A03_t01: fail, OK |
| 436 Language/11_Expressions/11_Instance_Creation_A04_t01: fail, OK | 431 Language/11_Expressions/11_Instance_Creation_A04_t01: fail, OK |
| 437 Language/11_Expressions/11_Instance_Creation_A04_t02: fail, OK | 432 Language/11_Expressions/11_Instance_Creation_A04_t02: fail, OK |
| OLD | NEW |