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

Side by Side Diff: tests/co19/co19-kernel.status

Issue 2799733002: Remove Pass expectations from Kernel status. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | tests/co19/co19-runtime.status » ('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) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 # Disable tests globally for kernel. 5 # Disable tests globally for kernel.
6 [ $compiler == dartk || $compiler == dartkp ] 6 [ $compiler == dartk || $compiler == dartkp ]
7 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError 7 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError
8 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError 8 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError
9 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError 9 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError
10 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError 10 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 Language/Expressions/Type_Test/evaluation_t03: RuntimeError 176 Language/Expressions/Type_Test/evaluation_t03: RuntimeError
177 Language/Expressions/Type_Test/evaluation_t04: RuntimeError 177 Language/Expressions/Type_Test/evaluation_t04: RuntimeError
178 Language/Expressions/Type_Test/evaluation_t10: RuntimeError # Kernel Issue 28335 (deferred libraries) 178 Language/Expressions/Type_Test/evaluation_t10: RuntimeError # Kernel Issue 28335 (deferred libraries)
179 Language/Expressions/Unary_Expressions/syntax_t08: MissingCompileTimeError 179 Language/Expressions/Unary_Expressions/syntax_t08: MissingCompileTimeError
180 Language/Expressions/Unary_Expressions/syntax_t09: MissingCompileTimeError 180 Language/Expressions/Unary_Expressions/syntax_t09: MissingCompileTimeError
181 Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError # Dartk Issue 28565 181 Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError # Dartk Issue 28565
182 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01: Missing CompileTimeError 182 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01: Missing CompileTimeError
183 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02: Missing CompileTimeError 183 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t02: Missing CompileTimeError
184 Language/Functions/Formal_Parameters/Optional_Formals/name_t01: MissingCompileTi meError 184 Language/Functions/Formal_Parameters/Optional_Formals/name_t01: MissingCompileTi meError
185 Language/Functions/Formal_Parameters/Optional_Formals/name_t02: MissingCompileTi meError 185 Language/Functions/Formal_Parameters/Optional_Formals/name_t02: MissingCompileTi meError
186 Language/Functions/Formal_Parameters/Optional_Formals/syntax_t14: Pass
187 Language/Functions/Formal_Parameters/Required_Formals/syntax_t03: MissingCompile TimeError 186 Language/Functions/Formal_Parameters/Required_Formals/syntax_t03: MissingCompile TimeError
188 Language/Functions/Formal_Parameters/Required_Formals/syntax_t04: MissingCompile TimeError 187 Language/Functions/Formal_Parameters/Required_Formals/syntax_t04: MissingCompile TimeError
189 Language/Functions/Formal_Parameters/Required_Formals/syntax_t06: MissingCompile TimeError 188 Language/Functions/Formal_Parameters/Required_Formals/syntax_t06: MissingCompile TimeError
190 Language/Functions/Formal_Parameters/Required_Formals/syntax_t07: MissingCompile TimeError 189 Language/Functions/Formal_Parameters/Required_Formals/syntax_t07: MissingCompile TimeError
191 Language/Functions/Formal_Parameters/Required_Formals/syntax_t08: MissingCompile TimeError 190 Language/Functions/Formal_Parameters/Required_Formals/syntax_t08: MissingCompile TimeError
192 Language/Functions/Formal_Parameters/Required_Formals/syntax_t09: MissingCompile TimeError 191 Language/Functions/Formal_Parameters/Required_Formals/syntax_t09: MissingCompile TimeError
193 Language/Functions/Formal_Parameters/declare_as_constant_t01: MissingCompileTime Error 192 Language/Functions/Formal_Parameters/declare_as_constant_t01: MissingCompileTime Error
194 Language/Functions/Formal_Parameters/declare_as_constant_t02: MissingCompileTime Error 193 Language/Functions/Formal_Parameters/declare_as_constant_t02: MissingCompileTime Error
195 Language/Functions/Formal_Parameters/declare_as_constant_t03: MissingCompileTime Error 194 Language/Functions/Formal_Parameters/declare_as_constant_t03: MissingCompileTime Error
196 Language/Functions/Formal_Parameters/declare_as_constant_t04: MissingCompileTime Error 195 Language/Functions/Formal_Parameters/declare_as_constant_t04: MissingCompileTime Error
197 Language/Functions/Formal_Parameters/declare_as_constant_t05: MissingCompileTime Error 196 Language/Functions/Formal_Parameters/declare_as_constant_t05: MissingCompileTime Error
198 Language/Functions/Formal_Parameters/declare_as_constant_t06: MissingCompileTime Error 197 Language/Functions/Formal_Parameters/declare_as_constant_t06: MissingCompileTime Error
199 Language/Functions/Function_Declarations/external_function_t01: MissingCompileTi meError 198 Language/Functions/Function_Declarations/external_function_t01: MissingCompileTi meError
200 Language/Functions/Function_Declarations/external_function_t02: MissingCompileTi meError 199 Language/Functions/Function_Declarations/external_function_t02: MissingCompileTi meError
201 Language/Functions/syntax_t05: MissingCompileTimeError 200 Language/Functions/syntax_t05: MissingCompileTimeError
202 Language/Functions/syntax_t31: MissingCompileTimeError 201 Language/Functions/syntax_t31: MissingCompileTimeError
203 Language/Generics/malformed_t01: RuntimeError 202 Language/Generics/malformed_t01: RuntimeError
204 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Pass # OK 203 Language/Libraries_and_Scripts/Exports/reexport_t01: MissingCompileTimeError
205 Language/Libraries_and_Scripts/Exports/reexport_t01: Pass
206 Language/Libraries_and_Scripts/Imports/deferred_import_t01: RuntimeError # Kerne l Issue 28335 (deferred libraries) 204 Language/Libraries_and_Scripts/Imports/deferred_import_t01: RuntimeError # Kerne l Issue 28335 (deferred libraries)
207 Language/Libraries_and_Scripts/Imports/deferred_import_t02: RuntimeError # Kerne l Issue 28335 (deferred libraries) 205 Language/Libraries_and_Scripts/Imports/deferred_import_t02: RuntimeError # Kerne l Issue 28335 (deferred libraries)
208 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: CompileTimeErro r 206 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: CompileTimeErro r
209 Language/Libraries_and_Scripts/Imports/invalid_uri_t01: MissingCompileTimeError 207 Language/Libraries_and_Scripts/Imports/invalid_uri_t01: MissingCompileTimeError
210 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Pass # OK
211 Language/Libraries_and_Scripts/Imports/same_name_t02/01: MissingRuntimeError 208 Language/Libraries_and_Scripts/Imports/same_name_t02/01: MissingRuntimeError
212 Language/Libraries_and_Scripts/Imports/same_name_t05: RuntimeError 209 Language/Libraries_and_Scripts/Imports/same_name_t05: RuntimeError
213 Language/Libraries_and_Scripts/Imports/same_name_t10: RuntimeError 210 Language/Libraries_and_Scripts/Imports/same_name_t10: RuntimeError
214 Language/Libraries_and_Scripts/Imports/same_name_t12/01: MissingRuntimeError 211 Language/Libraries_and_Scripts/Imports/same_name_t12/01: MissingRuntimeError
215 Language/Libraries_and_Scripts/Imports/same_name_t15/01: MissingRuntimeError 212 Language/Libraries_and_Scripts/Imports/same_name_t15/01: MissingRuntimeError
216 Language/Libraries_and_Scripts/Imports/same_name_t19: RuntimeError 213 Language/Libraries_and_Scripts/Imports/same_name_t19: RuntimeError
217 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries. 214 Language/Libraries_and_Scripts/Imports/static_type_t01: Skip # No support for de ferred libraries.
218 Language/Libraries_and_Scripts/Imports/syntax_t41: MissingCompileTimeError 215 Language/Libraries_and_Scripts/Imports/syntax_t41: MissingCompileTimeError
219 Language/Libraries_and_Scripts/Parts/compilation_t11: MissingCompileTimeError 216 Language/Libraries_and_Scripts/Parts/compilation_t11: MissingCompileTimeError
220 Language/Libraries_and_Scripts/Parts/syntax_t01: MissingCompileTimeError 217 Language/Libraries_and_Scripts/Parts/syntax_t01: MissingCompileTimeError
221 Language/Libraries_and_Scripts/Parts/syntax_t06: Pass # OK
222 Language/Libraries_and_Scripts/Scripts/syntax_t05: MissingCompileTimeError 218 Language/Libraries_and_Scripts/Scripts/syntax_t05: MissingCompileTimeError
223 Language/Libraries_and_Scripts/Scripts/syntax_t06: MissingCompileTimeError 219 Language/Libraries_and_Scripts/Scripts/syntax_t06: MissingCompileTimeError
224 Language/Libraries_and_Scripts/Scripts/syntax_t07: MissingCompileTimeError 220 Language/Libraries_and_Scripts/Scripts/syntax_t07: MissingCompileTimeError
225 Language/Libraries_and_Scripts/Scripts/syntax_t08: MissingCompileTimeError 221 Language/Libraries_and_Scripts/Scripts/syntax_t08: MissingCompileTimeError
226 Language/Libraries_and_Scripts/Scripts/syntax_t10: MissingCompileTimeError 222 Language/Libraries_and_Scripts/Scripts/syntax_t10: MissingCompileTimeError
227 Language/Libraries_and_Scripts/Scripts/syntax_t14: MissingCompileTimeError 223 Language/Libraries_and_Scripts/Scripts/syntax_t14: MissingCompileTimeError
228 Language/Libraries_and_Scripts/Scripts/top_level_main_t01: Crash 224 Language/Libraries_and_Scripts/Scripts/top_level_main_t01: Crash
229 Language/Libraries_and_Scripts/definition_syntax_t01: MissingCompileTimeError 225 Language/Libraries_and_Scripts/definition_syntax_t01: MissingCompileTimeError
230 Language/Libraries_and_Scripts/definition_syntax_t03: MissingCompileTimeError 226 Language/Libraries_and_Scripts/definition_syntax_t03: MissingCompileTimeError
231 Language/Libraries_and_Scripts/definition_syntax_t04: MissingCompileTimeError 227 Language/Libraries_and_Scripts/definition_syntax_t04: MissingCompileTimeError
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 Language/Statements/Continue/label_t09: MissingCompileTimeError 301 Language/Statements/Continue/label_t09: MissingCompileTimeError
306 Language/Statements/Continue/label_t10: MissingCompileTimeError 302 Language/Statements/Continue/label_t10: MissingCompileTimeError
307 Language/Statements/Continue/label_t11: MissingCompileTimeError 303 Language/Statements/Continue/label_t11: MissingCompileTimeError
308 Language/Statements/Do/execution_t04: Crash 304 Language/Statements/Do/execution_t04: Crash
309 Language/Statements/For/syntax_t12: MissingCompileTimeError 305 Language/Statements/For/syntax_t12: MissingCompileTimeError
310 Language/Statements/For/syntax_t13: MissingCompileTimeError 306 Language/Statements/For/syntax_t13: MissingCompileTimeError
311 Language/Statements/For/syntax_t19: MissingCompileTimeError 307 Language/Statements/For/syntax_t19: MissingCompileTimeError
312 Language/Statements/For/syntax_t20: MissingCompileTimeError 308 Language/Statements/For/syntax_t20: MissingCompileTimeError
313 Language/Statements/If/execution_t03: Crash 309 Language/Statements/If/execution_t03: Crash
314 Language/Statements/Labels/scope_t05: MissingCompileTimeError 310 Language/Statements/Labels/scope_t05: MissingCompileTimeError
315 Language/Statements/Labels/syntax_t03: Pass # OK
316 Language/Statements/Local_Function_Declaration/reference_before_declaration_t01: MissingCompileTimeError 311 Language/Statements/Local_Function_Declaration/reference_before_declaration_t01: MissingCompileTimeError
317 Language/Statements/Local_Function_Declaration/reference_before_declaration_t03: MissingCompileTimeError 312 Language/Statements/Local_Function_Declaration/reference_before_declaration_t03: MissingCompileTimeError
318 Language/Statements/Local_Variable_Declaration/syntax_t11: MissingCompileTimeErr or 313 Language/Statements/Local_Variable_Declaration/syntax_t11: MissingCompileTimeErr or
319 Language/Statements/Local_Variable_Declaration/syntax_t20: MissingCompileTimeErr or 314 Language/Statements/Local_Variable_Declaration/syntax_t20: MissingCompileTimeErr or
320 Language/Statements/Rethrow/on_catch_clause_t01: Crash 315 Language/Statements/Rethrow/on_catch_clause_t01: Crash
321 Language/Statements/Rethrow/on_catch_clause_t02: Crash 316 Language/Statements/Rethrow/on_catch_clause_t02: Crash
322 Language/Statements/Switch/equal_operator_t01: MissingCompileTimeError 317 Language/Statements/Switch/equal_operator_t01: MissingCompileTimeError
323 Language/Statements/Switch/equal_operator_t02: MissingCompileTimeError 318 Language/Statements/Switch/equal_operator_t02: MissingCompileTimeError
324 Language/Statements/Switch/expressions_t01: MissingCompileTimeError 319 Language/Statements/Switch/expressions_t01: MissingCompileTimeError
325 Language/Statements/Switch/expressions_t02: MissingCompileTimeError 320 Language/Statements/Switch/expressions_t02: MissingCompileTimeError
326 Language/Statements/Switch/expressions_t03: MissingCompileTimeError 321 Language/Statements/Switch/expressions_t03: MissingCompileTimeError
327 Language/Statements/Switch/expressions_t04: MissingCompileTimeError 322 Language/Statements/Switch/expressions_t04: MissingCompileTimeError
328 Language/Statements/Switch/labels_constants_t01: MissingCompileTimeError 323 Language/Statements/Switch/labels_constants_t01: MissingCompileTimeError
329 Language/Statements/Switch/syntax_t02: Pass # OK
330 Language/Statements/Switch/syntax_t16: MissingCompileTimeError 324 Language/Statements/Switch/syntax_t16: MissingCompileTimeError
331 Language/Statements/Switch/syntax_t17: MissingCompileTimeError 325 Language/Statements/Switch/syntax_t17: MissingCompileTimeError
332 Language/Statements/Try/malformed_type_t04: RuntimeError 326 Language/Statements/Try/malformed_type_t04: RuntimeError
333 Language/Statements/Try/syntax_t13: MissingCompileTimeError 327 Language/Statements/Try/syntax_t13: MissingCompileTimeError
334 Language/Statements/Try/syntax_t15: Crash 328 Language/Statements/Try/syntax_t15: Crash
335 Language/Statements/While/execution_t03: Crash 329 Language/Statements/While/execution_t03: Crash
336 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile TimeError # Issue 25495 330 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile TimeError # Issue 25495
337 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495 331 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495
338 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495 332 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495
339 Language/Types/Static_Types/deferred_type_t01: RuntimeError # Kernel Issue 28335 (deferred libraries) 333 Language/Types/Static_Types/deferred_type_t01: RuntimeError # Kernel Issue 28335 (deferred libraries)
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 LibTest/collection/MapBase/MapBase_class_A01_t01: RuntimeError 470 LibTest/collection/MapBase/MapBase_class_A01_t01: RuntimeError
477 LibTest/collection/MapMixin/MapMixin_class_A01_t01: RuntimeError 471 LibTest/collection/MapMixin/MapMixin_class_A01_t01: RuntimeError
478 LibTest/collection/Maps/putIfAbsent_A01_t07: RuntimeError 472 LibTest/collection/Maps/putIfAbsent_A01_t07: RuntimeError
479 LibTest/collection/Maps/putIfAbsent_A01_t08: RuntimeError 473 LibTest/collection/Maps/putIfAbsent_A01_t08: RuntimeError
480 LibTest/collection/MapView/MapView_class_A01_t01: RuntimeError 474 LibTest/collection/MapView/MapView_class_A01_t01: RuntimeError
481 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError 475 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError
482 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError 476 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError
483 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError 477 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError
484 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError 478 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError
485 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError 479 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError
OLDNEW
« no previous file with comments | « no previous file | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698