Chromium Code Reviews| 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 Language/05_Variables/05_Variables_A05_t04: fail | 6 Language/05_Variables/05_Variables_A05_t04: fail |
| 7 Language/06_Functions/06_Functions_A01_t31: fail | 7 Language/06_Functions/06_Functions_A01_t31: fail |
| 8 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: fail | 8 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: fail |
| 9 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: fail | 9 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: fail |
| 10 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: fail | 10 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: fail |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 183 Language/03_Overview/1_Scoping_A02_t16: fail, OK | 183 Language/03_Overview/1_Scoping_A02_t16: fail, OK |
| 184 | 184 |
| 185 # co19 issue #420, 'throw' without exception; deprecated; rethrow should be used | 185 # co19 issue #420, 'throw' without exception; deprecated; rethrow should be used |
| 186 Language/11_Expressions/08_Throw_A05_t01: fail, OK | 186 Language/11_Expressions/08_Throw_A05_t01: fail, OK |
| 187 Language/11_Expressions/08_Throw_A05_t02: fail, OK | 187 Language/11_Expressions/08_Throw_A05_t02: fail, OK |
| 188 Language/11_Expressions/08_Throw_A05_t03: fail, OK | 188 Language/11_Expressions/08_Throw_A05_t03: fail, OK |
| 189 | 189 |
| 190 # infinite loop | 190 # infinite loop |
| 191 Language/14_Types/4_Interface_Types_A11_t01: skip | 191 Language/14_Types/4_Interface_Types_A11_t01: skip |
| 192 Language/14_Types/4_Interface_Types_A11_t02: skip | 192 Language/14_Types/4_Interface_Types_A11_t02: skip |
| 193 | |
| 194 # Issue 11053- Uninitialized finals are warnings not errors | |
|
scheglov
2013/06/06 16:09:31
I don't understand.
This issue is fixed, so no act
jwren
2013/06/06 16:45:51
Done.
| |
| 195 Language/05_Variables/05_Variables_A05_t05: fail, OK | |
| 196 Language/05_Variables/05_Variables_A05_t06: fail, OK | |
| 197 Language/05_Variables/05_Variables_A05_t07: fail, OK | |
| 198 Language/05_Variables/05_Variables_A05_t08: fail, OK | |
| 199 Language/05_Variables/05_Variables_A05_t09: fail, OK | |
| 200 Language/05_Variables/05_Variables_A05_t10: fail, OK | |
| 201 Language/05_Variables/05_Variables_A07_t05: fail, OK | |
| 202 Language/05_Variables/05_Variables_A07_t06: fail, OK | |
| 203 Language/05_Variables/05_Variables_A07_t07: fail, OK | |
| 204 Language/05_Variables/05_Variables_A07_t08: fail, OK | |
| 205 Language/05_Variables/05_Variables_A08_t01: fail, OK | |
| 206 Language/11_Expressions/11_Instance_Creation/2_Const_A01_t02: fail, OK | |
| 207 | |
| 208 # Issue 11050- Only static fields can be declared as 'const' | |
|
scheglov
2013/06/06 16:09:31
Same here.
jwren
2013/06/06 16:45:51
Done.
| |
| 209 Language/05_Variables/05_Variables_A12_t01: fail, OK | |
| 210 Language/05_Variables/05_Variables_A12_t06: fail, OK | |
| 211 Language/05_Variables/05_Variables_A13_t01: fail, OK | |
| 212 Language/07_Classes/07_Classes_A02_t11: fail, OK | |
| OLD | NEW |