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

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

Issue 2790923002: Special scope for labelled statements. (Closed)
Patch Set: Update status file. 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 | « pkg/front_end/lib/src/fasta/scope.dart ('k') | tests/lib/lib.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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 Language/Statements/Continue/label_t08: MissingCompileTimeError 312 Language/Statements/Continue/label_t08: MissingCompileTimeError
313 Language/Statements/Continue/label_t09: MissingCompileTimeError 313 Language/Statements/Continue/label_t09: MissingCompileTimeError
314 Language/Statements/Continue/label_t10: MissingCompileTimeError 314 Language/Statements/Continue/label_t10: MissingCompileTimeError
315 Language/Statements/Continue/label_t11: MissingCompileTimeError 315 Language/Statements/Continue/label_t11: MissingCompileTimeError
316 Language/Statements/Do/execution_t04: Crash 316 Language/Statements/Do/execution_t04: Crash
317 Language/Statements/For/syntax_t12: MissingCompileTimeError 317 Language/Statements/For/syntax_t12: MissingCompileTimeError
318 Language/Statements/For/syntax_t13: MissingCompileTimeError 318 Language/Statements/For/syntax_t13: MissingCompileTimeError
319 Language/Statements/For/syntax_t19: MissingCompileTimeError 319 Language/Statements/For/syntax_t19: MissingCompileTimeError
320 Language/Statements/For/syntax_t20: MissingCompileTimeError 320 Language/Statements/For/syntax_t20: MissingCompileTimeError
321 Language/Statements/If/execution_t03: Crash 321 Language/Statements/If/execution_t03: Crash
322 Language/Statements/Labels/scope_t01: RuntimeError
323 Language/Statements/Labels/scope_t05: MissingCompileTimeError 322 Language/Statements/Labels/scope_t05: MissingCompileTimeError
324 Language/Statements/Labels/scope_t07: RuntimeError
325 Language/Statements/Labels/syntax_t03: Pass # OK 323 Language/Statements/Labels/syntax_t03: Pass # OK
326 Language/Statements/Local_Function_Declaration/reference_before_declaration_t01: MissingCompileTimeError 324 Language/Statements/Local_Function_Declaration/reference_before_declaration_t01: MissingCompileTimeError
327 Language/Statements/Local_Function_Declaration/reference_before_declaration_t03: MissingCompileTimeError 325 Language/Statements/Local_Function_Declaration/reference_before_declaration_t03: MissingCompileTimeError
328 Language/Statements/Local_Variable_Declaration/syntax_t11: MissingCompileTimeErr or 326 Language/Statements/Local_Variable_Declaration/syntax_t11: MissingCompileTimeErr or
329 Language/Statements/Local_Variable_Declaration/syntax_t20: MissingCompileTimeErr or 327 Language/Statements/Local_Variable_Declaration/syntax_t20: MissingCompileTimeErr or
330 Language/Statements/Rethrow/on_catch_clause_t01: Crash 328 Language/Statements/Rethrow/on_catch_clause_t01: Crash
331 Language/Statements/Rethrow/on_catch_clause_t02: Crash 329 Language/Statements/Rethrow/on_catch_clause_t02: Crash
332 Language/Statements/Switch/equal_operator_t01: MissingCompileTimeError 330 Language/Statements/Switch/equal_operator_t01: MissingCompileTimeError
333 Language/Statements/Switch/equal_operator_t02: MissingCompileTimeError 331 Language/Statements/Switch/equal_operator_t02: MissingCompileTimeError
334 Language/Statements/Switch/expressions_t01: MissingCompileTimeError 332 Language/Statements/Switch/expressions_t01: MissingCompileTimeError
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 LibTest/collection/MapBase/MapBase_class_A01_t01: RuntimeError 484 LibTest/collection/MapBase/MapBase_class_A01_t01: RuntimeError
487 LibTest/collection/MapMixin/MapMixin_class_A01_t01: RuntimeError 485 LibTest/collection/MapMixin/MapMixin_class_A01_t01: RuntimeError
488 LibTest/collection/Maps/putIfAbsent_A01_t07: RuntimeError 486 LibTest/collection/Maps/putIfAbsent_A01_t07: RuntimeError
489 LibTest/collection/Maps/putIfAbsent_A01_t08: RuntimeError 487 LibTest/collection/Maps/putIfAbsent_A01_t08: RuntimeError
490 LibTest/collection/MapView/MapView_class_A01_t01: RuntimeError 488 LibTest/collection/MapView/MapView_class_A01_t01: RuntimeError
491 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError 489 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError
492 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError 490 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError
493 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError 491 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError
494 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError 492 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError
495 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError 493 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/scope.dart ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698