| 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/2_Formal_Parameters/1_Required_Formals_A02_t06: fail | 7 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: fail |
| 8 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: fail | 8 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: fail |
| 9 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: fail | 9 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: fail |
| 10 Language/06_Functions/2_Formal_Parameters_A02_t02: fail | 10 Language/06_Functions/2_Formal_Parameters_A02_t02: fail |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: fail,
OK | 165 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t05: fail,
OK |
| 166 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: fail, O
K | 166 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: fail, O
K |
| 167 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02: fail, OK | 167 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02: fail, OK |
| 168 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01: fail, OK | 168 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01: fail, OK |
| 169 LibTest/core/StringBuffer/add_A01_t01: fail, OK | 169 LibTest/core/StringBuffer/add_A01_t01: fail, OK |
| 170 LibTest/core/StringBuffer/add_A01_t02: fail, OK | 170 LibTest/core/StringBuffer/add_A01_t02: fail, OK |
| 171 LibTest/core/StringBuffer/addAll_A01_t01: fail, OK | 171 LibTest/core/StringBuffer/addAll_A01_t01: fail, OK |
| 172 LibTest/core/StringBuffer/addAll_A01_t02: fail, OK | 172 LibTest/core/StringBuffer/addAll_A01_t02: fail, OK |
| 173 LibTest/core/StringBuffer/toString_A01_t01: fail, OK | 173 LibTest/core/StringBuffer/toString_A01_t01: fail, OK |
| 174 | 174 |
| 175 #co19 issue #432, missing @static-warning annotation |
| 176 Language/14_Types/8_Parameterized_Types_A03_t03: fail,OK |
| 177 Language/14_Types/8_Parameterized_Types_A03_t05: fail,OK |
| 178 |
| 175 # co19 issue #433, missing @static-warning annotation | 179 # co19 issue #433, missing @static-warning annotation |
| 176 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail,
OK | 180 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail,
OK |
| 177 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail,
OK | 181 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail,
OK |
| 178 | 182 |
| 179 # co19 issue #434, argument definition was dropped | 183 # co19 issue #434, argument definition was dropped |
| 180 Language/11_Expressions/33_Argument_Definition_Test_A01_t14: fail, OK | 184 Language/11_Expressions/33_Argument_Definition_Test_A01_t14: fail, OK |
| 181 Language/11_Expressions/33_Argument_Definition_Test_A01_t18: fail, OK | 185 Language/11_Expressions/33_Argument_Definition_Test_A01_t18: fail, OK |
| OLD | NEW |