| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 Language/11_Expressions/03_Numbers_A01_t10: fail | 63 Language/11_Expressions/03_Numbers_A01_t10: fail |
| 64 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: fail | 64 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t01: fail |
| 65 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: fail | 65 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t01: fail |
| 66 Language/11_Expressions/05_Strings_A02_t46: fail | 66 Language/11_Expressions/05_Strings_A02_t46: fail |
| 67 Language/11_Expressions/05_Strings_A02_t48: fail | 67 Language/11_Expressions/05_Strings_A02_t48: fail |
| 68 Language/11_Expressions/06_Lists_A03_t01: fail | 68 Language/11_Expressions/06_Lists_A03_t01: fail |
| 69 Language/11_Expressions/06_Lists_A06_t01: fail | 69 Language/11_Expressions/06_Lists_A06_t01: fail |
| 70 Language/11_Expressions/07_Maps_A02_t02: fail | 70 Language/11_Expressions/07_Maps_A02_t02: fail |
| 71 Language/11_Expressions/11_Instance_Creation/1_New_A13_t02: fail | 71 Language/11_Expressions/11_Instance_Creation/1_New_A13_t02: fail |
| 72 Language/11_Expressions/11_Instance_Creation/2_Const_A06_t01: fail | 72 Language/11_Expressions/11_Instance_Creation/2_Const_A06_t01: fail |
| 73 Language/11_Expressions/11_Instance_Creation/2_Const_A06_t02: fail | |
| 74 Language/11_Expressions/11_Instance_Creation/2_Const_A10_t01: fail | 73 Language/11_Expressions/11_Instance_Creation/2_Const_A10_t01: fail |
| 75 Language/11_Expressions/11_Instance_Creation_A05_t02: fail | 74 Language/11_Expressions/11_Instance_Creation_A05_t02: fail |
| 76 Language/11_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation
_A02_t01: fail | 75 Language/11_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation
_A02_t01: fail |
| 77 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t05:
fail | 76 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t05:
fail |
| 78 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A02_t01: fail | 77 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A02_t01: fail |
| 79 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A05_t01: fail | 78 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A05_t01: fail |
| 80 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: fail | 79 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: fail |
| 81 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A08_t01: fail | 80 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A08_t01: fail |
| 82 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail | 81 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t01: fail |
| 83 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail | 82 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A03_t07: fail |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 Language/03_Overview/1_Scoping_A02_t16: fail, OK | 192 Language/03_Overview/1_Scoping_A02_t16: fail, OK |
| 194 | 193 |
| 195 # co19 issue #420, 'throw' without exception; deprecated; rethrow should be used | 194 # co19 issue #420, 'throw' without exception; deprecated; rethrow should be used |
| 196 Language/11_Expressions/08_Throw_A05_t01: fail, OK | 195 Language/11_Expressions/08_Throw_A05_t01: fail, OK |
| 197 Language/11_Expressions/08_Throw_A05_t02: fail, OK | 196 Language/11_Expressions/08_Throw_A05_t02: fail, OK |
| 198 Language/11_Expressions/08_Throw_A05_t03: fail, OK | 197 Language/11_Expressions/08_Throw_A05_t03: fail, OK |
| 199 | 198 |
| 200 | 199 |
| 201 [ $runtime == drt && $compiler == none ] | 200 [ $runtime == drt && $compiler == none ] |
| 202 *: Skip | 201 *: Skip |
| OLD | NEW |