| 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: | 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 ] | 6 [ $compiler == none && $runtime == vm ] |
| 7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK | 7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK |
| 8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK | 8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK |
| 9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK | 9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK |
| 10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK | 10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK |
| 11 Language/13_Libraries_and_Scripts/1_Imports_A03_t45: Fail, OK | 11 Language/13_Libraries_and_Scripts/1_Imports_A03_t45: Fail, OK |
| 12 Language/13_Libraries_and_Scripts/1_Imports_A03_t48: Fail, OK | 12 Language/13_Libraries_and_Scripts/1_Imports_A03_t48: Fail, OK |
| 13 Language/13_Libraries_and_Scripts/1_Imports_A03_t65: Fail, OK | 13 Language/13_Libraries_and_Scripts/1_Imports_A03_t65: Fail, OK |
| 14 Language/13_Libraries_and_Scripts/1_Imports_A03_t68: Fail, OK | 14 Language/13_Libraries_and_Scripts/1_Imports_A03_t68: Fail, OK |
| 15 [ $compiler == none && $runtime == vm && $unchecked ] | 15 [ $compiler == none && $runtime == vm && $unchecked ] |
| 16 Language/13_Libraries_and_Scripts/1_Imports_A03_t02: Fail, OK | 16 Language/13_Libraries_and_Scripts/1_Imports_A03_t02: Fail, OK |
| 17 Language/13_Libraries_and_Scripts/1_Imports_A03_t22: 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 | 18 Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail, OK |
| 19 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail, OK | 19 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail, OK |
| 20 [ $compiler == none && $runtime == vm && $checked ] | 20 [ $compiler == none && $runtime == vm && $checked ] |
| 21 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail, OK | 21 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail, OK |
| 22 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail, OK | 22 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail, OK |
| 23 | 23 |
| 24 | 24 |
| 25 [ $compiler == none && $runtime == vm ] | 25 [ $compiler == none && $runtime == vm ] |
| 26 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # TODO(vm-team): Plea
se triage this crash. | 26 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # TODO(vm-team): Plea
se triage this crash. |
| 27 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # TODO(vm-team): Plea
se triage this crash. | 27 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # TODO(vm-team): Plea
se triage this crash. |
| 28 | 28 |
| 29 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(vm-team): Please triage this
failure. | 29 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(vm-team): Please triage
this failure. |
| 30 Language/05_Variables/05_Variables_A03_t04: Fail # TODO(vm-team): Please triage
this failure. | 30 Language/05_Variables/05_Variables_A05_t11: Fail # TODO(vm-team): Please triage
this failure. |
| 31 Language/05_Variables/05_Variables_A03_t11: Fail # TODO(vm-team): Please triage
this failure. | 31 Language/05_Variables/05_Variables_A05_t13: Fail # TODO(vm-team): Please triage
this failure. |
| 32 Language/05_Variables/05_Variables_A03_t13: Fail # TODO(vm-team): Please triage
this failure. | 32 Language/05_Variables/05_Variables_A05_t14: Fail # TODO(vm-team): Please triage
this failure. |
| 33 Language/05_Variables/05_Variables_A03_t14: Fail # TODO(vm-team): Please triage
this failure. | 33 Language/05_Variables/05_Variables_A05_t15: Fail # TODO(vm-team): Please triage
this failure. |
| 34 Language/05_Variables/05_Variables_A03_t15: Fail # TODO(vm-team): Please triage
this failure. | |
| 35 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail #
TODO(vm-team): Please triage this failure. | 34 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail #
TODO(vm-team): Please triage this failure. |
| 36 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail #
TODO(vm-team): Please triage this failure. | 35 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail #
TODO(vm-team): Please triage this failure. |
| 37 Language/07_Classes/2_Getters_A01_t03: Fail # TODO(vm-team): Please triage this
failure. | 36 Language/07_Classes/2_Getters_A01_t03: Fail # TODO(vm-team): Please triage this
failure. |
| 38 Language/07_Classes/2_Getters_A01_t05: Fail # TODO(vm-team): Please triage this
failure. | 37 Language/07_Classes/2_Getters_A01_t05: Fail # TODO(vm-team): Please triage this
failure. |
| 39 Language/07_Classes/3_Setters_A04_t01: Fail # TODO(vm-team): Please triage this
failure. | 38 Language/07_Classes/3_Setters_A04_t01: Fail # TODO(vm-team): Please triage this
failure. |
| 40 Language/07_Classes/3_Setters_A04_t02: Fail # TODO(vm-team): Please triage this
failure. | 39 Language/07_Classes/3_Setters_A04_t02: Fail # TODO(vm-team): Please triage this
failure. |
| 41 Language/07_Classes/3_Setters_A04_t03: Fail # TODO(vm-team): Please triage this
failure. | 40 Language/07_Classes/3_Setters_A04_t03: Fail # TODO(vm-team): Please triage this
failure. |
| 42 Language/07_Classes/3_Setters_A04_t04: Fail # TODO(vm-team): Please triage this
failure. | 41 Language/07_Classes/3_Setters_A04_t04: Fail # TODO(vm-team): Please triage this
failure. |
| 43 Language/07_Classes/3_Setters_A04_t05: Fail # TODO(vm-team): Please triage this
failure. | 42 Language/07_Classes/3_Setters_A04_t05: Fail # TODO(vm-team): Please triage this
failure. |
| 44 Language/07_Classes/3_Setters_A04_t06: Fail # TODO(vm-team): Please triage this
failure. | 43 Language/07_Classes/3_Setters_A04_t06: Fail # TODO(vm-team): Please triage this
failure. |
| 45 Language/07_Classes/3_Setters_A04_t07: Fail # TODO(vm-team): Please triage this
failure. | 44 Language/07_Classes/3_Setters_A04_t07: Fail # TODO(vm-team): Please triage this
failure. |
| 46 Language/07_Classes/3_Setters_A04_t08: Fail # TODO(vm-team): Please triage this
failure. | 45 Language/07_Classes/3_Setters_A04_t08: Fail # TODO(vm-team): Please triage this
failure. |
| 47 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # TODO(vm-team): P
lease triage this failure. | 46 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # TODO(vm-team): P
lease triage this failure. |
| 48 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # TODO(vm-team): P
lease triage this failure. | 47 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # TODO(vm-team): P
lease triage this failure. |
| 49 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # TODO(vm-team): P
lease triage this failure. | 48 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # TODO(vm-team): P
lease triage this failure. |
| 50 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Fail # TODO(vm-team): P
lease triage this failure. | 49 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Fail # TODO(vm-team): P
lease triage this failure. |
| 51 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # TODO(vm-team): P
lease triage this failure. | 50 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # TODO(vm-team): P
lease triage this failure. |
| 52 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # TODO(vm-team): P
lease triage this failure. | 51 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # TODO(vm-team): P
lease triage this failure. |
| 53 Language/07_Classes/6_Constructors/2_Factories_A05_t01: Fail # TODO(vm-team): Pl
ease triage this failure. | 52 Language/07_Classes/6_Constructors/2_Factories_A05_t01: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 54 Language/07_Classes/6_Constructors/2_Factories_A05_t03: Fail # TODO(vm-team): Pl
ease triage this failure. | 53 Language/07_Classes/6_Constructors/2_Factories_A05_t03: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 55 Language/07_Classes/6_Constructors/2_Factories_A05_t04: Fail # TODO(vm-team): Pl
ease triage this failure. | 54 Language/07_Classes/6_Constructors/2_Factories_A05_t04: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 56 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t01: Fail # TODO(
vm-team): Please triage this failure. | 55 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t01: Fail # TODO(
vm-team): Please triage this failure. |
| 57 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t02: Fail # TODO(
vm-team): Please triage this failure. | 56 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t02: Fail # TODO(
vm-team): Please triage this failure. |
| 58 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t03: Fail # TODO(
vm-team): Please triage this failure. | 57 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t03: Fail # TODO(
vm-team): Please triage this failure. |
| 59 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # TODO(
vm-team): Please triage this failure. | 58 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # TODO(
vm-team): Please triage this failure. |
| 60 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail # TODO(
vm-team): Please triage this failure. | 59 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail # TODO(
vm-team): Please triage this failure. |
| 61 Language/08_Interfaces/5_Superinterfaces_A01_t02: Fail # TODO(vm-team): Please t
riage this failure. | 60 Language/08_Interfaces/5_Superinterfaces_A01_t02: Fail # TODO(vm-team): Please t
riage this failure. |
| 62 Language/09_Generics/09_Generics_A05_t01: Fail # TODO(vm-team): Please triage th
is failure. | 61 Language/11_Expressions/01_Constants_A03_t01: Fail # TODO(vm-team): Please triag
e this failure. |
| 63 Language/09_Generics/09_Generics_A05_t02: Fail # TODO(vm-team): Please triage th
is failure. | 62 Language/11_Expressions/01_Constants_A05_t01: Fail # TODO(vm-team): Please triag
e this failure. |
| 64 Language/10_Expressions/01_Constants_A03_t01: Fail # TODO(vm-team): Please triag
e this failure. | 63 Language/11_Expressions/01_Constants_A06_t01: Fail # TODO(vm-team): Please triag
e this failure. |
| 65 Language/10_Expressions/01_Constants_A05_t01: Fail # TODO(vm-team): Please triag
e this failure. | 64 Language/11_Expressions/01_Constants_A14_t01: Fail # TODO(vm-team): Please triag
e this failure. |
| 66 Language/10_Expressions/01_Constants_A06_t01: Fail # TODO(vm-team): Please triag
e this failure. | 65 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t04: Fail # TODO(v
m-team): Please triage this failure. |
| 67 Language/10_Expressions/01_Constants_A14_t01: Fail # TODO(vm-team): Please triag
e this failure. | 66 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t05: Fail # TODO(v
m-team): Please triage this failure. |
| 68 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t04: Fail # TODO(v
m-team): Please triage this failure. | 67 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t06: Fail # TODO(v
m-team): Please triage this failure. |
| 69 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t05: Fail # TODO(v
m-team): Please triage this failure. | 68 Language/11_Expressions/05_Strings_A02_t46: Fail # TODO(vm-team): Please triage
this failure. |
| 70 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t06: Fail # TODO(v
m-team): Please triage this failure. | 69 Language/11_Expressions/05_Strings_A02_t48: Fail # TODO(vm-team): Please triage
this failure. |
| 71 Language/10_Expressions/05_Strings_A02_t46: Fail # TODO(vm-team): Please triage
this failure. | 70 Language/11_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(vm-team)
: Please triage this failure. |
| 72 Language/10_Expressions/05_Strings_A02_t48: Fail # TODO(vm-team): Please triage
this failure. | 71 Language/11_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(vm-team)
: Please triage this failure. |
| 73 Language/10_Expressions/09_Function_Expressions_A03_t02: Fail # TODO(vm-team): P
lease triage this failure. | 72 Language/11_Expressions/11_Instance_Creation/1_New_A09_t09: Fail # TODO(vm-team)
: Please triage this failure. |
| 74 Language/10_Expressions/09_Function_Expressions_A04_t02: Fail # TODO(vm-team): P
lease triage this failure. | 73 Language/11_Expressions/11_Instance_Creation/2_Const_A10_t01: Fail # TODO(vm-tea
m): Please triage this failure. |
| 75 Language/10_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(vm-team)
: Please triage this failure. | 74 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03:
Fail # TODO(vm-team): Please triage this failure. |
| 76 Language/10_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(vm-team)
: Please triage this failure. | 75 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t01: Fail # TODO(vm-team): Please triage this failure. |
| 77 Language/10_Expressions/11_Instance_Creation/1_New_A09_t09: Fail # TODO(vm-team)
: Please triage this failure. | 76 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A05_t02: Fail # TODO(vm-team): Please triage this failure. |
| 78 Language/10_Expressions/11_Instance_Creation/2_Const_A10_t01: Fail # TODO(vm-tea
m): Please triage this failure. | 77 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail #
TODO(vm-team): Please triage this failure. |
| 79 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03:
Fail # TODO(vm-team): Please triage this failure. | 78 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail #
TODO(vm-team): Please triage this failure. |
| 80 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A03_t01: Fail # TODO(vm-team): Please triage this failure. | 79 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail #
TODO(vm-team): Please triage this failure. |
| 81 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A05_t02: Fail # TODO(vm-team): Please triage this failure. | 80 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(vm-team): Plea
se triage this failure. |
| 82 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail #
TODO(vm-team): Please triage this failure. | 81 Language/11_Expressions/17_Getter_Invocation_A02_t02: Fail # TODO(vm-team): Plea
se triage this failure. |
| 83 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail #
TODO(vm-team): Please triage this failure. | 82 Language/11_Expressions/18_Assignment_A05_t02: Fail # TODO(vm-team): Please tria
ge this failure. |
| 84 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail #
TODO(vm-team): Please triage this failure. | 83 Language/11_Expressions/18_Assignment_A05_t04: Fail # TODO(vm-team): Please tria
ge this failure. |
| 85 Language/10_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(vm-team): Plea
se triage this failure. | 84 Language/11_Expressions/18_Assignment_A05_t05: Fail # TODO(vm-team): Please tria
ge this failure. |
| 86 Language/10_Expressions/17_Getter_Invocation_A02_t02: Fail # TODO(vm-team): Plea
se triage this failure. | 85 Language/11_Expressions/18_Assignment_A08_t04: Fail # TODO(vm-team): Please tria
ge this failure. |
| 87 Language/10_Expressions/18_Assignment_A05_t02: Fail # TODO(vm-team): Please tria
ge this failure. | 86 Language/11_Expressions/19_Conditional_A01_t10: Fail # TODO(vm-team): Please tri
age this failure. |
| 88 Language/10_Expressions/18_Assignment_A05_t04: Fail # TODO(vm-team): Please tria
ge this failure. | 87 Language/11_Expressions/19_Conditional_A01_t11: Fail # TODO(vm-team): Please tri
age this failure. |
| 89 Language/10_Expressions/18_Assignment_A05_t05: Fail # TODO(vm-team): Please tria
ge this failure. | 88 Language/11_Expressions/19_Conditional_A01_t12: Fail # TODO(vm-team): Please tri
age this failure. |
| 90 Language/10_Expressions/18_Assignment_A08_t04: Fail # TODO(vm-team): Please tria
ge this failure. | 89 Language/11_Expressions/19_Conditional_A01_t13: Fail # TODO(vm-team): Please tri
age this failure. |
| 91 Language/10_Expressions/19_Conditional_A01_t10: Fail # TODO(vm-team): Please tri
age this failure. | 90 Language/11_Expressions/19_Conditional_A01_t14: Fail # TODO(vm-team): Please tri
age this failure. |
| 92 Language/10_Expressions/19_Conditional_A01_t11: Fail # TODO(vm-team): Please tri
age this failure. | 91 Language/11_Expressions/19_Conditional_A01_t15: Fail # TODO(vm-team): Please tri
age this failure. |
| 93 Language/10_Expressions/19_Conditional_A01_t12: Fail # TODO(vm-team): Please tri
age this failure. | 92 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t10: Fail # TODO(vm-t
eam): Please triage this failure. |
| 94 Language/10_Expressions/19_Conditional_A01_t13: Fail # TODO(vm-team): Please tri
age this failure. | 93 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t11: Fail # TODO(vm-t
eam): Please triage this failure. |
| 95 Language/10_Expressions/19_Conditional_A01_t14: Fail # TODO(vm-team): Please tri
age this failure. | 94 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t12: Fail # TODO(vm-t
eam): Please triage this failure. |
| 96 Language/10_Expressions/19_Conditional_A01_t15: Fail # TODO(vm-team): Please tri
age this failure. | 95 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t13: Fail # TODO(vm-t
eam): Please triage this failure. |
| 97 Language/10_Expressions/20_Logical_Boolean_Expressions_A01_t10: Fail # TODO(vm-t
eam): Please triage this failure. | 96 Language/11_Expressions/20_Logical_Boolean_Expressions_A01_t14: Fail # TODO(vm-t
eam): Please triage this failure. |
| 98 Language/10_Expressions/20_Logical_Boolean_Expressions_A01_t11: Fail # TODO(vm-t
eam): Please triage this failure. | 97 Language/11_Expressions/21_Bitwise_Expressions_A01_t12: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 99 Language/10_Expressions/20_Logical_Boolean_Expressions_A01_t12: Fail # TODO(vm-t
eam): Please triage this failure. | 98 Language/11_Expressions/21_Bitwise_Expressions_A01_t13: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 100 Language/10_Expressions/20_Logical_Boolean_Expressions_A01_t13: Fail # TODO(vm-t
eam): Please triage this failure. | 99 Language/11_Expressions/21_Bitwise_Expressions_A01_t14: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 101 Language/10_Expressions/20_Logical_Boolean_Expressions_A01_t14: Fail # TODO(vm-t
eam): Please triage this failure. | 100 Language/11_Expressions/21_Bitwise_Expressions_A01_t15: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 102 Language/10_Expressions/21_Bitwise_Expressions_A01_t12: Fail # TODO(vm-team): Pl
ease triage this failure. | 101 Language/11_Expressions/21_Bitwise_Expressions_A01_t16: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 103 Language/10_Expressions/21_Bitwise_Expressions_A01_t13: Fail # TODO(vm-team): Pl
ease triage this failure. | 102 Language/11_Expressions/21_Bitwise_Expressions_A01_t17: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 104 Language/10_Expressions/21_Bitwise_Expressions_A01_t14: Fail # TODO(vm-team): Pl
ease triage this failure. | 103 Language/11_Expressions/22_Equality_A01_t23: Fail # TODO(vm-team): Please triage
this failure. |
| 105 Language/10_Expressions/21_Bitwise_Expressions_A01_t15: Fail # TODO(vm-team): Pl
ease triage this failure. | 104 Language/11_Expressions/22_Equality_A01_t24: Fail # TODO(vm-team): Please triage
this failure. |
| 106 Language/10_Expressions/21_Bitwise_Expressions_A01_t16: Fail # TODO(vm-team): Pl
ease triage this failure. | 105 Language/11_Expressions/23_Relational_Expressions_A01_t18: Fail # TODO(vm-team):
Please triage this failure. |
| 107 Language/10_Expressions/21_Bitwise_Expressions_A01_t17: Fail # TODO(vm-team): Pl
ease triage this failure. | 106 Language/11_Expressions/23_Relational_Expressions_A01_t19: Fail # TODO(vm-team):
Please triage this failure. |
| 108 Language/10_Expressions/22_Equality_A01_t23: Fail # TODO(vm-team): Please triage
this failure. | 107 Language/11_Expressions/23_Relational_Expressions_A01_t20: Fail # TODO(vm-team):
Please triage this failure. |
| 109 Language/10_Expressions/22_Equality_A01_t24: Fail # TODO(vm-team): Please triage
this failure. | 108 Language/11_Expressions/23_Relational_Expressions_A01_t21: Fail # TODO(vm-team):
Please triage this failure. |
| 110 Language/10_Expressions/23_Relational_Expressions_A01_t18: Fail # TODO(vm-team):
Please triage this failure. | 109 Language/11_Expressions/23_Relational_Expressions_A01_t22: Fail # TODO(vm-team):
Please triage this failure. |
| 111 Language/10_Expressions/23_Relational_Expressions_A01_t19: Fail # TODO(vm-team):
Please triage this failure. | 110 Language/11_Expressions/23_Relational_Expressions_A01_t23: Fail # TODO(vm-team):
Please triage this failure. |
| 112 Language/10_Expressions/23_Relational_Expressions_A01_t20: Fail # TODO(vm-team):
Please triage this failure. | 111 Language/11_Expressions/24_Shift_A01_t09: Fail # TODO(vm-team): Please triage th
is failure. |
| 113 Language/10_Expressions/23_Relational_Expressions_A01_t21: Fail # TODO(vm-team):
Please triage this failure. | 112 Language/11_Expressions/24_Shift_A01_t10: Fail # TODO(vm-team): Please triage th
is failure. |
| 114 Language/10_Expressions/23_Relational_Expressions_A01_t22: Fail # TODO(vm-team):
Please triage this failure. | 113 Language/11_Expressions/24_Shift_A01_t11: Fail # TODO(vm-team): Please triage th
is failure. |
| 115 Language/10_Expressions/23_Relational_Expressions_A01_t23: Fail # TODO(vm-team):
Please triage this failure. | 114 Language/11_Expressions/24_Shift_A01_t12: Fail # TODO(vm-team): Please triage th
is failure. |
| 116 Language/10_Expressions/24_Shift_A01_t09: Fail # TODO(vm-team): Please triage th
is failure. | 115 Language/11_Expressions/24_Shift_A01_t13: Fail # TODO(vm-team): Please triage th
is failure. |
| 117 Language/10_Expressions/24_Shift_A01_t10: Fail # TODO(vm-team): Please triage th
is failure. | 116 Language/11_Expressions/24_Shift_A01_t14: Fail # TODO(vm-team): Please triage th
is failure. |
| 118 Language/10_Expressions/24_Shift_A01_t11: Fail # TODO(vm-team): Please triage th
is failure. | 117 Language/11_Expressions/25_Additive_Expressions_A01_t07: Fail # TODO(vm-team): P
lease triage this failure. |
| 119 Language/10_Expressions/24_Shift_A01_t12: Fail # TODO(vm-team): Please triage th
is failure. | 118 Language/11_Expressions/25_Additive_Expressions_A01_t08: Fail # TODO(vm-team): P
lease triage this failure. |
| 120 Language/10_Expressions/24_Shift_A01_t13: Fail # TODO(vm-team): Please triage th
is failure. | 119 Language/11_Expressions/25_Additive_Expressions_A01_t11: Fail # TODO(vm-team): P
lease triage this failure. |
| 121 Language/10_Expressions/24_Shift_A01_t14: Fail # TODO(vm-team): Please triage th
is failure. | 120 Language/11_Expressions/25_Additive_Expressions_A01_t12: Fail # TODO(vm-team): P
lease triage this failure. |
| 122 Language/10_Expressions/25_Additive_Expressions_A01_t07: Fail # TODO(vm-team): P
lease triage this failure. | 121 Language/11_Expressions/25_Additive_Expressions_A01_t13: Fail # TODO(vm-team): P
lease triage this failure. |
| 123 Language/10_Expressions/25_Additive_Expressions_A01_t08: Fail # TODO(vm-team): P
lease triage this failure. | 122 Language/11_Expressions/25_Additive_Expressions_A01_t14: Fail # TODO(vm-team): P
lease triage this failure. |
| 124 Language/10_Expressions/25_Additive_Expressions_A01_t11: Fail # TODO(vm-team): P
lease triage this failure. | 123 Language/11_Expressions/26_Multiplicative_Expressions_A01_t10: Fail # TODO(vm-te
am): Please triage this failure. |
| 125 Language/10_Expressions/25_Additive_Expressions_A01_t12: Fail # TODO(vm-team): P
lease triage this failure. | 124 Language/11_Expressions/26_Multiplicative_Expressions_A01_t11: Fail # TODO(vm-te
am): Please triage this failure. |
| 126 Language/10_Expressions/25_Additive_Expressions_A01_t13: Fail # TODO(vm-team): P
lease triage this failure. | 125 Language/11_Expressions/26_Multiplicative_Expressions_A01_t14: Fail # TODO(vm-te
am): Please triage this failure. |
| 127 Language/10_Expressions/25_Additive_Expressions_A01_t14: Fail # TODO(vm-team): P
lease triage this failure. | 126 Language/11_Expressions/26_Multiplicative_Expressions_A01_t15: Fail # TODO(vm-te
am): Please triage this failure. |
| 128 Language/10_Expressions/26_Multiplicative_Expressions_A01_t10: Fail # TODO(vm-te
am): Please triage this failure. | 127 Language/11_Expressions/26_Multiplicative_Expressions_A01_t16: Fail # TODO(vm-te
am): Please triage this failure. |
| 129 Language/10_Expressions/26_Multiplicative_Expressions_A01_t11: Fail # TODO(vm-te
am): Please triage this failure. | 128 Language/11_Expressions/26_Multiplicative_Expressions_A01_t17: Fail # TODO(vm-te
am): Please triage this failure. |
| 130 Language/10_Expressions/26_Multiplicative_Expressions_A01_t14: Fail # TODO(vm-te
am): Please triage this failure. | 129 Language/11_Expressions/27_Unary_Expressions_A01_t02: Fail # TODO(vm-team): Plea
se triage this failure. |
| 131 Language/10_Expressions/26_Multiplicative_Expressions_A01_t15: Fail # TODO(vm-te
am): Please triage this failure. | 130 Language/11_Expressions/27_Unary_Expressions_A01_t04: Fail # TODO(vm-team): Plea
se triage this failure. |
| 132 Language/10_Expressions/26_Multiplicative_Expressions_A01_t16: Fail # TODO(vm-te
am): Please triage this failure. | 131 Language/11_Expressions/27_Unary_Expressions_A01_t05: Fail # TODO(vm-team): Plea
se triage this failure. |
| 133 Language/10_Expressions/26_Multiplicative_Expressions_A01_t17: Fail # TODO(vm-te
am): Please triage this failure. | 132 Language/11_Expressions/27_Unary_Expressions_A01_t11: Fail # TODO(vm-team): Plea
se triage this failure. |
| 134 Language/10_Expressions/27_Unary_Expressions_A01_t02: Fail # TODO(vm-team): Plea
se triage this failure. | 133 Language/11_Expressions/27_Unary_Expressions_A01_t12: Fail # TODO(vm-team): Plea
se triage this failure. |
| 135 Language/10_Expressions/27_Unary_Expressions_A01_t04: Fail # TODO(vm-team): Plea
se triage this failure. | 134 Language/11_Expressions/27_Unary_Expressions_A01_t13: Fail # TODO(vm-team): Plea
se triage this failure. |
| 136 Language/10_Expressions/27_Unary_Expressions_A01_t05: Fail # TODO(vm-team): Plea
se triage this failure. | 135 Language/11_Expressions/27_Unary_Expressions_A01_t17: Fail # TODO(vm-team): Plea
se triage this failure. |
| 137 Language/10_Expressions/27_Unary_Expressions_A01_t11: Fail # TODO(vm-team): Plea
se triage this failure. | 136 Language/11_Expressions/27_Unary_Expressions_A01_t18: Fail # TODO(vm-team): Plea
se triage this failure. |
| 138 Language/10_Expressions/27_Unary_Expressions_A01_t12: Fail # TODO(vm-team): Plea
se triage this failure. | 137 Language/11_Expressions/27_Unary_Expressions_A01_t19: Fail # TODO(vm-team): Plea
se triage this failure. |
| 139 Language/10_Expressions/27_Unary_Expressions_A01_t13: Fail # TODO(vm-team): Plea
se triage this failure. | 138 Language/11_Expressions/27_Unary_Expressions_A01_t20: Fail # TODO(vm-team): Plea
se triage this failure. |
| 140 Language/10_Expressions/27_Unary_Expressions_A01_t17: Fail # TODO(vm-team): Plea
se triage this failure. | 139 Language/11_Expressions/27_Unary_Expressions_A01_t21: Fail # TODO(vm-team): Plea
se triage this failure. |
| 141 Language/10_Expressions/27_Unary_Expressions_A01_t18: Fail # TODO(vm-team): Plea
se triage this failure. | 140 Language/11_Expressions/27_Unary_Expressions_A01_t22: Fail # TODO(vm-team): Plea
se triage this failure. |
| 142 Language/10_Expressions/27_Unary_Expressions_A01_t19: Fail # TODO(vm-team): Plea
se triage this failure. | 141 Language/11_Expressions/28_Postfix_Expressions_A01_t02: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 143 Language/10_Expressions/27_Unary_Expressions_A01_t20: Fail # TODO(vm-team): Plea
se triage this failure. | 142 Language/11_Expressions/28_Postfix_Expressions_A01_t03: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 144 Language/10_Expressions/27_Unary_Expressions_A01_t21: Fail # TODO(vm-team): Plea
se triage this failure. | 143 Language/11_Expressions/28_Postfix_Expressions_A01_t05: Fail # TODO(vm-team): Pl
ease triage this failure. |
| 145 Language/10_Expressions/27_Unary_Expressions_A01_t22: Fail # TODO(vm-team): Plea
se triage this failure. | 144 Language/11_Expressions/29_Assignable_Expressions_A01_t06: Fail # TODO(vm-team):
Please triage this failure. |
| 146 Language/10_Expressions/28_Postfix_Expressions_A01_t02: Fail # TODO(vm-team): Pl
ease triage this failure. | 145 Language/11_Expressions/29_Assignable_Expressions_A01_t08: Fail # TODO(vm-team):
Please triage this failure. |
| 147 Language/10_Expressions/28_Postfix_Expressions_A01_t03: Fail # TODO(vm-team): Pl
ease triage this failure. | 146 Language/11_Expressions/29_Assignable_Expressions_A01_t09: Fail # TODO(vm-team):
Please triage this failure. |
| 148 Language/10_Expressions/28_Postfix_Expressions_A01_t05: Fail # TODO(vm-team): Pl
ease triage this failure. | 147 Language/11_Expressions/30_Identifier_Reference_A04_t09: Fail # TODO(vm-team): P
lease triage this failure. |
| 149 Language/10_Expressions/29_Assignable_Expressions_A01_t06: Fail # TODO(vm-team):
Please triage this failure. | 148 Language/11_Expressions/30_Identifier_Reference_A05_t02: Fail # TODO(vm-team): P
lease triage this failure. |
| 150 Language/10_Expressions/29_Assignable_Expressions_A01_t08: Fail # TODO(vm-team):
Please triage this failure. | 149 Language/11_Expressions/30_Identifier_Reference_A05_t08: Fail # TODO(vm-team): P
lease triage this failure. |
| 151 Language/10_Expressions/29_Assignable_Expressions_A01_t09: Fail # TODO(vm-team):
Please triage this failure. | 150 Language/11_Expressions/30_Identifier_Reference_A06_t01: Fail # TODO(vm-team): P
lease triage this failure. |
| 152 Language/10_Expressions/30_Identifier_Reference_A04_t09: Fail # TODO(vm-team): P
lease triage this failure. | 151 Language/11_Expressions/30_Identifier_Reference_A06_t02: Fail # TODO(vm-team): P
lease triage this failure. |
| 153 Language/10_Expressions/30_Identifier_Reference_A05_t02: Fail # TODO(vm-team): P
lease triage this failure. | 152 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail # TODO(vm-team): P
lease triage this failure. |
| 154 Language/10_Expressions/30_Identifier_Reference_A05_t08: Fail # TODO(vm-team): P
lease triage this failure. | 153 Language/11_Expressions/30_Identifier_Reference_A08_t02: Fail # TODO(vm-team): P
lease triage this failure. |
| 155 Language/10_Expressions/30_Identifier_Reference_A06_t01: Fail # TODO(vm-team): P
lease triage this failure. | 154 Language/11_Expressions/31_Type_Test_A01_t02: Fail # TODO(vm-team): Please triag
e this failure. |
| 156 Language/10_Expressions/30_Identifier_Reference_A06_t02: Fail # TODO(vm-team): P
lease triage this failure. | 155 Language/11_Expressions/31_Type_Test_A01_t04: Fail # TODO(vm-team): Please triag
e this failure. |
| 157 Language/10_Expressions/30_Identifier_Reference_A07_t01: Fail # TODO(vm-team): P
lease triage this failure. | 156 Language/11_Expressions/31_Type_Test_A05_t01: Fail # TODO(vm-team): Please triag
e this failure. |
| 158 Language/10_Expressions/30_Identifier_Reference_A08_t02: Fail # TODO(vm-team): P
lease triage this failure. | 157 Language/11_Expressions/31_Type_Test_A05_t02: Fail # TODO(vm-team): Please triag
e this failure. |
| 159 Language/10_Expressions/31_Type_Test_A01_t02: Fail # TODO(vm-team): Please triag
e this failure. | 158 Language/11_Expressions/31_Type_Test_A05_t03: Fail # TODO(vm-team): Please triag
e this failure. |
| 160 Language/10_Expressions/31_Type_Test_A01_t04: Fail # TODO(vm-team): Please triag
e this failure. | 159 Language/11_Expressions/32_Type_Cast_A04_t01: Fail # TODO(vm-team): Please triag
e this failure. |
| 161 Language/10_Expressions/31_Type_Test_A05_t01: Fail # TODO(vm-team): Please triag
e this failure. | 160 Language/11_Expressions/32_Type_Cast_A04_t02: Fail # TODO(vm-team): Please triag
e this failure. |
| 162 Language/10_Expressions/31_Type_Test_A05_t02: Fail # TODO(vm-team): Please triag
e this failure. | 161 Language/12_Statements/04_Local_Function_Declaration_A02_t02: Fail # TODO(vm-tea
m): Please triage this failure. |
| 163 Language/10_Expressions/31_Type_Test_A05_t03: Fail # TODO(vm-team): Please triag
e this failure. | 162 Language/12_Statements/06_For_A01_t11: Fail # TODO(vm-team): Please triage this
failure. |
| 164 Language/10_Expressions/32_Type_Cast_A04_t01: Fail # TODO(vm-team): Please triag
e this failure. | 163 Language/12_Statements/09_Switch_A01_t02: Fail # TODO(vm-team): Please triage th
is failure. |
| 165 Language/10_Expressions/32_Type_Cast_A04_t02: Fail # TODO(vm-team): Please triag
e this failure. | 164 Language/12_Statements/09_Switch_A02_t01: Fail # TODO(vm-team): Please triage th
is failure. |
| 166 Language/11_Statements/04_Local_Function_Declaration_A02_t02: Fail # TODO(vm-tea
m): Please triage this failure. | 165 Language/12_Statements/09_Switch_A02_t02: Fail # TODO(vm-team): Please triage th
is failure. |
| 167 Language/11_Statements/06_For_A01_t11: Fail # TODO(vm-team): Please triage this
failure. | 166 Language/12_Statements/09_Switch_A02_t03: Fail # TODO(vm-team): Please triage th
is failure. |
| 168 Language/11_Statements/09_Switch_A01_t02: Fail # TODO(vm-team): Please triage th
is failure. | 167 Language/12_Statements/09_Switch_A03_t01: Fail # TODO(vm-team): Please triage th
is failure. |
| 169 Language/11_Statements/09_Switch_A02_t01: Fail # TODO(vm-team): Please triage th
is failure. | 168 Language/12_Statements/09_Switch_A03_t02: Fail # TODO(vm-team): Please triage th
is failure. |
| 170 Language/11_Statements/09_Switch_A02_t02: Fail # TODO(vm-team): Please triage th
is failure. | 169 Language/12_Statements/09_Switch_A06_t02: Fail # TODO(vm-team): Please triage th
is failure. |
| 171 Language/11_Statements/09_Switch_A02_t03: Fail # TODO(vm-team): Please triage th
is failure. | 170 Language/12_Statements/10_Try_A11_t01: Fail # TODO(vm-team): Please triage this
failure. |
| 172 Language/11_Statements/09_Switch_A03_t01: Fail # TODO(vm-team): Please triage th
is failure. | 171 Language/12_Statements/12_Labels_A01_t03: Fail # TODO(vm-team): Please triage th
is failure. |
| 173 Language/11_Statements/09_Switch_A03_t02: Fail # TODO(vm-team): Please triage th
is failure. | |
| 174 Language/11_Statements/09_Switch_A06_t02: Fail # TODO(vm-team): Please triage th
is failure. | |
| 175 Language/11_Statements/10_Try_A11_t01: Fail # TODO(vm-team): Please triage this
failure. | |
| 176 Language/11_Statements/12_Labels_A01_t03: Fail # TODO(vm-team): Please triage th
is failure. | |
| 177 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A03_t01: Fail # TODO(
vm-team): Please triage this failure. | 172 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A03_t01: Fail # TODO(
vm-team): Please triage this failure. |
| 178 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # TODO(
vm-team): Please triage this failure. | 173 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # TODO(
vm-team): Please triage this failure. |
| 179 Language/13_Libraries_and_Scripts/1_Imports_A01_t53: Fail # TODO(vm-team): Pleas
e triage this failure. | 174 Language/13_Libraries_and_Scripts/1_Imports_A01_t53: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 180 Language/13_Libraries_and_Scripts/1_Imports_A01_t54: Fail # TODO(vm-team): Pleas
e triage this failure. | 175 Language/13_Libraries_and_Scripts/1_Imports_A01_t54: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 181 Language/13_Libraries_and_Scripts/1_Imports_A02_t01: Fail # TODO(vm-team): Pleas
e triage this failure. | 176 Language/13_Libraries_and_Scripts/1_Imports_A02_t01: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 182 Language/13_Libraries_and_Scripts/1_Imports_A02_t02: Fail # TODO(vm-team): Pleas
e triage this failure. | 177 Language/13_Libraries_and_Scripts/1_Imports_A02_t02: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 183 Language/13_Libraries_and_Scripts/1_Imports_A02_t16: Fail # TODO(vm-team): Pleas
e triage this failure. | 178 Language/13_Libraries_and_Scripts/1_Imports_A02_t16: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 184 Language/13_Libraries_and_Scripts/1_Imports_A02_t17: Fail # TODO(vm-team): Pleas
e triage this failure. | 179 Language/13_Libraries_and_Scripts/1_Imports_A02_t17: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 185 Language/13_Libraries_and_Scripts/1_Imports_A02_t18: Fail # TODO(vm-team): Pleas
e triage this failure. | 180 Language/13_Libraries_and_Scripts/1_Imports_A02_t18: Fail # TODO(vm-team): Pleas
e triage this failure. |
| 186 Language/13_Libraries_and_Scripts/1_Imports_A02_t19: Fail # TODO(vm-team): Pleas
e triage this failure. | 181 Language/13_Libraries_and_Scripts/1_Imports_A02_t19: Fail # TODO(vm-team): Pleas
e triage this failure. |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288 | 219 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288 |
| 225 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288 | 220 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288 |
| 226 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK #
co19 issue 288 | 221 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK #
co19 issue 288 |
| 227 LibTest/core/NoMoreElementsException/toString_A01_t01: Fail, OK # co19 issue 288 | 222 LibTest/core/NoMoreElementsException/toString_A01_t01: Fail, OK # co19 issue 288 |
| 228 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288 | 223 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288 |
| 229 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288 | 224 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288 |
| 230 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288 | 225 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288 |
| 231 | 226 |
| 232 | 227 |
| 233 [ $compiler == none && $runtime == vm && $checked ] | 228 [ $compiler == none && $runtime == vm && $checked ] |
| 234 Language/07_Classes/6_Constructors/2_Factories_A03_t05: Fail # TODO(vm-team): Pl
ease triage this failure. | 229 Language/12_Statements/05_If_A02_t01: Fail # TODO(vm-team): Please triage this f
ailure. |
| 235 Language/11_Statements/05_If_A02_t01: Fail # TODO(vm-team): Please triage this f
ailure. | 230 Language/12_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th
is failure. |
| 236 Language/11_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th
is failure. | 231 Language/12_Statements/15_Assert_A04_t04: Fail # TODO(vm-team): Please triage th
is failure. |
| 237 Language/11_Statements/15_Assert_A04_t04: Fail # TODO(vm-team): Please triage th
is failure. | |
| 238 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this
failure. | 232 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this
failure. |
| 239 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this
failure. | 233 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this
failure. |
| 240 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this
failure. | 234 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this
failure. |
| 241 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this
failure. | 235 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this
failure. |
| 242 LibTest/core/Map/putIfAbsent_A01_t07: Fail # TODO(vm-team): Please triage this f
ailure. | 236 LibTest/core/Map/putIfAbsent_A01_t07: Fail # TODO(vm-team): Please triage this f
ailure. |
| 243 | 237 |
| 244 Language/14_Types/7_Type_Void_A04_t02: Fail, OK # co19 issue 158 | 238 Language/14_Types/7_Type_Void_A04_t02: Fail, OK # co19 issue 158 |
| 245 Language/14_Types/7_Type_Void_A04_t03: Fail, OK # co19 issue 158 | 239 Language/14_Types/7_Type_Void_A04_t03: Fail, OK # co19 issue 158 |
| 246 Language/14_Types/7_Type_Void_A04_t04: Fail, OK # co19 issue 158 | 240 Language/14_Types/7_Type_Void_A04_t04: Fail, OK # co19 issue 158 |
| 247 Language/14_Types/7_Type_Void_A04_t05: Fail, OK # co19 issue 158 | 241 Language/14_Types/7_Type_Void_A04_t05: Fail, OK # co19 issue 158 |
| 248 | 242 |
| 249 Language/10_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234 | 243 Language/11_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234 |
| 250 | 244 |
| 251 [ $compiler == none && $runtime == vm && $unchecked ] | 245 [ $compiler == none && $runtime == vm && $unchecked ] |
| 252 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please tr
iage this failure. | 246 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please tr
iage this failure. |
| 253 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team):
Please triage this failure. | 247 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team):
Please triage this failure. |
| 254 | 248 |
| 255 | 249 |
| 256 [ $compiler == none && $runtime == vm ] | 250 [ $compiler == none && $runtime == vm ] |
| 257 # Not properly reporting exception in initializer expressions | 251 # Not properly reporting exception in initializer expressions |
| 258 Language/10_Expressions/01_Constants_A16_t01: Fail | 252 Language/11_Expressions/01_Constants_A16_t01: Fail |
| 259 Language/10_Expressions/01_Constants_A16_t02: Fail | 253 Language/11_Expressions/01_Constants_A16_t02: Fail |
| 260 | 254 |
| 261 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue
392, potentially constant expression analysis | 255 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue
392, potentially constant expression analysis |
| 262 | 256 |
| 263 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c
ompile-time constant expression) | 257 Language/11_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c
ompile-time constant expression) |
| 264 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM | 258 Language/11_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM |
| 265 | 259 |
| 266 # co19 issue 183 - must not instantiate an abstract class | 260 # co19 issue 183 - must not instantiate an abstract class |
| 267 # Some of these tests are expected to fail for another reason. These are marked
as Skip. | 261 # Some of these tests are expected to fail for another reason. These are marked
as Skip. |
| 268 Language/07_Classes/07_Classes_A02_t29: Skip # co19 issue 183 | 262 Language/07_Classes/07_Classes_A02_t29: Skip # co19 issue 183 |
| 269 Language/07_Classes/07_Classes_A02_t31: Skip # co19 issue 183 | 263 Language/07_Classes/07_Classes_A02_t31: Skip # co19 issue 183 |
| 270 | 264 |
| 271 # co19 175 - related to issue 4522, all need fixing, some passes because of temp
orary warning. | 265 # co19 175 - related to issue 4522, all need fixing, some passes because of temp
orary warning. |
| 272 Language/10_Expressions/07_Maps_A03_t01: Pass, Fail # co19 175 | 266 Language/11_Expressions/07_Maps_A03_t01: Pass, Fail # co19 175 |
| 273 Language/10_Expressions/07_Maps_A04_t01: Pass, Fail # co19 175 | 267 Language/11_Expressions/07_Maps_A04_t01: Pass, Fail # co19 175 |
| 274 Language/10_Expressions/07_Maps_A04_t02: Pass, Fail # co19 175 | 268 Language/11_Expressions/07_Maps_A04_t02: Pass, Fail # co19 175 |
| 275 Language/10_Expressions/07_Maps_A06_t01: Pass, Fail # co19 175 | 269 Language/11_Expressions/07_Maps_A06_t01: Pass, Fail # co19 175 |
| 276 Language/10_Expressions/07_Maps_A06_t02: Pass, Fail # co19 175 | 270 Language/11_Expressions/07_Maps_A06_t02: Pass, Fail # co19 175 |
| 277 Language/10_Expressions/07_Maps_A07_t04: Pass, Fail # co19 175 | 271 Language/11_Expressions/07_Maps_A07_t04: Pass, Fail # co19 175 |
| 278 Language/10_Expressions/07_Maps_A07_t03: Pass, Fail # co19 175 | 272 Language/11_Expressions/07_Maps_A07_t03: Pass, Fail # co19 175 |
| 279 Language/10_Expressions/07_Maps_A08_t01: Pass, Fail # co19 175 | 273 Language/11_Expressions/07_Maps_A08_t01: Pass, Fail # co19 175 |
| 280 Language/10_Expressions/07_Maps_A10_t01: Pass, Fail # co19 175 | 274 Language/11_Expressions/07_Maps_A10_t01: Pass, Fail # co19 175 |
| 281 Language/10_Expressions/07_Maps_A10_t02: Pass, Fail # co19 175 | 275 Language/11_Expressions/07_Maps_A10_t02: Pass, Fail # co19 175 |
| 282 Language/10_Expressions/07_Maps_A10_t03: Pass, Fail # co19 175 | 276 Language/11_Expressions/07_Maps_A10_t03: Pass, Fail # co19 175 |
| 283 Language/10_Expressions/07_Maps_A10_t04: Pass, Fail # co19 175 | 277 Language/11_Expressions/07_Maps_A10_t04: Pass, Fail # co19 175 |
| 284 Language/10_Expressions/07_Maps_A10_t05: Pass, Fail # co19 175 | 278 Language/11_Expressions/07_Maps_A10_t05: Pass, Fail # co19 175 |
| 285 | 279 |
| 286 Language/10_Expressions/05_Strings_A02_t01: Skip # co19 issue 90. | 280 Language/11_Expressions/05_Strings_A02_t01: Skip # co19 issue 90. |
| 287 Language/10_Expressions/07_Maps_A01_t01: Skip # co19 issue 91: map literals ille
gal at statement beginning. | 281 Language/11_Expressions/07_Maps_A01_t01: Skip # co19 issue 91: map literals ille
gal at statement beginning. |
| 288 | 282 |
| 289 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A05_t01: Fail # issue 1604. | 283 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A05_t01: Fail # issue 1604. |
| 290 Language/10_Expressions/27_Unary_Expressions_A01_t01: Fail # issue 1288 (unary s
uper operator call) | 284 Language/11_Expressions/27_Unary_Expressions_A01_t01: Fail # issue 1288 (unary s
uper operator call) |
| 291 Language/10_Expressions/27_Unary_Expressions_A08_t01: Fail # issue 1288 (unary s
uper operator call) | 285 Language/11_Expressions/27_Unary_Expressions_A08_t01: Fail # issue 1288 (unary s
uper operator call) |
| 292 | 286 |
| 293 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79) | 287 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79) |
| 294 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79) | 288 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79) |
| 295 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79) | 289 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79) |
| 296 | 290 |
| 297 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail | 291 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail |
| 298 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail | 292 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail |
| 299 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail | 293 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail |
| 300 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail | 294 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F
ail |
| 301 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail | 295 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
ail |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 LibTest/core/int/remainder_A01_t02: Fail # TODO(vm-team): Please triage this fai
lure. | 338 LibTest/core/int/remainder_A01_t02: Fail # TODO(vm-team): Please triage this fai
lure. |
| 345 | 339 |
| 346 | 340 |
| 347 [ $compiler == none && $runtime == vm ] | 341 [ $compiler == none && $runtime == vm ] |
| 348 | 342 |
| 349 # The following tests use the deprecated Date interface. | 343 # The following tests use the deprecated Date interface. |
| 350 # Issue co19 - 125 | 344 # Issue co19 - 125 |
| 351 LibTest/core/Date/toString_A02_t01: Fail, OK | 345 LibTest/core/Date/toString_A02_t01: Fail, OK |
| 352 LibTest/core/Date/year_A01_t01: Fail, OK | 346 LibTest/core/Date/year_A01_t01: Fail, OK |
| 353 | 347 |
| 354 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289 | |
| 355 | |
| 356 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 | 348 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 |
| 357 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 | 349 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 |
| 358 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 | 350 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 |
| 359 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29
3 | 351 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29
3 |
| 360 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293 | 352 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293 |
| 361 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293 | 353 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293 |
| 362 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293 | 354 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293 |
| 363 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293 | 355 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293 |
| 364 | 356 |
| 365 LibTest/core/Stopwatch/Stopwatch_A01_t01: Fail, OK # co19 issue 297 | 357 LibTest/core/Stopwatch/Stopwatch_A01_t01: Fail, OK # co19 issue 297 |
| 366 LibTest/core/Stopwatch/elapsed_A01_t03: Fail, OK # co19 issue 297 | 358 LibTest/core/Stopwatch/elapsed_A01_t03: Fail, OK # co19 issue 297 |
| 367 LibTest/core/Stopwatch/elapsed_A01_t01: Fail, OK # co19 issue 297 | 359 LibTest/core/Stopwatch/elapsed_A01_t01: Fail, OK # co19 issue 297 |
| 368 LibTest/core/Stopwatch/elapsed_A01_t02: Fail, OK # co19 issue 297 | 360 LibTest/core/Stopwatch/elapsed_A01_t02: Fail, OK # co19 issue 297 |
| 369 LibTest/core/Stopwatch/elapsedInUs_A01_t01: Fail, OK # co19 issue 297 | 361 LibTest/core/Stopwatch/elapsedInUs_A01_t01: Fail, OK # co19 issue 297 |
| 370 LibTest/core/Stopwatch/elapsedInMs_A01_t01: Fail, OK # co19 issue 297 | 362 LibTest/core/Stopwatch/elapsedInMs_A01_t01: Fail, OK # co19 issue 297 |
| 371 LibTest/core/Stopwatch/start_A01_t01: Fail, OK # co19 issue 297 | 363 LibTest/core/Stopwatch/start_A01_t01: Fail, OK # co19 issue 297 |
| 372 LibTest/core/Stopwatch/start_A01_t02: Fail, OK # co19 issue 297 | 364 LibTest/core/Stopwatch/start_A01_t02: Fail, OK # co19 issue 297 |
| 373 LibTest/core/Stopwatch/start_A01_t03: Fail, OK # co19 issue 297 | 365 LibTest/core/Stopwatch/start_A01_t03: Fail, OK # co19 issue 297 |
| 374 LibTest/core/Stopwatch/stop_A01_t01: Fail, OK # co19 issue 297 | 366 LibTest/core/Stopwatch/stop_A01_t01: Fail, OK # co19 issue 297 |
| 375 LibTest/core/Stopwatch/frequency_A01_t01: Fail, OK # co19 issue 297 | 367 LibTest/core/Stopwatch/frequency_A01_t01: Fail, OK # co19 issue 297 |
| 376 | 368 |
| 369 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 294 |
| 370 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 |
| 371 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i
ssue 294 |
| 372 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i
ssue 294 |
| 377 | 373 |
| 378 LibTest/core/Match/end_A01_t01: Fail, OK # co19 issue 294 | 374 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 291 |
| 379 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 294 | 375 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 291 |
| 380 LibTest/core/Match/groupCount_A01_t01: Fail, OK # co19 issue 294 | |
| 381 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 294 | |
| 382 LibTest/core/Match/start_A01_t01: Fail, OK # co19 issue 294 | |
| 383 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 294 | |
| 384 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 | |
| 385 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A03_t01: Fail, OK # c
o19 issue 294 | |
| 386 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A04_t01: Fail, OK # c
o19 issue 294 | |
| 387 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A05_t01: Fail, OK # c
o19 issue 294 | |
| 388 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail, OK # co19 i
ssue 294 | |
| 389 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i
ssue 294 | |
| 390 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail, OK # co19 i
ssue 294 | |
| 391 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02: Fail, OK # co19 i
ssue 294 | |
| 392 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t03: Fail, OK # co19 i
ssue 294 | |
| 393 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01: Fail, OK # co19 i
ssue 294 | |
| 394 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A05_t01: Fail, OK # co19 i
ssue 294 | |
| 395 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A06_t01: Fail, OK # co19 i
ssue 294 | |
| 396 LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail, OK #
co19 issue 294 | |
| 397 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail, OK #
co19 issue 294 | |
| 398 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A01_t01: Fail, OK #
co19 issue 294 | |
| 399 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A02_t01: Fail, OK #
co19 issue 294 | |
| 400 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail, OK #
co19 issue 294 | |
| 401 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A04_t01: Fail, OK #
co19 issue 294 | |
| 402 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A05_t01: Fail, OK #
co19 issue 294 | |
| 403 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A06_t01: Fail, OK #
co19 issue 294 | |
| 404 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A01_t01: Fail, OK # co19 i
ssue 294 | |
| 405 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A02_t01: Fail, OK # co19 i
ssue 294 | |
| 406 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i
ssue 294 | |
| 407 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i
ssue 294 | |
| 408 | 376 |
| 409 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 291 | 377 Language/11_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287 |
| 410 LibTest/core/Queue/first_A01_t01: Fail, OK # co19 issue 291 | 378 Language/11_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287 |
| 411 LibTest/core/Queue/removeFirst_A01_t01: Fail, OK # co19 issue 291 | |
| 412 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 291 | |
| 413 LibTest/core/Queue/addFirst_A01_t01: Fail, OK # co19 issue 291 | |
| 414 LibTest/core/Queue/removeLast_A01_t01: Fail, OK # co19 issue 291 | |
| 415 LibTest/core/Queue/add_A01_t01: Fail, OK # co19 issue 291 | |
| 416 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 291 | |
| 417 LibTest/core/Queue/addLast_A01_t01: Fail, OK # co19 issue 291 | |
| 418 LibTest/core/Queue/last_A01_t01: Fail, OK # co19 issue 291 | |
| 419 LibTest/core/List/last_A02_t01: Fail, OK # co19 issue 291 | |
| 420 LibTest/core/List/last_A01_t01: Fail, OK # co19 issue 291 | |
| 421 | |
| 422 Language/10_Expressions/07_Maps_A07_t03: Fail, OK # co19 issue 287 | |
| 423 Language/10_Expressions/07_Maps_A04_t02: Fail, OK # co19 issue 287 | |
| 424 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 287 | |
| 425 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 287 | 379 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 287 |
| 426 | 380 |
| 427 | 381 |
| 428 [ $compiler == none && $runtime == vm ] | 382 [ $compiler == none && $runtime == vm ] |
| 429 LibTest/core/String/contains_A01_t03: Skip # Times out. | 383 LibTest/core/String/contains_A01_t03: Skip # Times out. |
| 430 | 384 |
| 431 LibTest/core/String/contains_A01_t02: Fail | 385 LibTest/core/String/contains_A01_t02: Fail |
| 432 | 386 |
| 433 | 387 |
| 434 [ $compiler == none && $runtime == vm && $arch == ia32 ] | 388 [ $compiler == none && $runtime == vm && $arch == ia32 ] |
| 435 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 | 389 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 |
| 436 | 390 |
| 437 | 391 |
| 438 [ $compiler == none && $runtime == vm ] | 392 [ $compiler == none && $runtime == vm ] |
| 439 Language/07_Classes/07_Classes_A02_t29: Fail | 393 Language/07_Classes/07_Classes_A02_t29: Fail |
| 440 Language/07_Classes/07_Classes_A02_t31: Fail | 394 Language/07_Classes/07_Classes_A02_t31: Fail |
| 441 Language/10_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail | 395 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail |
| 442 Language/10_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail | 396 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail |
| 443 Language/10_Expressions/05_Strings_A20_t01: Fail | 397 Language/11_Expressions/05_Strings_A20_t01: Fail |
| 444 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t04:
Fail # co19 issue 166 | 398 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t04:
Fail # co19 issue 166 |
| 445 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t05:
Fail | 399 Language/11_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t05:
Fail |
| 446 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A02_t01: Fail | 400 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A02_t01: Fail |
| 447 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A08_t01: Fail | 401 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A08_t01: Fail |
| 448 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t02: Fail #
Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu
reException | 402 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t02: Fail #
Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu
reException |
| 449 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t03: Fail #
Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu
reException | 403 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t03: Fail #
Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu
reException |
| 450 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A05_t01: Fail #
Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu
reException | 404 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A05_t01: Fail #
Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu
reException |
| 451 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A06_t02: Fail #
Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu
reException | 405 Language/11_Expressions/15_Method_Invocation/3_Static_Invocation_A06_t02: Fail #
Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu
reException |
| 452 LibTest/core/Future/handleException_A01_t07: Fail | 406 LibTest/core/Future/handleException_A01_t07: Fail |
| 453 LibTest/core/Future/then_A01_t05: Fail | 407 LibTest/core/Future/then_A01_t05: Fail |
| 454 LibTest/isolate/ReceivePort/receive_A01_t02: Fail | 408 LibTest/isolate/ReceivePort/receive_A01_t02: Fail |
| 455 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash | 409 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash |
| 456 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash | 410 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash |
| 457 | 411 |
| 458 | 412 |
| 459 # class '?' overrides function '?' of super class '?' with incompatible paramete
rs | 413 # class '?' overrides function '?' of super class '?' with incompatible paramete
rs |
| 460 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail | 414 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail |
| 461 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail | 415 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail |
| 462 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t05: Fail | 416 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t05: Fail |
| 463 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail | 417 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail |
| 464 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail #
Issue 3622 | 418 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail #
Issue 3622 |
| 465 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail #
Issue 3622 | 419 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail #
Issue 3622 |
| 466 | 420 |
| 467 | 421 |
| 468 # function 'func' not found in super class, getter 'func' should be invoked firs
t. | 422 # function 'func' not found in super class, getter 'func' should be invoked firs
t. |
| 469 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail #
co19 issue 251 or issue 5732 | 423 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail #
co19 issue 251 or issue 5732 |
| 470 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail #
co19 issue 251 or issue 5732 | 424 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail #
co19 issue 251 or issue 5732 |
| 471 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail #
co19 issue 251 or issue 5732 | 425 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail #
co19 issue 251 or issue 5732 |
| 472 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail #
co19 issue 251 or issue 5732 | 426 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail #
co19 issue 251 or issue 5732 |
| 473 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail #
co19 issue 251 or issue 5732 | 427 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail #
co19 issue 251 or issue 5732 |
| 474 | 428 |
| 475 | 429 |
| 476 # initializer must be a compile time constant | 430 # initializer must be a compile time constant |
| 477 Language/10_Expressions/30_Identifier_Reference_A05_t09: Fail | 431 Language/11_Expressions/30_Identifier_Reference_A05_t09: Fail |
| 478 | 432 |
| 479 | 433 |
| 480 # invalid operator overloading | 434 # invalid operator overloading |
| 481 Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail | 435 Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail |
| 482 | 436 |
| 483 | 437 |
| 484 # parameter name or type expected | 438 # parameter name or type expected |
| 485 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail | 439 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail |
| 486 | 440 |
| 487 | 441 |
| 488 [ $compiler == none && $runtime == vm && $checked ] | 442 [ $compiler == none && $runtime == vm && $checked ] |
| 489 Language/03_Overview/1_Scoping_A02_t30: Fail | 443 Language/03_Overview/1_Scoping_A02_t30: Fail |
| 490 | 444 |
| 491 | 445 |
| 492 [ $compiler == none && $runtime == vm && $mode == debug ] | 446 [ $compiler == none && $runtime == vm && $mode == debug ] |
| 493 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash | 447 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash |
| 494 | 448 |
| 495 [ $compiler == none && $arch == simarm ] | 449 [ $compiler == none && $arch == simarm ] |
| 496 *: Skip | 450 *: Skip |
| 497 | 451 |
| 498 [ $compiler == none && $arch == arm ] | 452 [ $compiler == none && $arch == arm ] |
| 499 *: Skip | 453 *: Skip |
| OLD | NEW |