Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Side by Side Diff: dart/tests/co19/co19-runtime.status

Issue 11233058: Update co19 to r397. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « dart/tests/co19/co19-dart2js.status ('k') | dart/tools/testing/dart/test_progress.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 [ $compiler == none && $runtime == vm ] 5 [ $compiler == none && $runtime == vm ]
6 # These tests need to be updated to the new Date core lib API, co19 issue 256:
7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail
8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail
9 LibTest/core/Date/Date_A01_t04: Fail
10 LibTest/core/Date/Date_A01_t05: Fail
11 LibTest/core/Date/isUtc_A01_t01: Fail
12 LibTest/core/Date/millisecondsSinceEpoch_A01_t01: Fail
13 LibTest/core/Date/operator_GE_A01_t01: Fail
14 LibTest/core/Date/operator_GT_A01_t01: Fail
15 LibTest/core/Date/operator_LE_A01_t01: Fail
16 LibTest/core/Date/operator_LT_A01_t01: Fail
17 LibTest/core/Date/operator_equality_A01_t01: Fail
18 LibTest/core/Date/timeZoneName_A01_t01: Fail
19 LibTest/core/Date/timeZoneOffset_A01_t01: Fail
20 LibTest/core/Date/toLocal_A01_t01: Fail
21 LibTest/core/Date/toUtc_A01_t01: Fail
22
23 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258: 6 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258:
24 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK 7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK
25 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t03: Fail, OK
26 Language/07_Classes/1_Instance_Methods_A02_t03: Fail, OK
27 Language/07_Classes/1_Instance_Methods_A02_t04: Fail, OK
28 Language/07_Classes/1_Instance_Methods_A02_t05: Fail, OK
29 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK 8 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK
30 Language/07_Classes/4_Abstract_Instance_Members_A04_t04: Fail, OK
31 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t01: Fail, OK
32 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail, OK
33 Language/07_Classes/6_Constructors/1_Generative_Constructors_A18_t01: Fail, OK
34 Language/07_Classes/6_Constructors/1_Generative_Constructors_A18_t03: Fail, OK
35 Language/10_Expressions/11_Instance_Creation/1_New_A01_t01: Fail, OK
36 Language/10_Expressions/11_Instance_Creation/2_Const_A01_t01: Fail, OK
37 Language/10_Expressions/11_Instance_Creation/2_Const_A08_t01: Fail, OK
38 Language/10_Expressions/11_Instance_Creation/2_Const_A08_t02: Fail, OK
39 Language/10_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t01: Fail, OK
40 Language/10_Expressions/14_Function_Invocation/1_Actual_Argument_List_Evaluation _A02_t01: Fail, OK
41 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t02: Fail, OK
42 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A03_ t01: Fail, OK
43 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_ t01: Fail, OK
44 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_ t02: Fail, OK
45 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_ t03: Fail, OK
46 Language/10_Expressions/14_Function_Invocation/2_Binding_Actuals_to_Formals_A08_ t04: Fail, OK
47 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK 9 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK
48 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A04_t01: Fail , OK
49 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A01_t01: Fail, OK
50 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A01_t01: Fail, O K
51 Language/14_Types/5_Function_Types_A01_t21: Fail, OK 10 Language/14_Types/5_Function_Types_A01_t21: Fail, OK
52 LibTest/core/Expect/approxEquals_A02_t01: Fail, OK
53 LibTest/core/Expect/approxEquals_A03_t01: Fail, OK
54 LibTest/core/Expect/approxEquals_A04_t01: Fail, OK
55 LibTest/core/Expect/listEquals_A03_t01: Fail, OK
56 LibTest/core/Expect/notEquals_A02_t01: Fail, OK
57 LibTest/core/Expect/stringEquals_A02_t01: Fail, OK
58 LibTest/core/Expect/throws_A01_t01: Fail, OK
59 LibTest/core/Expect/throws_A01_t02: Fail, OK
60 LibTest/core/Expect/throws_A01_t03: Fail, OK
61 LibTest/core/List/List_A01_t01: Fail, OK
62 11
63 LibTest/core/OutOfMemoryException/OutOfMemoryException_A01_t01: Fail # co19 issu e 263 12 Language/13_Libraries_and_Scripts/1_Imports_A02_t21: Crash # TODO(vm-team): Plea se triage this crash.
64 LibTest/core/OutOfMemoryException/toString_A01_t01: Fail # co19 issue 263 13 Language/13_Libraries_and_Scripts/1_Imports_A02_t22: Crash # TODO(vm-team): Plea se triage this crash.
65 14
66 LibTest/core/StackOverflowException/toString_A01_t01: Fail # co19 issue 271 15 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(vm-team): Please triage this failure.
67 LibTest/core/StackOverflowException/StackOverflowException_A01_t01: Fail # co19 issue 271 16 Language/05_Variables/05_Variables_A03_t04: Fail # TODO(vm-team): Please triage this failure.
68 17 Language/05_Variables/05_Variables_A03_t11: Fail # TODO(vm-team): Please triage this failure.
69 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # co19 issue 272 18 Language/05_Variables/05_Variables_A03_t13: Fail # TODO(vm-team): Please triage this failure.
70 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # co19 issue 272 19 Language/05_Variables/05_Variables_A03_t14: Fail # TODO(vm-team): Please triage this failure.
71 20 Language/05_Variables/05_Variables_A03_t15: Fail # TODO(vm-team): Please triage this failure.
72 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Crash # issue 6060 21 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # TODO(vm-team): Please triage this failure.
73 Language/13_Libraries_and_Scripts/2_Imports_A02_t22: Crash # issue 6060 22 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # TODO(vm-team): Please triage this failure.
74 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out.
75
76 Language/06_Functions/06_Functions_A01_t06: Fail # TODO(vm-team): Please triage this failure.
77 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058
78 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058
79 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085
80 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085
81 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085
82 Language/07_Classes/07_Classes_A01_t20: Fail # TODO(vm-team): Please triage this failure.
83 Language/07_Classes/07_Classes_A02_t32: Fail # TODO(vm-team): Please triage this failure.
84 Language/07_Classes/07_Classes_A02_t34: Fail # TODO(vm-team): Please triage this failure.
85 Language/07_Classes/07_Classes_A09_t01: Fail # TODO(vm-team): Please triage this failure.
86 Language/07_Classes/07_Classes_A09_t02: Fail # TODO(vm-team): Please triage this failure.
87 Language/07_Classes/07_Classes_A09_t04: Fail # TODO(vm-team): Please triage this failure.
88 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t03: Fail # TODO(vm-team) : Please triage this failure.
89 Language/07_Classes/2_Getters_A01_t03: Fail # TODO(vm-team): Please triage this failure. 23 Language/07_Classes/2_Getters_A01_t03: Fail # TODO(vm-team): Please triage this failure.
90 Language/07_Classes/2_Getters_A01_t05: Fail # TODO(vm-team): Please triage this failure. 24 Language/07_Classes/2_Getters_A01_t05: Fail # TODO(vm-team): Please triage this failure.
91 Language/07_Classes/3_Setters_A01_t02: Fail # TODO(vm-team): Please triage this failure.
92 Language/07_Classes/3_Setters_A04_t01: Fail # TODO(vm-team): Please triage this failure. 25 Language/07_Classes/3_Setters_A04_t01: Fail # TODO(vm-team): Please triage this failure.
93 Language/07_Classes/3_Setters_A04_t02: Fail # TODO(vm-team): Please triage this failure. 26 Language/07_Classes/3_Setters_A04_t02: Fail # TODO(vm-team): Please triage this failure.
94 Language/07_Classes/3_Setters_A04_t03: Fail # TODO(vm-team): Please triage this failure. 27 Language/07_Classes/3_Setters_A04_t03: Fail # TODO(vm-team): Please triage this failure.
95 Language/07_Classes/3_Setters_A04_t04: Fail # TODO(vm-team): Please triage this failure. 28 Language/07_Classes/3_Setters_A04_t04: Fail # TODO(vm-team): Please triage this failure.
96 Language/07_Classes/3_Setters_A04_t05: Fail # TODO(vm-team): Please triage this failure. 29 Language/07_Classes/3_Setters_A04_t05: Fail # TODO(vm-team): Please triage this failure.
97 Language/07_Classes/3_Setters_A04_t06: Fail # TODO(vm-team): Please triage this failure. 30 Language/07_Classes/3_Setters_A04_t06: Fail # TODO(vm-team): Please triage this failure.
98 Language/07_Classes/3_Setters_A04_t07: Fail # TODO(vm-team): Please triage this failure. 31 Language/07_Classes/3_Setters_A04_t07: Fail # TODO(vm-team): Please triage this failure.
99 Language/07_Classes/3_Setters_A04_t08: Fail # TODO(vm-team): Please triage this failure. 32 Language/07_Classes/3_Setters_A04_t08: Fail # TODO(vm-team): Please triage this failure.
100 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # TODO(vm-team): P lease triage this failure. 33 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # TODO(vm-team): P lease triage this failure.
101 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # TODO(vm-team): P lease triage this failure. 34 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # TODO(vm-team): P lease triage this failure.
102 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # TODO(vm-team): P lease triage this failure. 35 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # TODO(vm-team): P lease triage this failure.
103 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Fail # TODO(vm-team): P lease triage this failure. 36 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Fail # TODO(vm-team): P lease triage this failure.
104 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # TODO(vm-team): P lease triage this failure. 37 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # TODO(vm-team): P lease triage this failure.
105 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # TODO(vm-team): P lease triage this failure. 38 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # TODO(vm-team): P lease triage this failure.
106 Language/07_Classes/6_Constructors/2_Factories_A06_t05: Fail # TODO(vm-team): Pl ease triage this failure. 39 Language/07_Classes/6_Constructors/2_Factories_A05_t01: Fail # TODO(vm-team): Pl ease triage this failure.
107 Language/07_Classes/6_Constructors/2_Factories_A06_t06: Fail # TODO(vm-team): Pl ease triage this failure. 40 Language/07_Classes/6_Constructors/2_Factories_A05_t03: Fail # TODO(vm-team): Pl ease triage this failure.
108 Language/07_Classes/6_Constructors/2_Factories_A07_t01: Fail # TODO(vm-team): Pl ease triage this failure. 41 Language/07_Classes/6_Constructors/2_Factories_A05_t04: Fail # TODO(vm-team): Pl ease triage this failure.
109 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t01: Fail # TODO( vm-team): Please triage this failure. 42 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t01: Fail # TODO( vm-team): Please triage this failure.
110 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t02: Fail # TODO( vm-team): Please triage this failure. 43 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t02: Fail # TODO( vm-team): Please triage this failure.
111 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t03: Fail # TODO( vm-team): Please triage this failure. 44 Language/07_Classes/6_Constructors/3_Constant_Constructors_A04_t03: Fail # TODO( vm-team): Please triage this failure.
112 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # TODO( vm-team): Please triage this failure. 45 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # TODO( vm-team): Please triage this failure.
113 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail # TODO( vm-team): Please triage this failure. 46 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail # TODO( vm-team): Please triage this failure.
114 Language/07_Classes/8_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A 01_t02: Fail # TODO(vm-team): Please triage this failure.
115 Language/07_Classes/8_Static_Variables/1_Evaluation_of_Static_Variable_Getters_A 01_t05: Fail # TODO(vm-team): Please triage this failure.
116 Language/08_Interfaces/5_Superinterfaces_A01_t02: Fail # TODO(vm-team): Please t riage this failure. 47 Language/08_Interfaces/5_Superinterfaces_A01_t02: Fail # TODO(vm-team): Please t riage this failure.
117 Language/09_Generics/09_Generics_A05_t01: Fail # TODO(vm-team): Please triage th is failure. 48 Language/09_Generics/09_Generics_A05_t01: Fail # TODO(vm-team): Please triage th is failure.
118 Language/09_Generics/09_Generics_A05_t02: Fail # TODO(vm-team): Please triage th is failure. 49 Language/09_Generics/09_Generics_A05_t02: Fail # TODO(vm-team): Please triage th is failure.
119 Language/10_Expressions/01_Constants_A05_t01: Fail # TODO(vm-team): Please triag e this failure. 50 Language/10_Expressions/01_Constants_A05_t01: Fail # TODO(vm-team): Please triag e this failure.
120 Language/10_Expressions/01_Constants_A06_t01: Fail # TODO(vm-team): Please triag e this failure. 51 Language/10_Expressions/01_Constants_A06_t01: Fail # TODO(vm-team): Please triag e this failure.
121 Language/10_Expressions/01_Constants_A14_t01: Fail # TODO(vm-team): Please triag e this failure. 52 Language/10_Expressions/01_Constants_A14_t01: Fail # TODO(vm-team): Please triag e this failure.
122 Language/10_Expressions/01_Constants_A19_t02: Fail # TODO(vm-team): Please triag e this failure.
123 Language/10_Expressions/01_Constants_A19_t03: Fail # TODO(vm-team): Please triag e this failure.
124 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t04: Fail # TODO(v m-team): Please triage this failure. 53 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t04: Fail # TODO(v m-team): Please triage this failure.
125 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t05: Fail # TODO(v m-team): Please triage this failure. 54 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t05: Fail # TODO(v m-team): Please triage this failure.
126 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t06: Fail # TODO(v m-team): Please triage this failure. 55 Language/10_Expressions/05_Strings/1_String_Interpolation_A01_t06: Fail # TODO(v m-team): Please triage this failure.
127 Language/10_Expressions/05_Strings_A01_t01: Fail # TODO(vm-team): Please triage this failure.
128 Language/10_Expressions/05_Strings_A02_t39: Fail # TODO(vm-team): Please triage this failure.
129 Language/10_Expressions/05_Strings_A02_t41: Fail # TODO(vm-team): Please triage this failure.
130 Language/10_Expressions/05_Strings_A02_t43: Fail # TODO(vm-team): Please triage this failure.
131 Language/10_Expressions/05_Strings_A02_t45: Fail # TODO(vm-team): Please triage this failure.
132 Language/10_Expressions/05_Strings_A02_t46: Fail # TODO(vm-team): Please triage this failure. 56 Language/10_Expressions/05_Strings_A02_t46: Fail # TODO(vm-team): Please triage this failure.
133 Language/10_Expressions/05_Strings_A02_t47: Fail # TODO(vm-team): Please triage this failure.
134 Language/10_Expressions/05_Strings_A02_t48: Fail # TODO(vm-team): Please triage this failure. 57 Language/10_Expressions/05_Strings_A02_t48: Fail # TODO(vm-team): Please triage this failure.
135 Language/10_Expressions/05_Strings_A02_t49: Fail # TODO(vm-team): Please triage this failure.
136 Language/10_Expressions/05_Strings_A12_t01: Fail # TODO(vm-team): Please triage this failure.
137 Language/10_Expressions/08_Throw_A03_t02: Fail # TODO(vm-team): Please triage th is failure.
138 Language/10_Expressions/08_Throw_A03_t03: Fail # TODO(vm-team): Please triage th is failure.
139 Language/10_Expressions/08_Throw_A04_t01: Fail # TODO(vm-team): Please triage th is failure.
140 Language/10_Expressions/08_Throw_A05_t02: Fail # TODO(vm-team): Please triage th is failure.
141 Language/10_Expressions/08_Throw_A05_t03: Fail # TODO(vm-team): Please triage th is failure.
142 Language/10_Expressions/09_Function_Expressions_A02_t01: Fail # TODO(vm-team): P lease triage this failure.
143 Language/10_Expressions/09_Function_Expressions_A04_t01: Fail # TODO(vm-team): P lease triage this failure.
144 Language/10_Expressions/09_Function_Expressions_A06_t01: Fail # TODO(vm-team): P lease triage this failure.
145 Language/10_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(vm-team) : Please triage this failure. 58 Language/10_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(vm-team) : Please triage this failure.
146 Language/10_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(vm-team) : Please triage this failure. 59 Language/10_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(vm-team) : Please triage this failure.
147 Language/10_Expressions/11_Instance_Creation/1_New_A06_t06: Fail # TODO(vm-team) : Please triage this failure.
148 Language/10_Expressions/11_Instance_Creation/1_New_A09_t09: Fail # TODO(vm-team) : Please triage this failure. 60 Language/10_Expressions/11_Instance_Creation/1_New_A09_t09: Fail # TODO(vm-team) : Please triage this failure.
149 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail # TODO(vm-team) : Please triage this failure.
150 Language/10_Expressions/11_Instance_Creation/1_New_A13_t02: Fail # TODO(vm-team) : Please triage this failure.
151 Language/10_Expressions/11_Instance_Creation/1_New_A13_t04: Fail # TODO(vm-team) : Please triage this failure.
152 Language/10_Expressions/11_Instance_Creation/2_Const_A10_t01: Fail # TODO(vm-tea m): Please triage this failure. 61 Language/10_Expressions/11_Instance_Creation/2_Const_A10_t01: Fail # TODO(vm-tea m): Please triage this failure.
153 Language/10_Expressions/13_Property_Extraction_A01_t01: Fail # TODO(vm-team): Pl ease triage this failure. 62 Language/10_Expressions/13_Property_Extraction_A01_t01: Fail # TODO(vm-team): Pl ease triage this failure.
154 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # TODO(vm-team): Please triage this failure. 63 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t03: Fail # TODO(vm-team): Please triage this failure.
155 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # TODO(vm-team): Please triage this failure. 64 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # TODO(vm-team): Please triage this failure.
156 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail # TODO(vm-team): Please triage this failure. 65 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail # TODO(vm-team): Please triage this failure.
66 Language/10_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t01: Fail # TODO(vm-team): Please triage this failure.
157 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TODO(vm-team): Please triage this failure. 67 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail # TODO(vm-team): Please triage this failure.
158 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail # TODO(vm-team): Please triage this failure. 68 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail # TODO(vm-team): Please triage this failure.
159 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail # TODO(vm-team): Please triage this failure. 69 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail # TODO(vm-team): Please triage this failure.
160 Language/10_Expressions/17_Getter_Invocation_A01_t03: Fail # TODO(vm-team): Plea se triage this failure.
161 Language/10_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(vm-team): Plea se triage this failure. 70 Language/10_Expressions/17_Getter_Invocation_A02_t01: Fail # TODO(vm-team): Plea se triage this failure.
162 Language/10_Expressions/17_Getter_Invocation_A02_t02: Fail # TODO(vm-team): Plea se triage this failure. 71 Language/10_Expressions/17_Getter_Invocation_A02_t02: Fail # TODO(vm-team): Plea se triage this failure.
163 Language/10_Expressions/18_Assignment_A05_t02: Fail # TODO(vm-team): Please tria ge this failure. 72 Language/10_Expressions/18_Assignment_A05_t02: Fail # TODO(vm-team): Please tria ge this failure.
164 Language/10_Expressions/18_Assignment_A05_t04: Fail # TODO(vm-team): Please tria ge this failure. 73 Language/10_Expressions/18_Assignment_A05_t04: Fail # TODO(vm-team): Please tria ge this failure.
165 Language/10_Expressions/18_Assignment_A05_t05: Fail # TODO(vm-team): Please tria ge this failure. 74 Language/10_Expressions/18_Assignment_A05_t05: Fail # TODO(vm-team): Please tria ge this failure.
166 Language/10_Expressions/18_Assignment_A08_t04: Fail # TODO(vm-team): Please tria ge this failure. 75 Language/10_Expressions/18_Assignment_A08_t04: Fail # TODO(vm-team): Please tria ge this failure.
167 Language/10_Expressions/19_Conditional_A01_t10: Fail # TODO(vm-team): Please tri age this failure. 76 Language/10_Expressions/19_Conditional_A01_t10: Fail # TODO(vm-team): Please tri age this failure.
168 Language/10_Expressions/19_Conditional_A01_t11: Fail # TODO(vm-team): Please tri age this failure. 77 Language/10_Expressions/19_Conditional_A01_t11: Fail # TODO(vm-team): Please tri age this failure.
169 Language/10_Expressions/19_Conditional_A01_t12: Fail # TODO(vm-team): Please tri age this failure. 78 Language/10_Expressions/19_Conditional_A01_t12: Fail # TODO(vm-team): Please tri age this failure.
170 Language/10_Expressions/19_Conditional_A01_t13: Fail # TODO(vm-team): Please tri age this failure. 79 Language/10_Expressions/19_Conditional_A01_t13: Fail # TODO(vm-team): Please tri age this failure.
171 Language/10_Expressions/19_Conditional_A01_t14: Fail # TODO(vm-team): Please tri age this failure. 80 Language/10_Expressions/19_Conditional_A01_t14: Fail # TODO(vm-team): Please tri age this failure.
172 Language/10_Expressions/19_Conditional_A01_t15: Fail # TODO(vm-team): Please tri age this failure. 81 Language/10_Expressions/19_Conditional_A01_t15: Fail # TODO(vm-team): Please tri age this failure.
173 Language/10_Expressions/20_Logical_Boolean_Expressions_A01_t10: Fail # TODO(vm-t eam): Please triage this failure. 82 Language/10_Expressions/20_Logical_Boolean_Expressions_A01_t10: Fail # TODO(vm-t eam): Please triage this failure.
174 Language/10_Expressions/20_Logical_Boolean_Expressions_A01_t11: Fail # TODO(vm-t eam): Please triage this failure. 83 Language/10_Expressions/20_Logical_Boolean_Expressions_A01_t11: Fail # TODO(vm-t eam): Please triage this failure.
175 Language/10_Expressions/20_Logical_Boolean_Expressions_A01_t12: Fail # TODO(vm-t eam): Please triage this failure. 84 Language/10_Expressions/20_Logical_Boolean_Expressions_A01_t12: Fail # TODO(vm-t eam): Please triage this failure.
176 Language/10_Expressions/20_Logical_Boolean_Expressions_A01_t13: Fail # TODO(vm-t eam): Please triage this failure. 85 Language/10_Expressions/20_Logical_Boolean_Expressions_A01_t13: Fail # TODO(vm-t eam): Please triage this failure.
177 Language/10_Expressions/20_Logical_Boolean_Expressions_A01_t14: Fail # TODO(vm-t eam): Please triage this failure. 86 Language/10_Expressions/20_Logical_Boolean_Expressions_A01_t14: Fail # TODO(vm-t eam): Please triage this failure.
178 Language/10_Expressions/21_Bitwise_Expressions_A01_t12: Fail # TODO(vm-team): Pl ease triage this failure. 87 Language/10_Expressions/21_Bitwise_Expressions_A01_t12: Fail # TODO(vm-team): Pl ease triage this failure.
179 Language/10_Expressions/21_Bitwise_Expressions_A01_t13: Fail # TODO(vm-team): Pl ease triage this failure. 88 Language/10_Expressions/21_Bitwise_Expressions_A01_t13: Fail # TODO(vm-team): Pl ease triage this failure.
180 Language/10_Expressions/21_Bitwise_Expressions_A01_t14: Fail # TODO(vm-team): Pl ease triage this failure. 89 Language/10_Expressions/21_Bitwise_Expressions_A01_t14: Fail # TODO(vm-team): Pl ease triage this failure.
181 Language/10_Expressions/21_Bitwise_Expressions_A01_t15: Fail # TODO(vm-team): Pl ease triage this failure. 90 Language/10_Expressions/21_Bitwise_Expressions_A01_t15: Fail # TODO(vm-team): Pl ease triage this failure.
182 Language/10_Expressions/21_Bitwise_Expressions_A01_t16: Fail # TODO(vm-team): Pl ease triage this failure. 91 Language/10_Expressions/21_Bitwise_Expressions_A01_t16: Fail # TODO(vm-team): Pl ease triage this failure.
183 Language/10_Expressions/21_Bitwise_Expressions_A01_t17: Fail # TODO(vm-team): Pl ease triage this failure. 92 Language/10_Expressions/21_Bitwise_Expressions_A01_t17: Fail # TODO(vm-team): Pl ease triage this failure.
184 Language/10_Expressions/21_Relational_Expressions_A01_t18: Fail # TODO(vm-team): Please triage this failure.
185 Language/10_Expressions/21_Relational_Expressions_A01_t19: Fail # TODO(vm-team): Please triage this failure.
186 Language/10_Expressions/21_Relational_Expressions_A01_t20: Fail # TODO(vm-team): Please triage this failure.
187 Language/10_Expressions/21_Relational_Expressions_A01_t21: Fail # TODO(vm-team): Please triage this failure.
188 Language/10_Expressions/21_Relational_Expressions_A01_t22: Fail # TODO(vm-team): Please triage this failure.
189 Language/10_Expressions/21_Relational_Expressions_A01_t23: Fail # TODO(vm-team): Please triage this failure.
190 Language/10_Expressions/22_Equality_A01_t23: Fail # TODO(vm-team): Please triage this failure. 93 Language/10_Expressions/22_Equality_A01_t23: Fail # TODO(vm-team): Please triage this failure.
191 Language/10_Expressions/22_Equality_A01_t24: Fail # TODO(vm-team): Please triage this failure. 94 Language/10_Expressions/22_Equality_A01_t24: Fail # TODO(vm-team): Please triage this failure.
192 Language/10_Expressions/22_Shift_A01_t09: Fail # TODO(vm-team): Please triage th is failure. 95 Language/10_Expressions/23_Relational_Expressions_A01_t18: Fail # TODO(vm-team): Please triage this failure.
193 Language/10_Expressions/22_Shift_A01_t10: Fail # TODO(vm-team): Please triage th is failure. 96 Language/10_Expressions/23_Relational_Expressions_A01_t19: Fail # TODO(vm-team): Please triage this failure.
194 Language/10_Expressions/22_Shift_A01_t11: Fail # TODO(vm-team): Please triage th is failure. 97 Language/10_Expressions/23_Relational_Expressions_A01_t20: Fail # TODO(vm-team): Please triage this failure.
195 Language/10_Expressions/22_Shift_A01_t12: Fail # TODO(vm-team): Please triage th is failure. 98 Language/10_Expressions/23_Relational_Expressions_A01_t21: Fail # TODO(vm-team): Please triage this failure.
196 Language/10_Expressions/22_Shift_A01_t13: Fail # TODO(vm-team): Please triage th is failure. 99 Language/10_Expressions/23_Relational_Expressions_A01_t22: Fail # TODO(vm-team): Please triage this failure.
197 Language/10_Expressions/22_Shift_A01_t14: Fail # TODO(vm-team): Please triage th is failure. 100 Language/10_Expressions/23_Relational_Expressions_A01_t23: Fail # TODO(vm-team): Please triage this failure.
198 Language/10_Expressions/23_Additive_Expressions_A01_t07: Fail # TODO(vm-team): P lease triage this failure. 101 Language/10_Expressions/24_Shift_A01_t09: Fail # TODO(vm-team): Please triage th is failure.
199 Language/10_Expressions/23_Additive_Expressions_A01_t08: Fail # TODO(vm-team): P lease triage this failure. 102 Language/10_Expressions/24_Shift_A01_t10: Fail # TODO(vm-team): Please triage th is failure.
200 Language/10_Expressions/23_Additive_Expressions_A01_t11: Fail # TODO(vm-team): P lease triage this failure. 103 Language/10_Expressions/24_Shift_A01_t11: Fail # TODO(vm-team): Please triage th is failure.
201 Language/10_Expressions/23_Additive_Expressions_A01_t12: Fail # TODO(vm-team): P lease triage this failure. 104 Language/10_Expressions/24_Shift_A01_t12: Fail # TODO(vm-team): Please triage th is failure.
202 Language/10_Expressions/23_Additive_Expressions_A01_t13: Fail # TODO(vm-team): P lease triage this failure. 105 Language/10_Expressions/24_Shift_A01_t13: Fail # TODO(vm-team): Please triage th is failure.
203 Language/10_Expressions/23_Additive_Expressions_A01_t14: Fail # TODO(vm-team): P lease triage this failure. 106 Language/10_Expressions/24_Shift_A01_t14: Fail # TODO(vm-team): Please triage th is failure.
204 Language/10_Expressions/24_Multiplicative_Expressions_A01_t10: Fail # TODO(vm-te am): Please triage this failure. 107 Language/10_Expressions/25_Additive_Expressions_A01_t07: Fail # TODO(vm-team): P lease triage this failure.
205 Language/10_Expressions/24_Multiplicative_Expressions_A01_t11: Fail # TODO(vm-te am): Please triage this failure. 108 Language/10_Expressions/25_Additive_Expressions_A01_t08: Fail # TODO(vm-team): P lease triage this failure.
206 Language/10_Expressions/24_Multiplicative_Expressions_A01_t14: Fail # TODO(vm-te am): Please triage this failure. 109 Language/10_Expressions/25_Additive_Expressions_A01_t11: Fail # TODO(vm-team): P lease triage this failure.
207 Language/10_Expressions/24_Multiplicative_Expressions_A01_t15: Fail # TODO(vm-te am): Please triage this failure. 110 Language/10_Expressions/25_Additive_Expressions_A01_t12: Fail # TODO(vm-team): P lease triage this failure.
208 Language/10_Expressions/24_Multiplicative_Expressions_A01_t16: Fail # TODO(vm-te am): Please triage this failure. 111 Language/10_Expressions/25_Additive_Expressions_A01_t13: Fail # TODO(vm-team): P lease triage this failure.
209 Language/10_Expressions/24_Multiplicative_Expressions_A01_t17: Fail # TODO(vm-te am): Please triage this failure. 112 Language/10_Expressions/25_Additive_Expressions_A01_t14: Fail # TODO(vm-team): P lease triage this failure.
210 Language/10_Expressions/25_Unary_Expressions_A01_t02: Fail # TODO(vm-team): Plea se triage this failure. 113 Language/10_Expressions/26_Multiplicative_Expressions_A01_t10: Fail # TODO(vm-te am): Please triage this failure.
211 Language/10_Expressions/25_Unary_Expressions_A01_t04: Fail # TODO(vm-team): Plea se triage this failure. 114 Language/10_Expressions/26_Multiplicative_Expressions_A01_t11: Fail # TODO(vm-te am): Please triage this failure.
212 Language/10_Expressions/25_Unary_Expressions_A01_t05: Fail # TODO(vm-team): Plea se triage this failure. 115 Language/10_Expressions/26_Multiplicative_Expressions_A01_t14: Fail # TODO(vm-te am): Please triage this failure.
213 Language/10_Expressions/25_Unary_Expressions_A01_t11: Fail # TODO(vm-team): Plea se triage this failure. 116 Language/10_Expressions/26_Multiplicative_Expressions_A01_t15: Fail # TODO(vm-te am): Please triage this failure.
214 Language/10_Expressions/25_Unary_Expressions_A01_t12: Fail # TODO(vm-team): Plea se triage this failure. 117 Language/10_Expressions/26_Multiplicative_Expressions_A01_t16: Fail # TODO(vm-te am): Please triage this failure.
215 Language/10_Expressions/25_Unary_Expressions_A01_t13: Fail # TODO(vm-team): Plea se triage this failure. 118 Language/10_Expressions/26_Multiplicative_Expressions_A01_t17: Fail # TODO(vm-te am): Please triage this failure.
216 Language/10_Expressions/25_Unary_Expressions_A01_t17: Fail # TODO(vm-team): Plea se triage this failure. 119 Language/10_Expressions/27_Unary_Expressions_A01_t02: Fail # TODO(vm-team): Plea se triage this failure.
217 Language/10_Expressions/25_Unary_Expressions_A01_t18: Fail # TODO(vm-team): Plea se triage this failure. 120 Language/10_Expressions/27_Unary_Expressions_A01_t04: Fail # TODO(vm-team): Plea se triage this failure.
218 Language/10_Expressions/25_Unary_Expressions_A01_t19: Fail # TODO(vm-team): Plea se triage this failure. 121 Language/10_Expressions/27_Unary_Expressions_A01_t05: Fail # TODO(vm-team): Plea se triage this failure.
219 Language/10_Expressions/25_Unary_Expressions_A01_t20: Fail # TODO(vm-team): Plea se triage this failure. 122 Language/10_Expressions/27_Unary_Expressions_A01_t11: Fail # TODO(vm-team): Plea se triage this failure.
220 Language/10_Expressions/25_Unary_Expressions_A01_t21: Fail # TODO(vm-team): Plea se triage this failure. 123 Language/10_Expressions/27_Unary_Expressions_A01_t12: Fail # TODO(vm-team): Plea se triage this failure.
221 Language/10_Expressions/25_Unary_Expressions_A01_t22: Fail # TODO(vm-team): Plea se triage this failure. 124 Language/10_Expressions/27_Unary_Expressions_A01_t13: Fail # TODO(vm-team): Plea se triage this failure.
222 Language/10_Expressions/26_Postfix_Expressions_A01_t02: Fail # TODO(vm-team): Pl ease triage this failure. 125 Language/10_Expressions/27_Unary_Expressions_A01_t17: Fail # TODO(vm-team): Plea se triage this failure.
223 Language/10_Expressions/26_Postfix_Expressions_A01_t03: Fail # TODO(vm-team): Pl ease triage this failure. 126 Language/10_Expressions/27_Unary_Expressions_A01_t18: Fail # TODO(vm-team): Plea se triage this failure.
224 Language/10_Expressions/26_Postfix_Expressions_A01_t05: Fail # TODO(vm-team): Pl ease triage this failure. 127 Language/10_Expressions/27_Unary_Expressions_A01_t19: Fail # TODO(vm-team): Plea se triage this failure.
225 Language/10_Expressions/27_Assignable_Expressions_A01_t06: Fail # TODO(vm-team): Please triage this failure. 128 Language/10_Expressions/27_Unary_Expressions_A01_t20: Fail # TODO(vm-team): Plea se triage this failure.
226 Language/10_Expressions/27_Assignable_Expressions_A01_t08: Fail # TODO(vm-team): Please triage this failure. 129 Language/10_Expressions/27_Unary_Expressions_A01_t21: Fail # TODO(vm-team): Plea se triage this failure.
227 Language/10_Expressions/27_Assignable_Expressions_A01_t09: Fail # TODO(vm-team): Please triage this failure. 130 Language/10_Expressions/27_Unary_Expressions_A01_t22: Fail # TODO(vm-team): Plea se triage this failure.
228 Language/10_Expressions/28_Identifier_Reference_A06_t13: Fail, OK # co19 issue 2 57 131 Language/10_Expressions/28_Postfix_Expressions_A01_t02: Fail # TODO(vm-team): Pl ease triage this failure.
229 Language/10_Expressions/28_Identifier_Reference_A04_t01: Fail # TODO(vm-team): P lease triage this failure. 132 Language/10_Expressions/28_Postfix_Expressions_A01_t03: Fail # TODO(vm-team): Pl ease triage this failure.
230 Language/10_Expressions/28_Identifier_Reference_A04_t03: Fail # TODO(vm-team): P lease triage this failure. 133 Language/10_Expressions/28_Postfix_Expressions_A01_t05: Fail # TODO(vm-team): Pl ease triage this failure.
231 Language/10_Expressions/28_Identifier_Reference_A04_t06: Fail # TODO(vm-team): P lease triage this failure. 134 Language/10_Expressions/29_Assignable_Expressions_A01_t06: Fail # TODO(vm-team): Please triage this failure.
232 Language/10_Expressions/28_Identifier_Reference_A07_t04: Fail # TODO(vm-team): P lease triage this failure. 135 Language/10_Expressions/29_Assignable_Expressions_A01_t08: Fail # TODO(vm-team): Please triage this failure.
233 Language/10_Expressions/29_Type_Test_A01_t02: Fail # TODO(vm-team): Please triag e this failure. 136 Language/10_Expressions/29_Assignable_Expressions_A01_t09: Fail # TODO(vm-team): Please triage this failure.
234 Language/10_Expressions/29_Type_Test_A01_t04: Fail # TODO(vm-team): Please triag e this failure. 137 Language/10_Expressions/30_Identifier_Reference_A04_t09: Fail # TODO(vm-team): P lease triage this failure.
235 Language/10_Expressions/29_Type_Test_A05_t01: Fail # TODO(vm-team): Please triag e this failure. 138 Language/10_Expressions/30_Identifier_Reference_A05_t02: Fail # TODO(vm-team): P lease triage this failure.
236 Language/10_Expressions/29_Type_Test_A05_t02: Fail # TODO(vm-team): Please triag e this failure. 139 Language/10_Expressions/30_Identifier_Reference_A05_t08: Fail # TODO(vm-team): P lease triage this failure.
237 Language/10_Expressions/29_Type_Test_A05_t03: Fail # TODO(vm-team): Please triag e this failure. 140 Language/10_Expressions/30_Identifier_Reference_A06_t01: Fail # TODO(vm-team): P lease triage this failure.
238 Language/10_Expressions/30_Type_Cast_A01_t02: Fail # TODO(vm-team): Please triag e this failure. 141 Language/10_Expressions/30_Identifier_Reference_A06_t02: Fail # TODO(vm-team): P lease triage this failure.
239 Language/10_Expressions/30_Type_Cast_A04_t01: Fail # TODO(vm-team): Please triag e this failure. 142 Language/10_Expressions/30_Identifier_Reference_A07_t01: Fail # TODO(vm-team): P lease triage this failure.
240 Language/10_Expressions/30_Type_Cast_A04_t02: Fail # TODO(vm-team): Please triag e this failure. 143 Language/10_Expressions/30_Identifier_Reference_A08_t02: Fail # TODO(vm-team): P lease triage this failure.
241 Language/11_Statements/02_Expression_Statements_A01_t09: Fail # TODO(vm-team): P lease triage this failure. 144 Language/10_Expressions/31_Type_Test_A01_t02: Fail # TODO(vm-team): Please triag e this failure.
242 Language/11_Statements/02_Expression_Statements_A01_t10: Fail # TODO(vm-team): P lease triage this failure. 145 Language/10_Expressions/31_Type_Test_A01_t04: Fail # TODO(vm-team): Please triag e this failure.
243 Language/11_Statements/02_Expression_Statements_A01_t11: Fail # TODO(vm-team): P lease triage this failure. 146 Language/10_Expressions/31_Type_Test_A05_t01: Fail # TODO(vm-team): Please triag e this failure.
244 Language/11_Statements/03_Variable_Declaration_A01_t10: Fail # co19 issue 234 147 Language/10_Expressions/31_Type_Test_A05_t02: Fail # TODO(vm-team): Please triag e this failure.
245 Language/11_Statements/03_Variable_Declaration_A02_t04: Fail # co19 issue 234 148 Language/10_Expressions/31_Type_Test_A05_t03: Fail # TODO(vm-team): Please triag e this failure.
246 Language/11_Statements/05_For/2_For_in_A01_t02: Fail # Issue 5629 149 Language/10_Expressions/32_Type_Cast_A04_t01: Fail # TODO(vm-team): Please triag e this failure.
247 Language/11_Statements/05_For/2_For_in_A01_t04: Fail # Issue 5629 150 Language/10_Expressions/32_Type_Cast_A04_t02: Fail # TODO(vm-team): Please triag e this failure.
248 Language/11_Statements/07_Do_A02_t02: Fail # TODO(vm-team): Please triage this f ailure. 151 Language/11_Statements/06_For/2_For_in_A01_t02: Fail # TODO(vm-team): Please tri age this failure.
249 Language/11_Statements/08_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure. 152 Language/11_Statements/06_For/2_For_in_A01_t04: Fail # TODO(vm-team): Please tri age this failure.
250 Language/11_Statements/08_Switch_A05_t02: Fail # TODO(vm-team): Please triage th is failure. 153 Language/11_Statements/06_For_A01_t11: Fail # TODO(vm-team): Please triage this failure.
251 Language/11_Statements/08_Switch_A06_t01: Fail # TODO(vm-team): Please triage th is failure. 154 Language/11_Statements/08_Do_A02_t02: Fail # TODO(vm-team): Please triage this f ailure.
252 Language/11_Statements/08_Switch_A06_t02: Fail # TODO(vm-team): Please triage th is failure. 155 Language/11_Statements/09_Switch_A01_t01: Fail # TODO(vm-team): Please triage th is failure.
253 Language/11_Statements/08_Switch_A06_t03: Fail # TODO(vm-team): Please triage th is failure. 156 Language/11_Statements/09_Switch_A02_t01: Fail # TODO(vm-team): Please triage th is failure.
254 Language/11_Statements/08_Switch_A06_t04: Fail # TODO(vm-team): Please triage th is failure. 157 Language/11_Statements/09_Switch_A05_t01: Fail # TODO(vm-team): Please triage th is failure.
255 Language/11_Statements/08_Switch_A07_t02: Fail # TODO(vm-team): Please triage th is failure. 158 Language/11_Statements/09_Switch_A05_t02: Fail # TODO(vm-team): Please triage th is failure.
256 Language/11_Statements/09_Try_A01_t18: Fail # TODO(vm-team): Please triage this failure. 159 Language/11_Statements/09_Switch_A06_t01: Fail # TODO(vm-team): Please triage th is failure.
257 Language/11_Statements/09_Try_A06_t01: Fail # TODO(vm-team): Please triage this failure. 160 Language/11_Statements/09_Switch_A06_t02: Fail # TODO(vm-team): Please triage th is failure.
258 Language/11_Statements/09_Try_A06_t02: Fail # TODO(vm-team): Please triage this failure. 161 Language/11_Statements/09_Switch_A06_t03: Fail # TODO(vm-team): Please triage th is failure.
259 Language/11_Statements/09_Try_A06_t03: Fail # TODO(vm-team): Please triage this failure. 162 Language/11_Statements/09_Switch_A06_t04: Fail # TODO(vm-team): Please triage th is failure.
260 Language/11_Statements/09_Try_A06_t04: Fail # TODO(vm-team): Please triage this failure. 163 Language/11_Statements/09_Switch_A07_t02: Fail # TODO(vm-team): Please triage th is failure.
261 Language/11_Statements/09_Try_A06_t05: Fail # TODO(vm-team): Please triage this failure. 164 Language/11_Statements/10_Try_A05_t06: Fail # TODO(vm-team): Please triage this failure.
262 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A03_t01: Fail # TODO( vm-team): Please triage this failure. 165 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A03_t01: Fail # TODO( vm-team): Please triage this failure.
263 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # TODO( vm-team): Please triage this failure. 166 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail # TODO( vm-team): Please triage this failure.
264 Language/13_Libraries_and_Scripts/2_Imports_A02_t01: Fail # TODO(vm-team): Pleas e triage this failure. 167 Language/13_Libraries_and_Scripts/1_Imports_A02_t01: Fail # TODO(vm-team): Pleas e triage this failure.
265 Language/13_Libraries_and_Scripts/2_Imports_A02_t02: Fail # TODO(vm-team): Pleas e triage this failure. 168 Language/13_Libraries_and_Scripts/1_Imports_A02_t02: Fail # TODO(vm-team): Pleas e triage this failure.
266 Language/13_Libraries_and_Scripts/2_Imports_A02_t16: Fail # TODO(vm-team): Pleas e triage this failure. 169 Language/13_Libraries_and_Scripts/1_Imports_A02_t16: Fail # TODO(vm-team): Pleas e triage this failure.
267 Language/13_Libraries_and_Scripts/2_Imports_A02_t17: Fail # TODO(vm-team): Pleas e triage this failure. 170 Language/13_Libraries_and_Scripts/1_Imports_A02_t17: Fail # TODO(vm-team): Pleas e triage this failure.
268 Language/13_Libraries_and_Scripts/2_Imports_A02_t18: Fail # TODO(vm-team): Pleas e triage this failure. 171 Language/13_Libraries_and_Scripts/1_Imports_A02_t18: Fail # TODO(vm-team): Pleas e triage this failure.
269 Language/13_Libraries_and_Scripts/2_Imports_A02_t19: Fail # TODO(vm-team): Pleas e triage this failure. 172 Language/13_Libraries_and_Scripts/1_Imports_A02_t19: Fail # TODO(vm-team): Pleas e triage this failure.
270 Language/13_Libraries_and_Scripts/2_Imports_A02_t21: Fail # TODO(vm-team): Pleas e triage this failure. 173 Language/13_Libraries_and_Scripts/1_Imports_A03_t02: Fail # TODO(vm-team): Pleas e triage this failure.
271 Language/13_Libraries_and_Scripts/2_Imports_A02_t22: Fail # TODO(vm-team): Pleas e triage this failure. 174 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail # TODO(vm-team): Pleas e triage this failure.
272 Language/13_Libraries_and_Scripts/2_Imports_A03_t02: Fail # TODO(vm-team): Pleas e triage this failure. 175 Language/13_Libraries_and_Scripts/1_Imports_A03_t22: Fail # TODO(vm-team): Pleas e triage this failure.
273 Language/13_Libraries_and_Scripts/2_Imports_A03_t12: Fail # TODO(vm-team): Pleas e triage this failure. 176 Language/13_Libraries_and_Scripts/1_Imports_A03_t26: Fail # TODO(vm-team): Pleas e triage this failure.
274 Language/13_Libraries_and_Scripts/2_Imports_A03_t22: Fail # TODO(vm-team): Pleas e triage this failure. 177 Language/13_Libraries_and_Scripts/1_Imports_A03_t42: Fail # TODO(vm-team): Pleas e triage this failure.
275 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please tr iage this failure. 178 Language/13_Libraries_and_Scripts/1_Imports_A03_t46: Fail # TODO(vm-team): Pleas e triage this failure.
179 Language/13_Libraries_and_Scripts/1_Imports_A03_t62: Fail # TODO(vm-team): Pleas e triage this failure.
180 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail # TODO(vm-team): Pleas e triage this failure.
276 Language/14_Types/5_Function_Types_A02_t01: Fail # TODO(vm-team): Please triage this failure. 181 Language/14_Types/5_Function_Types_A02_t01: Fail # TODO(vm-team): Please triage this failure.
277 Language/15_Reference/1_Lexical_Rules_A01_t06: Fail # TODO(vm-team): Please tria ge this failure. 182 LibTest/core/WrongArgumentCountException/WrongArgumentCountException_A01_t01: Fa il # TODO(vm-team): Please triage this failure.
278 LibTest/core/RegExp/hasMatch_A01_t02: Fail # TODO(vm-team): Please triage this f ailure. 183 LibTest/core/WrongArgumentCountException/toString_A01_t01: Fail # TODO(vm-team): Please triage this failure.
279 LibTest/core/double/INFINITY_A01_t02: Fail # TODO(vm-team): Please triage this f ailure.
280 LibTest/core/double/NEGATIVE_INFINITY_A01_t02: Fail # TODO(vm-team): Please tria ge this failure.
281 LibTest/isolate/SendPort/send_A02_t01: Fail # TODO(vm-team): Please triage this failure.
282 LibTest/isolate/SendPort/send_A02_t02: Fail # TODO(vm-team): Please triage this failure.
283 LibTest/isolate/SendPort/send_A02_t03: Fail # TODO(vm-team): Please triage this failure.
284 LibTest/isolate/SendPort/send_A02_t04: Fail # TODO(vm-team): Please triage this failure.
285 LibTest/isolate/isolate_api/spawnUri_A01_t01: Fail # TODO(vm-team): Please triag e this failure.
286 LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # TODO(vm-team): Please triag e this failure.
287 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # TODO(vm-team): Please triag e this failure. 184 LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # TODO(vm-team): Please triag e this failure.
288 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag e this failure. 185 LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # TODO(vm-team): Please triag e this failure.
186 LibTest/math/Random/nextDouble_A01_t01: Fail # TODO(vm-team): Please triage this failure.
187 LibTest/math/exp_A01_t01: Fail # TODO(vm-team): Please triage this failure.
188 LibTest/math/parseDouble_A02_t01: Fail # TODO(vm-team): Please triage this failu re.
189 LibTest/math/pow_A01_t01: Fail # TODO(vm-team): Please triage this failure.
190 LibTest/math/pow_A11_t01: Fail # TODO(vm-team): Please triage this failure.
191 LibTest/math/pow_A13_t01: Fail # TODO(vm-team): Please triage this failure.
192 LibTest/math/sin_A01_t01: Fail # TODO(vm-team): Please triage this failure.
193 LibTest/math/tan_A01_t01: Fail # TODO(vm-team): Please triage this failure.
289 194
290 # Failures related to assert being a reserved word now. co19 issue 218. 195 LibTest/isolate/isolate_api/port_A01_t01: Skip # Times out.
291 Language/10_Expressions/28_Identifier_Reference_A04_t07: Fail, OK
292 196
293 # negate is no longer a built-in identifier, co19 issue 260 197 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # issue 6058
294 Language/10_Expressions/28_Identifier_Reference_A07_t09: Fail, OK # co19 issue 2 60 198 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # issue 6058
199 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # iss ue 6085
200 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail # iss ue 6085
201 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # iss ue 6085
295 202
296 # Changed exception thrown by futures (co19 issue #269)
297 LibTest/core/Completer/completeException_A01_t01: Fail, OK
298 LibTest/core/Future/handleException_A01_t04: Fail, OK
299 LibTest/core/Future/handleException_A01_t05: Fail, OK
300 203
301 [ $compiler == none && $runtime == vm && $checked ] 204 [ $compiler == none && $runtime == vm && $checked ]
302 Language/07_Classes/07_Classes_A03_t01: Fail # TODO(vm-team): Please triage this failure.
303 Language/10_Expressions/09_Function_Expressions_A03_t02: Fail # TODO(vm-team): P lease triage this failure. 205 Language/10_Expressions/09_Function_Expressions_A03_t02: Fail # TODO(vm-team): P lease triage this failure.
304 Language/10_Expressions/09_Function_Expressions_A04_t02: Fail # TODO(vm-team): P lease triage this failure. 206 Language/10_Expressions/09_Function_Expressions_A04_t02: Fail # TODO(vm-team): P lease triage this failure.
305 Language/10_Expressions/11_Instance_Creation/1_New_A13_t01: Fail # TODO(vm-team) : Please triage this failure. 207 Language/13_Libraries_and_Scripts/1_Imports_A03_t01: Fail # TODO(vm-team): Pleas e triage this failure.
306 Language/13_Libraries_and_Scripts/2_Imports_A03_t01: Fail # TODO(vm-team): Pleas e triage this failure. 208 Language/13_Libraries_and_Scripts/1_Imports_A03_t21: Fail # TODO(vm-team): Pleas e triage this failure.
209 Language/13_Libraries_and_Scripts/1_Imports_A03_t41: Fail # TODO(vm-team): Pleas e triage this failure.
210 Language/13_Libraries_and_Scripts/1_Imports_A03_t61: Fail # TODO(vm-team): Pleas e triage this failure.
307 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure. 211 Language/14_Types/7_Type_Void_A04_t02: Fail # TODO(vm-team): Please triage this failure.
308 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure. 212 Language/14_Types/7_Type_Void_A04_t03: Fail # TODO(vm-team): Please triage this failure.
309 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure. 213 Language/14_Types/7_Type_Void_A04_t04: Fail # TODO(vm-team): Please triage this failure.
310 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this failure. 214 Language/14_Types/7_Type_Void_A04_t05: Fail # TODO(vm-team): Please triage this failure.
311 215
312 Language/10_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234 216 Language/10_Expressions/11_Instance_Creation_A05_t02: Fail # co19 issue 234
313 Language/13_Libraries_and_Scripts/2_Imports_A03_t11: Fail # Issue 5736
314 Language/13_Libraries_and_Scripts/2_Imports_A03_t21: Fail # Issue 5736
315 217
316 218
317 [ $compiler == none && $runtime == vm && $unchecked ] 219 [ $compiler == none && $runtime == vm && $unchecked ]
318 Language/10_Expressions/11_Instance_Creation/1_New_A07_t01: Fail # TODO(vm-team) : Please triage this failure. 220 Language/14_Types/2_Dynamic_Type_System_A02_t01: Fail # TODO(vm-team): Please tr iage this failure.
319 Language/10_Expressions/11_Instance_Creation/1_New_A11_t01: Fail # TODO(vm-team) : Please triage this failure. 221 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A03_t01: Fail # TODO(vm-team): Please triage this failure.
320 Language/10_Expressions/11_Instance_Creation/1_New_A12_t02: Fail # TODO(vm-team) : Please triage this failure.
321 Language/10_Expressions/20_Logical_Boolean_Expressions_A01_t01: Fail # TODO(vm-t eam): Please triage this failure.
322 Language/10_Expressions/30_Type_Cast_A05_t02: Fail # TODO(vm-team): Please triag e this failure.
323 Language/10_Expressions/30_Type_Cast_A05_t03: Fail # TODO(vm-team): Please triag e this failure.
324 Language/10_Expressions/30_Type_Cast_A05_t04: Fail # TODO(vm-team): Please triag e this failure.
325 Language/10_Expressions/30_Type_Cast_A05_t05: Fail # TODO(vm-team): Please triag e this failure.
326 222
327 223
328 [ $compiler == none && $runtime == vm ] 224 [ $compiler == none && $runtime == vm ]
329 # Not properly reporting exception in initializer expressions 225 # Not properly reporting exception in initializer expressions
330 Language/10_Expressions/01_Constants_A16_t01: Fail 226 Language/10_Expressions/01_Constants_A16_t01: Fail
331 Language/10_Expressions/01_Constants_A16_t02: Fail 227 Language/10_Expressions/01_Constants_A16_t02: Fail
332 228
333 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue 392, potentially constant expression analysis 229 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # issue 392, potentially constant expression analysis
334 Language/10_Expressions/01_Constants_A16_t03: Fail # issue 392
335
336 # These tests fail after the deprecation of the corelib
337 # Math object in favor of the dart:math library.
338 # issue co19 - ???
339 Language/05_Variables/05_Variables_A03_t03: Fail # Missing compile-time error on assignment to final variable
340 Language/05_Variables/05_Variables_A03_t07: Fail # Missing compile-time error on assignment to final variable
341 Language/05_Variables/05_Variables_A03_t10: Fail # Missing compile-time error on assignment to final variable
342 LibTest/core/Math/random_A01_t01: Fail, OK
343 LibTest/core/Math/log_A01_t01: Fail, OK
344 LibTest/core/Math/atan2_A01_t01: Fail, OK
345 LibTest/core/Math/sqrt_A01_t01: Fail, OK
346
347 # Rename "BadNumberFormatException" to "FormatException"
348 # TODO(rnystrom): These can be enabled when
349 # http://code.google.com/p/co19/issues/detail?id=167 is fixed.
350 LibTest/core/Math/parseDouble_A02_t01: Fail
351 230
352 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression) 231 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression)
353 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM 232 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM
354 233
355 # co19 issue 183 - must not instantiate an abstract class 234 # co19 issue 183 - must not instantiate an abstract class
356 # Some of these tests are expected to fail for another reason. These are marked as Skip. 235 # Some of these tests are expected to fail for another reason. These are marked as Skip.
357 Language/07_Classes/07_Classes_A02_t29: Skip # co19 issue 183 236 Language/07_Classes/07_Classes_A02_t29: Skip # co19 issue 183
358 Language/07_Classes/07_Classes_A02_t31: Skip # co19 issue 183 237 Language/07_Classes/07_Classes_A02_t31: Skip # co19 issue 183
359 238
360 # co19 175 - related to issue 4522, all need fixing, some passes because of temp orary warning. 239 # co19 175 - related to issue 4522, all need fixing, some passes because of temp orary warning.
361 Language/10_Expressions/07_Maps_A03_t01: Pass, Fail # co19 175 240 Language/10_Expressions/07_Maps_A03_t01: Pass, Fail # co19 175
362 Language/10_Expressions/07_Maps_A04_t01: Pass, Fail # co19 175 241 Language/10_Expressions/07_Maps_A04_t01: Pass, Fail # co19 175
363 Language/10_Expressions/07_Maps_A04_t02: Pass, Fail # co19 175 242 Language/10_Expressions/07_Maps_A04_t02: Pass, Fail # co19 175
364 Language/10_Expressions/07_Maps_A06_t01: Pass, Fail # co19 175 243 Language/10_Expressions/07_Maps_A06_t01: Pass, Fail # co19 175
365 Language/10_Expressions/07_Maps_A06_t02: Pass, Fail # co19 175 244 Language/10_Expressions/07_Maps_A06_t02: Pass, Fail # co19 175
366 Language/10_Expressions/07_Maps_A07_t04: Pass, Fail # co19 175 245 Language/10_Expressions/07_Maps_A07_t04: Pass, Fail # co19 175
367 Language/10_Expressions/07_Maps_A07_t03: Pass, Fail # co19 175 246 Language/10_Expressions/07_Maps_A07_t03: Pass, Fail # co19 175
368 Language/10_Expressions/07_Maps_A08_t01: Pass, Fail # co19 175 247 Language/10_Expressions/07_Maps_A08_t01: Pass, Fail # co19 175
369 Language/10_Expressions/07_Maps_A10_t01: Pass, Fail # co19 175 248 Language/10_Expressions/07_Maps_A10_t01: Pass, Fail # co19 175
370 Language/10_Expressions/07_Maps_A10_t02: Pass, Fail # co19 175 249 Language/10_Expressions/07_Maps_A10_t02: Pass, Fail # co19 175
371 Language/10_Expressions/07_Maps_A10_t03: Pass, Fail # co19 175 250 Language/10_Expressions/07_Maps_A10_t03: Pass, Fail # co19 175
372 Language/10_Expressions/07_Maps_A10_t04: Pass, Fail # co19 175 251 Language/10_Expressions/07_Maps_A10_t04: Pass, Fail # co19 175
373 Language/10_Expressions/07_Maps_A10_t05: Pass, Fail # co19 175 252 Language/10_Expressions/07_Maps_A10_t05: Pass, Fail # co19 175
374 253
375 Language/10_Expressions/05_Strings_A02_t01: Skip # co19 issue 90. 254 Language/10_Expressions/05_Strings_A02_t01: Skip # co19 issue 90.
376 Language/10_Expressions/07_Maps_A01_t01: Skip # co19 issue 91: map literals ille gal at statement beginning. 255 Language/10_Expressions/07_Maps_A01_t01: Skip # co19 issue 91: map literals ille gal at statement beginning.
377 256
378 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # issue 1604. 257 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # issue 1604.
379 Language/10_Expressions/21_Bitwise_Expressions_A01_t01: Fail # issue 1286 (funct ion literals vs. function statements) 258 Language/10_Expressions/27_Unary_Expressions_A01_t01: Fail # issue 1288 (unary s uper operator call)
380 Language/10_Expressions/22_Equality_A01_t01: Fail # issue 2033 (super call of != , === etc) 259 Language/10_Expressions/27_Unary_Expressions_A01_t10: Fail # issue 2037 (super.x is assignable)
381 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail # issue 1286 (fu nction literals vs. function statements) 260 Language/10_Expressions/27_Unary_Expressions_A08_t01: Fail # issue 1288 (unary s uper operator call)
382 Language/10_Expressions/22_Shift_A01_t01: Fail # issue 1286 (function literals v s. function statements) 261 Language/10_Expressions/28_Postfix_Expressions_A01_t01: Fail # co19 issue 91: ma p literals illegal at statement beginning.
383 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # issue 1288 (unary s uper operator call)
384 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # issue 2037 (super.x is assignable)
385 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # issue 1288 (unary s uper operator call)
386 Language/10_Expressions/25_Unary_Expressions_A08_t01: Fail # issue 1288 (unary s uper operator call)
387 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail # co19 issue 91: ma p literals illegal at statement beginning.
388 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # issue 1286 (fu nction literals vs. function statements)
389 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail # co19 issue 91: map literals illegal at statement beginning.
390 Language/11_Statements/09_Try_A05_t06: Fail # issue 430
391 LibTest/core/Math/parseDouble_A02_t01: Fail # issue 1929
392 262
393 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79) 263 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79)
394 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79) 264 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79)
395 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79) 265 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79)
396 266
397 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail 267 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail
398 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail 268 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail
399 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail 269 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail
400 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail 270 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail
401 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail 271 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail
402 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il 272 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il
403 273
404 # New failures 274 # New failures
405 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail 275 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail
406 276
407 [ $compiler == none && $runtime == vm ] 277 [ $compiler == none && $runtime == vm ]
408 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121 278 LibTest/core/Date/Date.fromString_A03_t01: Fail # Issue co19 - 121
409 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42 279 LibTest/core/Expect/throws_A02_t01: Fail # Issue co19 - 42
410 LibTest/core/Match/operator_subscript_A01_t01: Fail 280 LibTest/core/Match/operator_subscript_A01_t01: Fail
411 LibTest/core/Math/pow_A01_t01: Fail # Issue co19 - 44
412 LibTest/core/Math/pow_A11_t01: Fail # Issue 449
413 LibTest/core/Math/pow_A13_t01: Fail # Issue 449
414 LibTest/core/Math/max_A01_t03: Fail # Issue co19 - 157
415 LibTest/core/Math/min_A01_t03: Fail # Issue co19 - 157
416 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il 281 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il
417 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il 282 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il
418 LibTest/core/RegExp/firstMatch_A01_t01: Fail 283 LibTest/core/RegExp/firstMatch_A01_t01: Fail
419 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463 284 LibTest/core/double/toRadixString_A01_t01: Fail # Issue 463
420 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461 285 LibTest/core/int/toRadixString_A01_t01: Fail # Issue 461
421 286
422 [ $compiler == none && $runtime == vm ]
423 LibTest/core/Math/acos_A01_t01: Fail, OK # Issue co19 - 44
424 LibTest/core/Math/asin_A01_t01: Fail, OK # Issue co19 - 44
425 LibTest/core/Math/atan_A01_t01: Fail, OK # Issue co19 - 44
426 LibTest/core/Math/cos_A01_t01: Fail, OK # Issue co19 - 44
427 LibTest/core/Math/exp_A01_t01: Fail, OK # Issue co19 - 44
428 LibTest/core/Math/sin_A01_t01: Fail, OK # Issue co19 - 44
429 LibTest/core/Math/tan_A01_t01: Fail, OK # Issue co19 - 44
430
431 [ $compiler == none && $runtime == vm && $system == linux ]
432 LibTest/core/Math/exp_A01_t01: Fail
433
434 [ $compiler == none && $runtime == vm && $system == linux && $arch == ia32 ]
435 LibTest/core/Math/sin_A01_t01: Fail
436 LibTest/core/Math/tan_A01_t01: Fail
437
438 [ $compiler == none && $runtime == vm && $arch == x64 && $mode == debug ] 287 [ $compiler == none && $runtime == vm && $arch == x64 && $mode == debug ]
439 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout 288 LibTest/core/Map/Map_class_A01_t04: Skip # Timeout
440 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout 289 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout
441 290
442 [ $compiler == none && $runtime == vm && $system == windows ] 291 [ $compiler == none && $runtime == vm && $system == windows ]
443 LibTest/core/Math/atan2_A01_t03: Fail # http://dartbug.com/5407
444 LibTest/core/double/operator_remainder_A01_t04: Fail # http://dartbug.com/5407 292 LibTest/core/double/operator_remainder_A01_t04: Fail # http://dartbug.com/5407
445 LibTest/core/double/remainder_A01_t04: Fail # http://dartbug.com/5407 293 LibTest/core/double/remainder_A01_t04: Fail # http://dartbug.com/5407
446 LibTest/core/double/round_A01_t01: Fail # http://dartbug.com/5407 294 LibTest/core/double/round_A01_t01: Fail # http://dartbug.com/5407
447 LibTest/core/int/operator_remainder_A01_t02: Fail # http://dartbug.com/5407 295 LibTest/core/int/operator_remainder_A01_t02: Fail # http://dartbug.com/5407
448 LibTest/core/int/remainder_A01_t02: Fail # http://dartbug.com/5407 296 LibTest/core/int/remainder_A01_t02: Fail # http://dartbug.com/5407
449 297
450 298
451 [ $compiler == none && $runtime == vm ] 299 [ $compiler == none && $runtime == vm ]
452 300
453 # The following tests use the deprecated Date interface. 301 # The following tests use the deprecated Date interface.
454 # Issue co19 - 125 302 # Issue co19 - 125
455 LibTest/core/Date/toString_A02_t01: Fail, OK 303 LibTest/core/Date/toString_A02_t01: Fail, OK
456 LibTest/core/Date/year_A01_t01: Fail, OK 304 LibTest/core/Date/year_A01_t01: Fail, OK
457 305
458 # The following tests use hashCode() (function) instead of hashCode (getter). 306 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK # co19 issu e 273
459 # co19 issue 273 307 LibTest/isolate/SendPort/hashCode_A01_t01: Fail, OK # co19 issue 273
460 Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK 308 LibTest/core/Map/putIfAbsent_A01_t04: Fail, OK # co19 issue 273
461 LibTest/isolate/SendPort/hashCode_A01_t01: Fail, OK 309 LibTest/core/Map/Map_class_A01_t03: Fail, OK # co19 issue 273
462 LibTest/core/Map/putIfAbsent_A01_t04: Fail, OK 310 LibTest/core/Set/remove_A01_t03: Fail, OK # co19 issue 273
463 LibTest/core/Map/Map_class_A01_t03: Fail, OK 311 LibTest/core/Set/addAll_A01_t03: Fail, OK # co19 issue 273
464 LibTest/core/Set/remove_A01_t03: Fail, OK 312 LibTest/core/Set/forEach_A01_t03: Fail, OK # co19 issue 273
465 LibTest/core/Set/contains_A01_t03: Fail, OK 313 LibTest/core/Set/add_A01_t03: Fail, OK # co19 issue 273
466 LibTest/core/Set/addAll_A01_t04: Fail, OK 314 LibTest/core/Set/filter_A01_t03: Fail, OK # co19 issue 273
467 LibTest/core/Set/remove_A01_t04: Fail, OK 315 LibTest/core/String/hashCode_A01_t01: Fail, OK # co19 issue 273
468 LibTest/core/Set/addAll_A01_t03: Fail, OK 316 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 273
469 LibTest/core/Set/removeAll_A01_t03: Fail, OK
470 LibTest/core/Set/forEach_A01_t03: Fail, OK
471 LibTest/core/Set/add_A01_t03: Fail, OK
472 LibTest/core/Set/filter_A01_t03: Fail, OK
473 LibTest/core/String/hashCode_A01_t01: Fail, OK
474 LibTest/core/int/hashCode_A01_t01: Fail, OK
475 317
476 318
477 [ $compiler == none && $runtime == vm ] 319 [ $compiler == none && $runtime == vm ]
478 Language/11_Statements/09_Try_A01_t01: Fail, OK # co19 issue 194
479 Language/11_Statements/09_Try_A02_t03: Fail, OK # co19 issue 194
480 Language/11_Statements/09_Try_A04_t01: Fail, OK # co19 issue 194
481 Language/11_Statements/09_Try_A05_t03: Fail, OK # co19 issue 194
482 LibTest/core/Expect/equals_A02_t01: Fail, OK # co19 issue 194
483 LibTest/core/List/removeRange_A06_t01: Fail, OK # co19 issue 194
484 LibTest/core/Set/addAll_A01_t04: Fail, OK # co19 issue 194
485 LibTest/core/Set/containsAll_A01_t03: Fail, OK # co19 issue 194
486 LibTest/core/Set/contains_A01_t03: Fail, OK # co19 issue 194
487 LibTest/core/Set/removeAll_A01_t03: Fail, OK # co19 issue 194
488 LibTest/core/Set/remove_A01_t04: Fail, OK # co19 issue 194
489
490 LibTest/core/String/contains_A01_t03: Skip # Times out. 320 LibTest/core/String/contains_A01_t03: Skip # Times out.
491 321
492 Language/07_Classes/6_Constructors/2_Factories_A05_t02: Fail
493 LibTest/core/String/contains_A01_t02: Fail 322 LibTest/core/String/contains_A01_t02: Fail
494 LibTest/core/String/replaceFirst_A02_t01: Fail # co19 issue 103
495 LibTest/core/String/replaceAll_A02_t01: Fail # co19 issue 103
496
497 323
498 Language/03_Overview/2_Privacy_A01_t11: Fail # Related to issue 978 324 Language/03_Overview/2_Privacy_A01_t11: Fail # Related to issue 978
499 Language/11_Statements/11_Labels_A01_t03: Fail # Issue 2238 325 Language/11_Statements/11_Labels_A01_t03: Fail # Issue 2238
500 326
501 327
502 [ $compiler == none && $runtime == vm && $arch == ia32 ] 328 [ $compiler == none && $runtime == vm && $arch == ia32 ]
503 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 329 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
504 330
505 331
506 [ $compiler == none && $runtime == vm ] 332 [ $compiler == none && $runtime == vm ]
507 Language/07_Classes/07_Classes_A02_t29: Fail 333 Language/07_Classes/07_Classes_A02_t29: Fail
508 Language/07_Classes/07_Classes_A02_t31: Fail 334 Language/07_Classes/07_Classes_A02_t31: Fail
509 Language/10_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail 335 Language/10_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail
510 Language/10_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail 336 Language/10_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail
511 Language/10_Expressions/05_Strings_A20_t01: Fail 337 Language/10_Expressions/05_Strings_A20_t01: Fail
512 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t04: Fail # co19 issue 166 338 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t04: Fail # co19 issue 166
513 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail 339 Language/10_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t05: Fail
514 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A02_t01: Fail 340 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A02_t01: Fail
515 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A08_t01: Fail 341 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A08_t01: Fail
516 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t02: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException 342 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t02: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException
517 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t03: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException 343 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t03: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException
518 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A05_t01: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException 344 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A05_t01: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException
519 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A06_t02: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException 345 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A06_t02: Fail # Issue 1604, exception should be NoSuchMethodException instead of ObjectNotClosu reException
520 Language/10_Expressions/28_Identifier_Reference_A06_t15: Fail
521 Language/11_Statements/08_Switch_A02_t01: Fail
522 LibTest/core/Future/handleException_A01_t07: Fail 346 LibTest/core/Future/handleException_A01_t07: Fail
523 LibTest/core/Future/then_A01_t05: Fail 347 LibTest/core/Future/then_A01_t05: Fail
524 LibTest/isolate/ReceivePort/receive_A01_t02: Fail 348 LibTest/isolate/ReceivePort/receive_A01_t02: Fail
525 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash 349 LibTest/isolate/isolate_api/spawnUri_A01_t03: Crash
526 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash 350 LibTest/isolate/isolate_api/spawnUri_A01_t04: Crash
527 351
528 352
529 # 'case' or '}' expected
530 Language/11_Statements/08_Switch_A01_t01: Fail
531
532
533 # class '?' overrides function '?' of super class '?' with incompatible paramete rs 353 # class '?' overrides function '?' of super class '?' with incompatible paramete rs
534 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail 354 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
535 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail 355 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
536 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t05: Fail 356 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t05: Fail
537 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail 357 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail
538 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail # Issue 3622 358 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Fail # Issue 3622
539 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail # Issue 3622 359 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Fail # Issue 3622
540 360
541 361
542 # function 'func' not found in super class, getter 'func' should be invoked firs t. 362 # function 'func' not found in super class, getter 'func' should be invoked firs t.
543 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # co19 issue 251 or issue 5732 363 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # co19 issue 251 or issue 5732
544 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail # co19 issue 251 or issue 5732 364 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail # co19 issue 251 or issue 5732
545 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail # co19 issue 251 or issue 5732 365 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail # co19 issue 251 or issue 5732
546 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail # co19 issue 251 or issue 5732 366 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail # co19 issue 251 or issue 5732
547 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail # co19 issue 251 or issue 5732 367 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A08_t02: Fail # co19 issue 251 or issue 5732
548 368
549 369
550 # initializer must be a compile time constant 370 # initializer must be a compile time constant
551 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail 371 Language/10_Expressions/30_Identifier_Reference_A05_t09: Fail
552 372
553 373
554 # invalid operator overloading 374 # invalid operator overloading
555 Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail 375 Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail
556 Language/10_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t01: Fail
557 Language/10_Expressions/22_Equality_A02_t03: Fail
558 Language/10_Expressions/22_Equality_A03_t01: Fail # issue 265
559 Language/10_Expressions/22_Equality_A03_t03: Fail # issue 265
560 376
561 377
562 # parameter name or type expected 378 # parameter name or type expected
563 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail 379 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail
564 380
565 381
566 # using 'x' in this context is invalid
567 Language/11_Statements/05_For_A01_t11: Fail
568
569
570 [ $compiler == none && $runtime == vm ]
571 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail
572
573
574 [ $compiler == none && $runtime == vm && $checked ] 382 [ $compiler == none && $runtime == vm && $checked ]
575 Language/03_Overview/1_Scoping_A02_t30: Fail 383 Language/03_Overview/1_Scoping_A02_t30: Fail
576 384
577 385
578 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ] 386 [ $compiler == none && $runtime == vm && $mode == debug ]
579 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 387 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
580 388
581 [ $compiler == none && $arch == simarm ] 389 [ $compiler == none && $arch == simarm ]
582 *: Skip 390 *: Skip
583 391
584 [ $compiler == none && $arch == arm ] 392 [ $compiler == none && $arch == arm ]
585 *: Skip 393 *: Skip
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-dart2js.status ('k') | dart/tools/testing/dart/test_progress.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698