| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 # These tests either wrongly expect a compile-time error or wrongly reject a typ
e error in production mode, co19 issue 282: | |
| 6 [ $compiler == none && $runtime == vm && $unchecked ] | |
| 7 Language/11_Expressions/11_Instance_Creation_A02_t02: Fail, OK # Wrongly expects
compile-time error in production mode. | |
| 8 Language/11_Expressions/11_Instance_Creation/2_Const_A03_t01: Fail, OK # Wrongly
expects compile-time error in production mode. | |
| 9 Language/11_Expressions/11_Instance_Creation/2_Const_A03_t02: Fail, OK # Wrongly
expects compile-time error in production mode. | |
| 10 [ $compiler == none && $runtime == vm && $checked ] | |
| 11 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail, OK | |
| 12 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail, OK | |
| 13 [ $compiler == none && $runtime == vm ] | 5 [ $compiler == none && $runtime == vm ] |
| 14 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # TODO(vm-team): Plea
se triage this crash. | 6 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # TODO(vm-team): Plea
se triage this crash. |
| 15 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # TODO(vm-team): Plea
se triage this crash. | 7 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # TODO(vm-team): Plea
se triage this crash. |
| 16 Language/13_Libraries_and_Scripts/1_Imports_A03_t02: Fail, OK | |
| 17 Language/13_Libraries_and_Scripts/1_Imports_A03_t22: Fail, OK | |
| 18 Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail, OK | |
| 19 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail, OK | |
| 20 | |
| 21 Language/11_Expressions/30_Identifier_Reference_A05_t04: Fail, OK # co19 issue 3
02 | |
| 22 | 8 |
| 23 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(vm-team): Please triage
this failure. | 9 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(vm-team): Please triage
this failure. |
| 24 Language/05_Variables/05_Variables_A05_t11: Fail # TODO(vm-team): Please triage
this failure. | 10 Language/05_Variables/05_Variables_A05_t11: Fail # TODO(vm-team): Please triage
this failure. |
| 25 Language/05_Variables/05_Variables_A05_t13: Fail # TODO(vm-team): Please triage
this failure. | 11 Language/05_Variables/05_Variables_A05_t13: Fail # TODO(vm-team): Please triage
this failure. |
| 26 Language/05_Variables/05_Variables_A05_t14: Fail # TODO(vm-team): Please triage
this failure. | 12 Language/05_Variables/05_Variables_A05_t14: Fail # TODO(vm-team): Please triage
this failure. |
| 27 Language/05_Variables/05_Variables_A05_t15: Fail # TODO(vm-team): Please triage
this failure. | 13 Language/05_Variables/05_Variables_A05_t15: Fail # TODO(vm-team): Please triage
this failure. |
| 28 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail #
TODO(vm-team): Please triage this failure. | 14 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail #
TODO(vm-team): Please triage this failure. |
| 29 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail #
TODO(vm-team): Please triage this failure. | 15 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail #
TODO(vm-team): Please triage this failure. |
| 30 Language/07_Classes/07_Classes_A07_t03: Fail, OK # co19 issue 306 | 16 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t10: Fail # TOD
O(vm-team): Please triage this failure. |
| 31 Language/07_Classes/07_Classes_A07_t06: Fail, OK # co19 issue 306 | |
| 32 Language/07_Classes/2_Getters_A01_t03: Fail # Expects compile-time error when ge
tter has empty parameter list. | 17 Language/07_Classes/2_Getters_A01_t03: Fail # Expects compile-time error when ge
tter has empty parameter list. |
| 33 Language/07_Classes/2_Getters_A01_t05: Fail # Expects compile-time error when ge
tter has empty parameter list. | 18 Language/07_Classes/2_Getters_A01_t05: Fail # Expects compile-time error when ge
tter has empty parameter list. |
| 34 Language/07_Classes/3_Setters_A04_t03: Fail, OK # Syntax error, issue 304 | 19 Language/07_Classes/3_Setters_A04_t01: Fail # TODO(vm-team): Please triage this
failure. |
| 35 Language/07_Classes/3_Setters_A04_t06: Fail, OK # Syntax error, issue 304 | 20 Language/07_Classes/3_Setters_A04_t04: Fail # TODO(vm-team): Please triage this
failure. |
| 36 Language/07_Classes/3_Setters_A04_t07: Fail, OK # test error, issue 305 | 21 Language/07_Classes/3_Setters_A04_t05: Fail # TODO(vm-team): Please triage this
failure. |
| 37 Language/07_Classes/3_Setters_A04_t08: Fail, OK # test error, issue 305 | |
| 38 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # TODO(vm-team): P
lease triage this failure. | 22 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # TODO(vm-team): P
lease triage this failure. |
| 39 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # TODO(vm-team): P
lease triage this failure. | 23 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # TODO(vm-team): P
lease triage this failure. |
| 40 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # TODO(vm-team): P
lease triage this failure. | 24 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # TODO(vm-team): P
lease triage this failure. |
| 41 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Fail # TODO(vm-team): P
lease triage this failure. | 25 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Fail # TODO(vm-team): P
lease triage this failure. |
| 42 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # TODO(vm-team): P
lease triage this failure. | 26 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # TODO(vm-team): P
lease triage this failure. |
| 43 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # TODO(vm-team): P
lease triage this failure. | 27 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # TODO(vm-team): P
lease triage this failure. |
| 44 Language/07_Classes/6_Constructors/2_Factories_A05_t01: Fail # TODO(vm-team): Pl
ease triage this failure. | 28 Language/07_Classes/6_Constructors/2_Factories_A05_t01: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 45 Language/07_Classes/6_Constructors/2_Factories_A05_t03: Fail # TODO(vm-team): Pl
ease triage this failure. | 29 Language/07_Classes/6_Constructors/2_Factories_A05_t03: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 46 Language/07_Classes/6_Constructors/2_Factories_A05_t04: Fail # TODO(vm-team): Pl
ease triage this failure. | 30 Language/07_Classes/6_Constructors/2_Factories_A05_t04: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 47 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t01: Fail # TODO(
vm-team): Please triage this failure. | 31 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t01: Fail # TODO(
vm-team): Please triage this failure. |
| 48 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t02: Fail # TODO(
vm-team): Please triage this failure. | 32 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t02: Fail # TODO(
vm-team): Please triage this failure. |
| 49 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t03: Fail # TODO(
vm-team): Please triage this failure. | 33 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t03: Fail # TODO(
vm-team): Please triage this failure. |
| 50 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # TODO(
vm-team): Please triage this failure. | 34 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # TODO(
vm-team): Please triage this failure. |
| 51 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail # TODO(
vm-team): Please triage this failure. | 35 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail # TODO(
vm-team): Please triage this failure. |
| 52 Language/08_Interfaces/5_Superinterfaces_A01_t02: Fail # TODO(vm-team): Please t
riage this failure. | 36 Language/08_Interfaces/5_Superinterfaces_A01_t02: Fail # TODO(vm-team): Please t
riage this failure. |
| 53 Language/11_Expressions/01_Constants_A03_t01: Fail # TODO(vm-team): Please triag
e this failure. | 37 Language/11_Expressions/01_Constants_A03_t01: Fail # TODO(vm-team): Please triag
e this failure. |
| 54 Language/11_Expressions/01_Constants_A05_t01: Fail # TODO(vm-team): Please triag
e this failure. | 38 Language/11_Expressions/01_Constants_A05_t01: Fail # TODO(vm-team): Please triag
e this failure. |
| 55 Language/11_Expressions/01_Constants_A06_t01: Fail # TODO(vm-team): Please triag
e this failure. | 39 Language/11_Expressions/01_Constants_A06_t01: Fail # TODO(vm-team): Please triag
e this failure. |
| 56 Language/11_Expressions/01_Constants_A14_t01: Fail # TODO(vm-team): Please triag
e this failure. | 40 Language/11_Expressions/01_Constants_A14_t01: Fail # TODO(vm-team): Please triag
e this failure. |
| 41 Language/11_Expressions/01_Constants_A20_t02: Fail # TODO(vm-team): Please triag
e this failure. |
| 42 Language/11_Expressions/01_Constants_A20_t03: Fail # TODO(vm-team): Please triag
e this failure. |
| 57 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t04: Fail # TODO(v
m-team): Please triage this failure. | 43 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t04: Fail # TODO(v
m-team): Please triage this failure. |
| 58 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t05: Fail # TODO(v
m-team): Please triage this failure. | 44 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t05: Fail # TODO(v
m-team): Please triage this failure. |
| 59 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t06: Fail # TODO(v
m-team): Please triage this failure. | 45 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t06: Fail # TODO(v
m-team): Please triage this failure. |
| 60 Language/11_Expressions/05_Strings_A02_t46: Fail # TODO(vm-team): Please triage
this failure. | 46 Language/11_Expressions/05_Strings_A02_t46: Fail # TODO(vm-team): Please triage
this failure. |
| 61 Language/11_Expressions/05_Strings_A02_t48: Fail # TODO(vm-team): Please triage
this failure. | 47 Language/11_Expressions/05_Strings_A02_t48: Fail # TODO(vm-team): Please triage
this failure. |
| 62 Language/11_Expressions/11_Instance_Creation_A02_t01: Fail, OK # Wrongly expects
compile-time error in production mode. | |
| 63 Language/11_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(vm-team)
: Please triage this failure. | 48 Language/11_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(vm-team)
: Please triage this failure. |
| 64 Language/11_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(vm-team)
: Please triage this failure. | 49 Language/11_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(vm-team)
: Please triage this failure. |
| 65 Language/11_Expressions/11_Instance_Creation/1_New_A09_t09: Fail # TODO(vm-team)
: Please triage this failure. | 50 Language/11_Expressions/11_Instance_Creation/1_New_A09_t09: Fail # TODO(vm-team)
: Please triage this failure. |
| 66 Language/11_Expressions/11_Instance_Creation/2_Const_A10_t01: Fail # TODO(vm-tea
m): Please triage this failure. | 51 Language/11_Expressions/11_Instance_Creation/2_Const_A10_t01: Fail # TODO(vm-tea
m): Please triage this failure. |
| 67 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A05_t02: Fail # TODO(vm-team): Please triage this failure. | 52 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A05_t02: Fail # TODO(vm-team): Please triage this failure. |
| 68 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail #
TODO(vm-team): Please triage this failure. | 53 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail #
TODO(vm-team): Please triage this failure. |
| 69 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(vm-team): Plea
se triage this failure. | 54 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(vm-team): Plea
se triage this failure. |
| 70 Language/11_Expressions/18_Assignment_A05_t02: Fail # TODO(vm-team): Please tria
ge this failure. | 55 Language/11_Expressions/18_Assignment_A05_t02: Fail # TODO(vm-team): Please tria
ge this failure. |
| 71 Language/11_Expressions/18_Assignment_A05_t04: Fail # TODO(vm-team): Please tria
ge this failure. | |
| 72 Language/11_Expressions/18_Assignment_A05_t05: Fail # TODO(vm-team): Please tria
ge this failure. | 56 Language/11_Expressions/18_Assignment_A05_t05: Fail # TODO(vm-team): Please tria
ge this failure. |
| 73 Language/11_Expressions/19_Conditional_A01_t10: Fail # TODO(vm-team): Please tri
age this failure. | 57 Language/11_Expressions/19_Conditional_A01_t10: Fail # TODO(vm-team): Please tri
age this failure. |
| 74 Language/11_Expressions/19_Conditional_A01_t11: Fail # TODO(vm-team): Please tri
age this failure. | 58 Language/11_Expressions/19_Conditional_A01_t11: Fail # TODO(vm-team): Please tri
age this failure. |
| 75 Language/11_Expressions/19_Conditional_A01_t12: Fail # TODO(vm-team): Please tri
age this failure. | 59 Language/11_Expressions/19_Conditional_A01_t12: Fail # TODO(vm-team): Please tri
age this failure. |
| 76 Language/11_Expressions/19_Conditional_A01_t13: Fail # TODO(vm-team): Please tri
age this failure. | 60 Language/11_Expressions/19_Conditional_A01_t13: Fail # TODO(vm-team): Please tri
age this failure. |
| 77 Language/11_Expressions/19_Conditional_A01_t14: Fail # TODO(vm-team): Please tri
age this failure. | 61 Language/11_Expressions/19_Conditional_A01_t14: Fail # TODO(vm-team): Please tri
age this failure. |
| 78 Language/11_Expressions/19_Conditional_A01_t15: Fail # TODO(vm-team): Please tri
age this failure. | 62 Language/11_Expressions/19_Conditional_A01_t15: Fail # TODO(vm-team): Please tri
age this failure. |
| 79 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t10: Fail # TODO(vm-t
eam): Please triage this failure. | 63 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t10: Fail # TODO(vm-t
eam): Please triage this failure. |
| 80 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t11: Fail # TODO(vm-t
eam): Please triage this failure. | 64 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t11: Fail # TODO(vm-t
eam): Please triage this failure. |
| 81 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t12: Fail # TODO(vm-t
eam): Please triage this failure. | 65 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t12: Fail # TODO(vm-t
eam): Please triage this failure. |
| 82 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t13: Fail # TODO(vm-t
eam): Please triage this failure. | 66 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t13: Fail # TODO(vm-t
eam): Please triage this failure. |
| 83 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t14: Fail # TODO(vm-t
eam): Please triage this failure. | 67 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t14: Fail # TODO(vm-t
eam): Please triage this failure. |
| 68 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t15: Fail # TODO(vm-t
eam): Please triage this failure. |
| 84 Language/11_Expressions/21_Bitwise_Expressions_A01_t12: Fail # TODO(vm-team): Pl
ease triage this failure. | 69 Language/11_Expressions/21_Bitwise_Expressions_A01_t12: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 85 Language/11_Expressions/21_Bitwise_Expressions_A01_t13: Fail # TODO(vm-team): Pl
ease triage this failure. | 70 Language/11_Expressions/21_Bitwise_Expressions_A01_t13: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 86 Language/11_Expressions/21_Bitwise_Expressions_A01_t14: Fail # TODO(vm-team): Pl
ease triage this failure. | 71 Language/11_Expressions/21_Bitwise_Expressions_A01_t14: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 87 Language/11_Expressions/21_Bitwise_Expressions_A01_t15: Fail # TODO(vm-team): Pl
ease triage this failure. | 72 Language/11_Expressions/21_Bitwise_Expressions_A01_t15: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 88 Language/11_Expressions/21_Bitwise_Expressions_A01_t16: Fail # TODO(vm-team): Pl
ease triage this failure. | 73 Language/11_Expressions/21_Bitwise_Expressions_A01_t16: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 89 Language/11_Expressions/21_Bitwise_Expressions_A01_t17: Fail # TODO(vm-team): Pl
ease triage this failure. | 74 Language/11_Expressions/21_Bitwise_Expressions_A01_t17: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 90 Language/11_Expressions/22_Equality_A01_t23: Fail # TODO(vm-team): Please triage
this failure. | 75 Language/11_Expressions/22_Equality_A01_t23: Fail # TODO(vm-team): Please triage
this failure. |
| 91 Language/11_Expressions/22_Equality_A01_t24: Fail # TODO(vm-team): Please triage
this failure. | 76 Language/11_Expressions/22_Equality_A01_t24: Fail # TODO(vm-team): Please triage
this failure. |
| 92 Language/11_Expressions/23_Relational_Expressions_A01_t18: Fail # TODO(vm-team):
Please triage this failure. | 77 Language/11_Expressions/23_Relational_Expressions_A01_t18: Fail # TODO(vm-team):
Please triage this failure. |
| 93 Language/11_Expressions/23_Relational_Expressions_A01_t19: Fail # TODO(vm-team):
Please triage this failure. | 78 Language/11_Expressions/23_Relational_Expressions_A01_t19: Fail # TODO(vm-team):
Please triage this failure. |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 Language/12_Statements/06_For_A01_t11: Fail # TODO(vm-team): Please triage this
failure. | 127 Language/12_Statements/06_For_A01_t11: Fail # TODO(vm-team): Please triage this
failure. |
| 143 Language/12_Statements/09_Switch_A01_t02: Fail # TODO(vm-team): Please triage th
is failure. | 128 Language/12_Statements/09_Switch_A01_t02: Fail # TODO(vm-team): Please triage th
is failure. |
| 144 Language/12_Statements/09_Switch_A02_t01: Fail # TODO(vm-team): Please triage th
is failure. | 129 Language/12_Statements/09_Switch_A02_t01: Fail # TODO(vm-team): Please triage th
is failure. |
| 145 Language/12_Statements/09_Switch_A02_t02: Fail # TODO(vm-team): Please triage th
is failure. | 130 Language/12_Statements/09_Switch_A02_t02: Fail # TODO(vm-team): Please triage th
is failure. |
| 146 Language/12_Statements/09_Switch_A02_t03: Fail # TODO(vm-team): Please triage th
is failure. | 131 Language/12_Statements/09_Switch_A02_t03: Fail # TODO(vm-team): Please triage th
is failure. |
| 147 Language/12_Statements/09_Switch_A03_t01: Fail # TODO(vm-team): Please triage th
is failure. | 132 Language/12_Statements/09_Switch_A03_t01: Fail # TODO(vm-team): Please triage th
is failure. |
| 148 Language/12_Statements/09_Switch_A03_t02: Fail # TODO(vm-team): Please triage th
is failure. | 133 Language/12_Statements/09_Switch_A03_t02: Fail # TODO(vm-team): Please triage th
is failure. |
| 149 Language/12_Statements/09_Switch_A06_t02: Fail # TODO(vm-team): Please triage th
is failure. | 134 Language/12_Statements/09_Switch_A06_t02: Fail # TODO(vm-team): Please triage th
is failure. |
| 150 Language/12_Statements/10_Try_A11_t01: Fail # TODO(vm-team): Please triage this
failure. | 135 Language/12_Statements/10_Try_A11_t01: Fail # TODO(vm-team): Please triage this
failure. |
| 151 Language/12_Statements/12_Labels_A01_t03: Fail # TODO(vm-team): Please triage th
is failure. | 136 Language/12_Statements/12_Labels_A01_t03: Fail # TODO(vm-team): Please triage th
is failure. |
| 152 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A03_t01: Fail # TODO(
vm-team): Please triage this failure. | |
| 153 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # TODO(
vm-team): Please triage this failure. | 137 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # TODO(
vm-team): Please triage this failure. |
| 154 Language/13_Libraries_and_Scripts/1_Imports_A02_t01: Fail, OK # co 19 issue 313 | 138 Language/13_Libraries_and_Scripts/1_Imports_A02_t29: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 155 Language/13_Libraries_and_Scripts/1_Imports_A02_t02: Fail, OK # co 19 issue 313 | 139 Language/13_Libraries_and_Scripts/1_Imports_A05_t01: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 156 Language/13_Libraries_and_Scripts/1_Imports_A02_t16: Fail # TODO(vm-team): Pleas
e triage this failure. | |
| 157 Language/13_Libraries_and_Scripts/1_Imports_A02_t17: Fail # TODO(vm-team): Pleas
e triage this failure. | |
| 158 Language/13_Libraries_and_Scripts/1_Imports_A02_t18: Fail # TODO(vm-team): Pleas
e triage this failure. | |
| 159 Language/13_Libraries_and_Scripts/1_Imports_A02_t19: Fail # TODO(vm-team): Pleas
e triage this failure. | |
| 160 Language/13_Libraries_and_Scripts/2_Exports_A01_t15: Fail, OK # co19 issue 311. | |
| 161 Language/13_Libraries_and_Scripts/2_Exports_A01_t16: Fail, OK # co19 issue 312. | |
| 162 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Fail # TODO(vm-team): Pleas
e triage this failure. | 140 Language/13_Libraries_and_Scripts/2_Exports_A04_t02: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 163 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Fail # TODO(vm-team): Pleas
e triage this failure. | 141 Language/13_Libraries_and_Scripts/2_Exports_A04_t03: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 164 Language/13_Libraries_and_Scripts/2_Exports_A04_t05: Fail # TODO(vm-team): Pleas
e triage this failure. | 142 Language/13_Libraries_and_Scripts/2_Exports_A04_t05: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 165 Language/13_Libraries_and_Scripts/2_Exports_A04_t06: Fail # TODO(vm-team): Pleas
e triage this failure. | 143 Language/13_Libraries_and_Scripts/2_Exports_A04_t06: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 166 Language/13_Libraries_and_Scripts/4_Scripts_A01_t16: Fail # TODO(vm-team): Pleas
e triage this failure. | 144 Language/13_Libraries_and_Scripts/4_Scripts_A01_t20: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 167 Language/14_Types/5_Function_Types_A02_t01: Fail # TODO(vm-team): Please triage
this failure. | 145 Language/13_Libraries_and_Scripts/5_URIs_A01_t01: Fail # TODO(vm-team): Please t
riage this failure. |
| 168 LibTest/core/Queue/Queue.from_A01_t02: Fail # TODO(vm-team): Please triage this
failure. | 146 Language/13_Libraries_and_Scripts/5_URIs_A01_t11: Fail # TODO(vm-team): Please t
riage this failure. |
| 169 LibTest/core/Set/Set.from_A01_t02: Fail # TODO(vm-team): Please triage this fail
ure. | 147 Language/13_Libraries_and_Scripts/5_URIs_A01_t21: Fail # TODO(vm-team): Please t
riage this failure. |
| 148 Language/14_Types/5_Function_Types_A06_t01: Fail # TODO(vm-team): Please triage
this failure. |
| 149 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: F
ail # TODO(vm-team): Please triage this failure. |
| 150 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F
ail # TODO(vm-team): Please triage this failure. |
| 151 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F
ail # TODO(vm-team): Please triage this failure. |
| 152 LibTest/core/double/parse_A02_t01: Fail # TODO(vm-team): Please triage this fail
ure. |
| 170 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # TODO(vm-team): Please triag
e this failure. | 153 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # TODO(vm-team): Please triag
e this failure. |
| 171 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag
e this failure. | 154 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag
e this failure. |
| 172 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(vm-team): Please triage this
failure. | 155 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(vm-team): Please triage this
failure. |
| 173 LibTest/math/parseDouble_A02_t01: Fail # TODO(vm-team): Please triage this failu
re. | |
| 174 LibTest/math/pow_A01_t01: Fail # TODO(vm-team): Please triage this failure. | 156 LibTest/math/pow_A01_t01: Fail # TODO(vm-team): Please triage this failure. |
| 175 LibTest/math/pow_A11_t01: Fail # TODO(vm-team): Please triage this failure. | 157 LibTest/math/pow_A11_t01: Fail # TODO(vm-team): Please triage this failure. |
| 176 LibTest/math/pow_A13_t01: Fail # TODO(vm-team): Please triage this failure. | 158 LibTest/math/pow_A13_t01: Fail # TODO(vm-team): Please triage this failure. |
| 177 LibTest/math/sin_A01_t01: Fail # TODO(vm-team): Please triage this failure. | 159 LibTest/math/sin_A01_t01: Fail # TODO(vm-team): Please triage this failure. |
| 178 | 160 |
| 179 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. | 161 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out. |
| 180 | 162 |
| 181 LibTest/core/String/String_class_A02_t01: Fail, OK # co19 issue 284 | |
| 182 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # co19 issue 284 | |
| 183 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 284 | |
| 184 | |
| 185 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058 | 163 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058 |
| 186 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058 | 164 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058 |
| 187 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss
ue 6085 | 165 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss
ue 6085 |
| 188 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss
ue 6085 | 166 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss
ue 6085 |
| 189 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss
ue 6085 | 167 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss
ue 6085 |
| 190 | 168 |
| 191 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is
sue 288 | |
| 192 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288 | |
| 193 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288 | |
| 194 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK #
co19 issue 288 | |
| 195 LibTest/core/NoMoreElementsException/toString_A01_t01: Fail, OK # co19 issue 288 | |
| 196 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288 | |
| 197 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288 | |
| 198 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288 | |
| 199 | |
| 200 LibTest/core/NoSuchMethodError/NoSuchMethodError_A01_t01: Fail, OK # co19 issue
300 | |
| 201 LibTest/core/NoSuchMethodError/toString_A01_t01: Fail, OK # co19 issue 300 | |
| 202 | 169 |
| 203 [ $compiler == none && $runtime == vm && $checked ] | 170 [ $compiler == none && $runtime == vm && $checked ] |
| 204 Language/12_Statements/05_If_A02_t01: Fail # TODO(vm-team): Please triage this f
ailure. | |
| 205 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th
is failure. | 171 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th
is failure. |
| 206 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this
failure. | 172 Language/14_Types/5_Function_Types_A03_t12: Fail # TODO(vm-team): Please triage
this failure. |
| 207 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this
failure. | |
| 208 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this
failure. | |
| 209 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this
failure. | |
| 210 LibTest/core/Map/putIfAbsent_A01_t07: Fail # TODO(vm-team): Please triage this f
ailure. | |
| 211 | |
| 212 Language/14_Types/7_Type_Void_A04_t02: Fail, OK # co19 issue 158 | |
| 213 Language/14_Types/7_Type_Void_A04_t03: Fail, OK # co19 issue 158 | |
| 214 Language/14_Types/7_Type_Void_A04_t04: Fail, OK # co19 issue 158 | |
| 215 Language/14_Types/7_Type_Void_A04_t05: Fail, OK # co19 issue 158 | |
| 216 | 173 |
| 217 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234 | 174 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234 |
| 218 | 175 |
| 219 [ $compiler == none && $runtime == vm && $unchecked ] | 176 [ $compiler == none && $runtime == vm && $unchecked ] |
| 220 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please tr
iage this failure. | 177 Language/13_Libraries_and_Scripts/1_Imports_A03_t31: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 221 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team):
Please triage this failure. | 178 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team):
Please triage this failure. |
| 222 | 179 |
| 180 Language/11_Expressions/11_Instance_Creation/2_Const_A03_t01: Fail, OK # co19 is
sue 282 |
| 181 Language/11_Expressions/11_Instance_Creation/2_Const_A03_t02: Fail, OK # co19 is
sue 282 |
| 223 | 182 |
| 224 [ $compiler == none && $runtime == vm ] | 183 [ $compiler == none && $runtime == vm ] |
| 225 # Not properly reporting exception in initializer expressions | 184 # Not properly reporting exception in initializer expressions |
| 226 Language/11_Expressions/01_Constants_A16_t01: Fail | 185 Language/11_Expressions/01_Constants_A16_t01: Fail |
| 227 Language/11_Expressions/01_Constants_A16_t02: Fail | 186 Language/11_Expressions/01_Constants_A16_t02: Fail |
| 228 | 187 |
| 229 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue
392, potentially constant expression analysis | 188 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue
392, potentially constant expression analysis |
| 230 | 189 |
| 231 Language/11_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c
ompile-time constant expression) | 190 Language/11_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c
ompile-time constant expression) |
| 232 Language/11_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM | 191 Language/11_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM |
| (...skipping 15 matching lines...) Expand all Loading... |
| 248 Language/11_Expressions/07_Maps_A10_t01: Pass, Fail # co19 175 | 207 Language/11_Expressions/07_Maps_A10_t01: Pass, Fail # co19 175 |
| 249 Language/11_Expressions/07_Maps_A10_t02: Pass, Fail # co19 175 | 208 Language/11_Expressions/07_Maps_A10_t02: Pass, Fail # co19 175 |
| 250 Language/11_Expressions/07_Maps_A10_t03: Pass, Fail # co19 175 | 209 Language/11_Expressions/07_Maps_A10_t03: Pass, Fail # co19 175 |
| 251 Language/11_Expressions/07_Maps_A10_t04: Pass, Fail # co19 175 | 210 Language/11_Expressions/07_Maps_A10_t04: Pass, Fail # co19 175 |
| 252 Language/11_Expressions/07_Maps_A10_t05: Pass, Fail # co19 175 | 211 Language/11_Expressions/07_Maps_A10_t05: Pass, Fail # co19 175 |
| 253 | 212 |
| 254 Language/11_Expressions/05_Strings_A02_t01: Skip # co19 issue 90. | 213 Language/11_Expressions/05_Strings_A02_t01: Skip # co19 issue 90. |
| 255 Language/11_Expressions/07_Maps_A01_t01: Skip # co19 issue 91: map literals ille
gal at statement beginning. | 214 Language/11_Expressions/07_Maps_A01_t01: Skip # co19 issue 91: map literals ille
gal at statement beginning. |
| 256 | 215 |
| 257 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A05_t01: Fail # issue 1604. | 216 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A05_t01: Fail # issue 1604. |
| 258 Language/11_Expressions/27_Unary_Expressions_A01_t01: Fail # issue 1288 (unary s
uper operator call) | |
| 259 | 217 |
| 260 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79) | 218 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79) |
| 261 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79) | 219 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79) |
| 262 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79) | 220 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79) |
| 263 | 221 |
| 264 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail | 222 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail |
| 265 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail | 223 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail |
| 266 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail | 224 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail |
| 267 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail | 225 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail |
| 268 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail | 226 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail |
| 269 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il | 227 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il |
| 270 | 228 |
| 271 # New failures | 229 # New failures |
| 272 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail | 230 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail |
| 273 | 231 |
| 274 LibTest/core/NotImplementedException/NotImplementedException_A01_t01: Fail, OK #
co19 issue 315 | |
| 275 LibTest/core/NotImplementedException/toString_A01_t01: Fail, OK # co19 issue 315 | |
| 276 | |
| 277 LibTest/core/IndexOutOfRangeException/IndexOutOfRangeException_A01_t01: Fail, OK
# co19 issue 290 | |
| 278 LibTest/core/IndexOutOfRangeException/toString_A01_t01: Fail, OK # co19 issue 29
0 | |
| 279 LibTest/core/List/getRange_A04_t01: Fail, OK # co19 issue 290 | |
| 280 LibTest/core/List/insertRange_A06_t01: Fail, OK # co19 issue 290 | |
| 281 LibTest/core/List/last_A02_t01: Fail, OK # co19 issue 290 | |
| 282 LibTest/core/List/length_A05_t01: Fail, OK # co19 issue 290 | |
| 283 LibTest/core/List/List_A01_t01: Fail, OK # co19 issue 290 | |
| 284 LibTest/core/List/operator_subscript_A02_t01: Fail, OK # co19 issue 290 | |
| 285 LibTest/core/List/operator_subscripted_assignment_A02_t01: Fail, OK # co19 issue
290 | |
| 286 LibTest/core/List/removeLast_A01_t02: Fail, OK # co19 issue 290 | |
| 287 LibTest/core/List/removeRange_A05_t01: Fail, OK # co19 issue 290 | |
| 288 LibTest/core/List/setRange_A02_t01: Fail, OK # co19 issue 290 | |
| 289 LibTest/core/List/setRange_A02_t02: Fail, OK # co19 issue 290 | |
| 290 LibTest/core/List/setRange_A03_t01: Fail, OK # co19 issue 290 | |
| 291 LibTest/core/List/setRange_A03_t02: Fail, OK # co19 issue 290 | |
| 292 LibTest/core/Match/group_A02_t01: Fail, OK # co19 issue 290 | |
| 293 LibTest/core/Match/groups_A02_t01: Fail, OK # co19 issue 290 | |
| 294 LibTest/core/Match/operator_subscript_A02_t01: Fail, OK # co19 issue 290 | |
| 295 LibTest/core/String/charCodeAt_A02_t01: Fail, OK # co19 issue 290 | |
| 296 LibTest/core/String/operator_subscript_A02_t01: Fail, OK # co19 issue 290 | |
| 297 LibTest/core/String/substring_A02_t01: Fail, OK # co19 issue 290 | |
| 298 | |
| 299 | |
| 300 Language/05_Variables/05_Variables_A09_t01: Fail, OK # co19 issue 316 | |
| 301 Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail, OK # co19 issue 316 | |
| 302 Language/07_Classes/2_Getters_A02_t01: Fail, OK # co19 issue 316 | |
| 303 Language/07_Classes/8_Static_Variables_A02_t01: Fail, OK # co19 issue 316 | |
| 304 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A01_t01: F
ail, OK # co19 issue 316 | |
| 305 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A02_t01: F
ail, OK # co19 issue 316 | |
| 306 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A02_t02: F
ail, OK # co19 issue 316 | |
| 307 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A02_t03: F
ail, OK # co19 issue 316 | |
| 308 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A02_t04: F
ail, OK # co19 issue 316 | |
| 309 Language/08_Interfaces/5_Superinterfaces/1_Inheritance_and_Overriding_A02_t05: F
ail, OK # co19 issue 316 | |
| 310 Language/11_Expressions/02_Null_A05_t02: Fail, OK # co19 issue 316 | |
| 311 Language/11_Expressions/08_Throw_A03_t04: Fail, OK # co19 issue 316 | |
| 312 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A06_t01: Fail
, OK # co19 issue 316 | |
| 313 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A06_t02: Fail
, OK # co19 issue 316 | |
| 314 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A07_t01: Fail
, OK # co19 issue 316 | |
| 315 Language/12_Statements/06_For/2_For_in_A01_t04: Fail, OK # co19 issue 316 | |
| 316 Language/14_Types/6_Type_Dynamic_A03_t01: Fail, OK # co19 issue 316 | |
| 317 Language/14_Types/6_Type_Dynamic_A04_t01: Fail, OK # co19 issue 316 | |
| 318 LibTest/core/Date/add_A05_t01: Fail, OK # co19 issue 316 | |
| 319 LibTest/core/Date/compareTo_A02_t01: Fail, OK # co19 issue 316 | |
| 320 LibTest/core/Date/Date_A01_t02: Fail, OK # co19 issue 316 | |
| 321 LibTest/core/Date/Date.fromString_A02_t01: Fail, OK # co19 issue 316 | |
| 322 LibTest/core/Date/difference_A02_t01: Fail, OK # co19 issue 316 | |
| 323 LibTest/core/Date/subtract_A05_t01: Fail, OK # co19 issue 316 | |
| 324 LibTest/core/double/operator_addition_A02_t01: Fail, OK # co19 issue 316 | |
| 325 LibTest/core/double/operator_division_A02_t01: Fail, OK # co19 issue 316 | |
| 326 LibTest/core/double/operator_GE_A02_t01: Fail, OK # co19 issue 316 | |
| 327 LibTest/core/double/operator_GT_A02_t01: Fail, OK # co19 issue 316 | |
| 328 LibTest/core/double/operator_LE_A02_t01: Fail, OK # co19 issue 316 | |
| 329 LibTest/core/double/operator_LT_A02_t01: Fail, OK # co19 issue 316 | |
| 330 LibTest/core/double/operator_multiplication_A02_t01: Fail, OK # co19 issue 316 | |
| 331 LibTest/core/double/operator_remainder_A02_t01: Fail, OK # co19 issue 316 | |
| 332 LibTest/core/double/operator_subtraction_A02_t01: Fail, OK # co19 issue 316 | |
| 333 LibTest/core/double/operator_truncating_division_A02_t01: Fail, OK # co19 issue
316 | |
| 334 LibTest/core/double/remainder_A02_t01: Fail, OK # co19 issue 316 | |
| 335 LibTest/core/double/toStringAsFixed_A02_t01: Fail, OK # co19 issue 316 | |
| 336 LibTest/core/double/toStringAsPrecision_A02_t01: Fail, OK # co19 issue 316 | |
| 337 LibTest/core/Duration/Duration_A03_t01: Fail, OK # co19 issue 316 | |
| 338 LibTest/core/Expect/approxEquals_A03_t01: Fail, OK # co19 issue 316 | |
| 339 LibTest/core/Expect/listEquals_A02_t01: Fail, OK # co19 issue 316 | |
| 340 LibTest/core/Expect/setEquals_A02_t01: Fail, OK # co19 issue 316 | |
| 341 LibTest/core/Expect/throws_A01_t03: Fail, OK # co19 issue 316 | |
| 342 LibTest/core/Future/chain_A03_t01: Fail, OK # co19 issue 328 | 232 LibTest/core/Future/chain_A03_t01: Fail, OK # co19 issue 328 |
| 343 LibTest/core/Future/handleException_A01_t01: Fail, OK # co19 issue 316 | |
| 344 LibTest/core/Future/handleException_A01_t07: Fail, OK # co19 issue 316 | |
| 345 LibTest/core/Future/hasValue_A01_t01: Fail, OK # co19 issue 316 | |
| 346 LibTest/core/Future/isComplete_A01_t01: Fail, OK # co19 issue 316 | |
| 347 LibTest/core/Futures/wait_A03_t01: Fail, OK # co19 issue 316 | |
| 348 LibTest/core/Future/then_A01_t01: Fail, OK # co19 issue 316 | |
| 349 LibTest/core/Future/then_A01_t05: Fail, OK # co19 issue 316 | |
| 350 LibTest/core/Future/transform_A03_t01: Fail, OK # co19 issue 328 | 233 LibTest/core/Future/transform_A03_t01: Fail, OK # co19 issue 328 |
| 351 LibTest/core/Future/value_A01_t03: Fail, OK # co19 issue 316 | |
| 352 LibTest/core/HashMap/HashMap.from_A02_t01: Fail, OK # co19 issue 316 | |
| 353 LibTest/core/HashSet/HashSet.from_A02_t01: Fail, OK # co19 issue 316 | |
| 354 LibTest/core/LinkedHashMap/LinkedHashMap.from_A02_t01: Fail, OK # co19 issue 316 | |
| 355 LibTest/core/List/addAll_A03_t01: Fail, OK # co19 issue 316 | |
| 356 LibTest/core/List/getRange_A05_t01: Fail, OK # co19 issue 316 | |
| 357 LibTest/core/List/insertRange_A07_t01: Fail, OK # co19 issue 316 | |
| 358 LibTest/core/List/length_A06_t01: Fail, OK # co19 issue 316 | |
| 359 LibTest/core/List/List.from_A03_t01: Fail, OK # co19 issue 316 | |
| 360 LibTest/core/List/removeRange_A06_t01: Fail, OK # co19 issue 316 | |
| 361 LibTest/core/List/setRange_A06_t01: Fail, OK # co19 issue 316 | |
| 362 LibTest/core/Map/containsKey_A01_t02: Fail, OK # co19 issue 316 | |
| 363 LibTest/core/Map/forEach_A01_t04: Fail, OK # co19 issue 316 | |
| 364 LibTest/core/Map/operator_subscript_A01_t02: Fail, OK # co19 issue 316 | |
| 365 LibTest/core/Map/operator_subscripted_assignment_A01_t02: Fail, OK # co19 issue
316 | |
| 366 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 316 | |
| 367 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 316 | |
| 368 LibTest/core/Map/remove_A01_t02: Fail, OK # co19 issue 316 | |
| 369 LibTest/core/NullPointerException/NullPointerException_A01_t01: Fail, OK # co19
issue 316 | |
| 370 LibTest/core/NullPointerException/toString_A01_t01: Fail, OK # co19 issue 316 | |
| 371 LibTest/core/Queue/addAll_A02_t01: Fail, OK # co19 issue 316 | |
| 372 LibTest/core/Queue/Queue.from_A02_t01: Fail, OK # co19 issue 316 | |
| 373 LibTest/core/RegExp/allMatches_A02_t01: Fail, OK # co19 issue 316 | |
| 374 LibTest/core/RegExp/firstMatch_A03_t01: Fail, OK # co19 issue 316 | |
| 375 LibTest/core/RegExp/hasMatch_A02_t01: Fail, OK # co19 issue 316 | |
| 376 LibTest/core/RegExp/stringMatch_A02_t01: Fail, OK # co19 issue 316 | |
| 377 LibTest/core/Set/add_A01_t02: Fail, OK # co19 issue 316 | |
| 378 LibTest/core/Set/addAll_A01_t02: Fail, OK # co19 issue 316 | |
| 379 LibTest/core/Set/contains_A01_t02: Fail, OK # co19 issue 316 | |
| 380 LibTest/core/Set/containsAll_A01_t02: Fail, OK # co19 issue 316 | |
| 381 LibTest/core/Set/intersection_A02_t01: Fail, OK # co19 issue 316 | |
| 382 LibTest/core/Set/intersection_A03_t01: Fail, OK # co19 issue 316 | |
| 383 LibTest/core/Set/isSubsetOf_A01_t02: Fail, OK # co19 issue 316 | |
| 384 LibTest/core/Set/remove_A01_t02: Fail, OK # co19 issue 316 | |
| 385 LibTest/core/Set/removeAll_A01_t02: Fail, OK # co19 issue 316 | |
| 386 LibTest/core/Set/Set.from_A02_t01: Fail, OK # co19 issue 316 | |
| 387 LibTest/core/StringBuffer/addAll_A03_t01: Fail, OK # co19 issue 316 | |
| 388 LibTest/core/String/contains_A02_t01: Fail, OK # co19 issue 316 | |
| 389 LibTest/core/String/endsWith_A02_t01: Fail, OK # co19 issue 316 | |
| 390 LibTest/core/String/indexOf_A03_t01: Fail, OK # co19 issue 316 | |
| 391 LibTest/core/String/lastIndexOf_A03_t01: Fail, OK # co19 issue 316 | |
| 392 LibTest/core/Strings/concatAll_A02_t01: Fail, OK # co19 issue 316 | |
| 393 LibTest/core/Strings/concatAll_A03_t01: Fail, OK # co19 issue 316 | |
| 394 LibTest/core/Strings/join_A02_t01: Fail, OK # co19 issue 316 | |
| 395 LibTest/core/Strings/join_A03_t01: Fail, OK # co19 issue 316 | |
| 396 LibTest/core/String/split_A02_t01: Fail, OK # co19 issue 316 | |
| 397 LibTest/core/String/startsWith_A02_t01: Fail, OK # co19 issue 316 | |
| 398 LibTest/core/String/String.fromCharCodes_A03_t01: Fail, OK # co19 issue 316 | |
| 399 LibTest/math/acos_A01_t04: Fail, OK # co19 issue 316 | |
| 400 LibTest/math/asin_A01_t04: Fail, OK # co19 issue 316 | |
| 401 LibTest/math/atan2_A01_t04: Fail, OK # co19 issue 316 | |
| 402 LibTest/math/atan_A01_t03: Fail, OK # co19 issue 316 | |
| 403 LibTest/math/cos_A01_t03: Fail, OK # co19 issue 316 | |
| 404 LibTest/math/exp_A01_t03: Fail, OK # co19 issue 316 | |
| 405 LibTest/math/log_A01_t04: Fail, OK # co19 issue 316 | |
| 406 LibTest/math/pow_A19_t01: Fail, OK # co19 issue 316 | |
| 407 LibTest/math/sin_A01_t03: Fail, OK # co19 issue 316 | |
| 408 LibTest/math/sqrt_A01_t04: Fail, OK # co19 issue 316 | |
| 409 LibTest/math/tan_A01_t03: Fail, OK # co19 issue 316 | |
| 410 : Fail, OK # co19 issue 316 | |
| 411 | 234 |
| 412 [ $compiler == none && $runtime == vm ] | 235 [ $compiler == none && $runtime == vm ] |
| 413 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 | 236 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 |
| 414 LibTest/core/Match/operator_subscript_A01_t01: Fail | 237 LibTest/core/Match/operator_subscript_A01_t01: Fail |
| 415 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il | 238 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il |
| 416 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il | 239 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il |
| 417 LibTest/core/RegExp/firstMatch_A01_t01: Fail | 240 LibTest/core/RegExp/firstMatch_A01_t01: Fail |
| 418 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 | 241 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 |
| 419 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461 | 242 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461 |
| 420 | 243 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 | 280 |
| 458 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 | 281 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 |
| 459 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 | 282 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 |
| 460 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 | 283 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 |
| 461 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29
3 | 284 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29
3 |
| 462 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293 | 285 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293 |
| 463 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293 | 286 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293 |
| 464 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293 | 287 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293 |
| 465 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293 | 288 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293 |
| 466 | 289 |
| 467 LibTest/core/Stopwatch/Stopwatch_A01_t01: Fail, OK # co19 issue 297 | |
| 468 LibTest/core/Stopwatch/elapsed_A01_t03: Fail, OK # co19 issue 297 | |
| 469 LibTest/core/Stopwatch/elapsed_A01_t01: Fail, OK # co19 issue 297 | |
| 470 LibTest/core/Stopwatch/elapsed_A01_t02: Fail, OK # co19 issue 297 | |
| 471 LibTest/core/Stopwatch/elapsedInUs_A01_t01: Fail, OK # co19 issue 297 | |
| 472 LibTest/core/Stopwatch/elapsedInMs_A01_t01: Fail, OK # co19 issue 297 | |
| 473 LibTest/core/Stopwatch/start_A01_t01: Fail, OK # co19 issue 297 | |
| 474 LibTest/core/Stopwatch/start_A01_t02: Fail, OK # co19 issue 297 | |
| 475 LibTest/core/Stopwatch/start_A01_t03: Fail, OK # co19 issue 297 | |
| 476 LibTest/core/Stopwatch/stop_A01_t01: Fail, OK # co19 issue 297 | |
| 477 LibTest/core/Stopwatch/frequency_A01_t01: Fail, OK # co19 issue 297 | |
| 478 | |
| 479 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 294 | 290 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 294 |
| 480 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 | 291 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 |
| 481 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i
ssue 294 | 292 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i
ssue 294 |
| 482 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i
ssue 294 | 293 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i
ssue 294 |
| 483 | 294 |
| 484 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 291 | |
| 485 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 291 | |
| 486 | |
| 487 Language/11_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287 | 295 Language/11_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287 |
| 488 Language/11_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287 | 296 Language/11_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287 |
| 489 | 297 |
| 490 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # co19 issue 314 | |
| 491 LibTest/core/String/contains_A01_t01: Fail, OK # co19 issue 314 | |
| 492 | |
| 493 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 287 | 298 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 287 |
| 494 | 299 |
| 495 [ $compiler == none && $runtime == vm ] | 300 [ $compiler == none && $runtime == vm ] |
| 496 LibTest/core/String/contains_A01_t03: Skip # Times out. | 301 LibTest/core/String/contains_A01_t03: Skip # Times out. |
| 497 | 302 |
| 498 LibTest/core/String/contains_A01_t02: Fail | 303 LibTest/core/String/contains_A01_t02: Fail |
| 499 | 304 |
| 500 | 305 |
| 501 [ $compiler == none && $runtime == vm && $arch == ia32 ] | 306 [ $compiler == none && $runtime == vm && $arch == ia32 ] |
| 502 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | 307 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
| 503 | 308 |
| 504 | 309 |
| 505 [ $compiler == none && $runtime == vm ] | 310 [ $compiler == none && $runtime == vm ] |
| 506 Language/07_Classes/07_Classes_A02_t29: Fail | 311 Language/07_Classes/07_Classes_A02_t29: Fail |
| 507 Language/07_Classes/07_Classes_A02_t31: Fail | 312 Language/07_Classes/07_Classes_A02_t31: Fail |
| 508 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail | |
| 509 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail | |
| 510 Language/11_Expressions/05_Strings_A20_t01: Fail | 313 Language/11_Expressions/05_Strings_A20_t01: Fail |
| 511 LibTest/isolate/ReceivePort/receive_A01_t02: Fail | 314 LibTest/isolate/ReceivePort/receive_A01_t02: Fail |
| 512 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash | 315 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash |
| 513 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash | 316 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash |
| 514 | 317 |
| 515 | 318 |
| 516 # class '?' overrides function '?' of super class '?' with incompatible paramete
rs | 319 # class '?' overrides function '?' of super class '?' with incompatible paramete
rs |
| 517 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail | 320 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail |
| 518 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail | 321 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail |
| 519 | 322 |
| 520 | 323 |
| 521 # invalid operator overloading | |
| 522 Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail | |
| 523 | |
| 524 | |
| 525 # parameter name or type expected | 324 # parameter name or type expected |
| 526 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail | 325 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail |
| 527 | 326 |
| 528 | 327 |
| 529 [ $compiler == none && $runtime == vm && $checked ] | 328 [ $compiler == none && $runtime == vm && $checked ] |
| 530 Language/03_Overview/1_Scoping_A02_t30: Fail | 329 Language/03_Overview/1_Scoping_A02_t30: Fail |
| 531 | 330 |
| 532 | 331 |
| 533 [ $compiler == none && $runtime == vm && $mode == debug ] | 332 [ $compiler == none && $runtime == vm && $mode == debug ] |
| 534 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 333 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| 535 | 334 |
| 536 [ $compiler == none && $arch == simarm ] | 335 [ $compiler == none && $arch == simarm ] |
| 537 *: Skip | 336 *: Skip |
| 538 | 337 |
| 539 [ $compiler == none && $arch == arm ] | 338 [ $compiler == none && $arch == arm ] |
| 540 *: Skip | 339 *: Skip |
| OLD | NEW |