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

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

Issue 2802203002: Handle bad rethrows. (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
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 [ $compiler == dartk || $compiler == dartkp ] 5 [ $compiler == dartk || $compiler == dartkp ]
6 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError 6 Language/Classes/Constructors/Constant_Constructors/initializer_not_a_constant_t 03: MissingCompileTimeError
7 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError 7 Language/Classes/Constructors/Constant_Constructors/non_final_instance_variable_ t02: MissingCompileTimeError
8 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError 8 Language/Classes/Constructors/Constant_Constructors/potentially_constant_express ion_t02: MissingCompileTimeError
9 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError 9 Language/Classes/Constructors/Constant_Constructors/superinitializer_t01: Missin gCompileTimeError
10 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError 10 Language/Classes/Constructors/Constant_Constructors/superinitializer_t02: Missin gCompileTimeError
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t02: MissingCompileTimeError # Issue 24332 140 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t02: MissingCompileTimeError # Issue 24332
141 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t03: MissingCompileTimeError # Issue 24332 141 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t03: MissingCompileTimeError # Issue 24332
142 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t04: MissingCompileTimeError # Issue 24332 142 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t04: MissingCompileTimeError # Issue 24332
143 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t05: MissingCompileTimeError # Issue 24332 143 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t05: MissingCompileTimeError # Issue 24332
144 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t06: MissingCompileTimeError # Issue 24332 144 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t06: MissingCompileTimeError # Issue 24332
145 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t07: MissingCompileTimeError # Issue 24332 145 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t07: MissingCompileTimeError # Issue 24332
146 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t08: MissingCompileTimeError # Issue 24332 146 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t08: MissingCompileTimeError # Issue 24332
147 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t01: RuntimeError 147 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t01: RuntimeError
148 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t02: RuntimeError 148 Language/Expressions/Property_Extraction/Super_Getter_Access_and_Method_Closuriz ation/no_such_method_t02: RuntimeError
149 Language/Expressions/This/placement_t04: MissingCompileTimeError 149 Language/Expressions/This/placement_t04: MissingCompileTimeError
150 Language/Expressions/Throw/no_catch_clause_t01: Crash
151 Language/Expressions/Throw/no_catch_clause_t02: Crash
152 Language/Expressions/Throw/no_catch_clause_t03: Crash
153 Language/Expressions/Throw/no_catch_clause_t04: Crash
154 Language/Expressions/Throw/no_catch_clause_t05: Crash
155 Language/Expressions/Throw/no_catch_clause_t06: Crash
156 Language/Expressions/Throw/syntax_t02: MissingCompileTimeError 150 Language/Expressions/Throw/syntax_t02: MissingCompileTimeError
157 Language/Expressions/Type_Cast/evaluation_t04: RuntimeError 151 Language/Expressions/Type_Cast/evaluation_t04: RuntimeError
158 Language/Expressions/Type_Cast/evaluation_t05: RuntimeError 152 Language/Expressions/Type_Cast/evaluation_t05: RuntimeError
159 Language/Expressions/Type_Test/evaluation_t03: RuntimeError 153 Language/Expressions/Type_Test/evaluation_t03: RuntimeError
160 Language/Expressions/Type_Test/evaluation_t04: RuntimeError 154 Language/Expressions/Type_Test/evaluation_t04: RuntimeError
161 Language/Expressions/Type_Test/evaluation_t10: RuntimeError # Kernel Issue 28335 (deferred libraries) 155 Language/Expressions/Type_Test/evaluation_t10: RuntimeError # Kernel Issue 28335 (deferred libraries)
162 Language/Expressions/Unary_Expressions/syntax_t08: MissingCompileTimeError 156 Language/Expressions/Unary_Expressions/syntax_t08: MissingCompileTimeError
163 Language/Expressions/Unary_Expressions/syntax_t09: MissingCompileTimeError 157 Language/Expressions/Unary_Expressions/syntax_t09: MissingCompileTimeError
164 Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError # Dartk Issue 28565 158 Language/Functions/External_Functions/not_connected_to_a_body_t01: RuntimeError # Dartk Issue 28565
165 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01: Missing CompileTimeError 159 Language/Functions/Formal_Parameters/Optional_Formals/default_value_t01: Missing CompileTimeError
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
285 Language/Statements/For/syntax_t12: MissingCompileTimeError 279 Language/Statements/For/syntax_t12: MissingCompileTimeError
286 Language/Statements/For/syntax_t13: MissingCompileTimeError 280 Language/Statements/For/syntax_t13: MissingCompileTimeError
287 Language/Statements/For/syntax_t19: MissingCompileTimeError 281 Language/Statements/For/syntax_t19: MissingCompileTimeError
288 Language/Statements/For/syntax_t20: MissingCompileTimeError 282 Language/Statements/For/syntax_t20: MissingCompileTimeError
289 Language/Statements/If/execution_t03: Crash 283 Language/Statements/If/execution_t03: Crash
290 Language/Statements/Labels/scope_t05: MissingCompileTimeError 284 Language/Statements/Labels/scope_t05: MissingCompileTimeError
291 Language/Statements/Local_Function_Declaration/reference_before_declaration_t01: MissingCompileTimeError 285 Language/Statements/Local_Function_Declaration/reference_before_declaration_t01: MissingCompileTimeError
292 Language/Statements/Local_Function_Declaration/reference_before_declaration_t03: MissingCompileTimeError 286 Language/Statements/Local_Function_Declaration/reference_before_declaration_t03: MissingCompileTimeError
293 Language/Statements/Local_Variable_Declaration/syntax_t11: MissingCompileTimeErr or 287 Language/Statements/Local_Variable_Declaration/syntax_t11: MissingCompileTimeErr or
294 Language/Statements/Local_Variable_Declaration/syntax_t20: MissingCompileTimeErr or 288 Language/Statements/Local_Variable_Declaration/syntax_t20: MissingCompileTimeErr or
295 Language/Statements/Rethrow/on_catch_clause_t01: Crash
296 Language/Statements/Rethrow/on_catch_clause_t02: Crash
297 Language/Statements/Switch/equal_operator_t01: MissingCompileTimeError 289 Language/Statements/Switch/equal_operator_t01: MissingCompileTimeError
298 Language/Statements/Switch/equal_operator_t02: MissingCompileTimeError 290 Language/Statements/Switch/equal_operator_t02: MissingCompileTimeError
299 Language/Statements/Switch/expressions_t01: MissingCompileTimeError 291 Language/Statements/Switch/expressions_t01: MissingCompileTimeError
300 Language/Statements/Switch/expressions_t02: MissingCompileTimeError 292 Language/Statements/Switch/expressions_t02: MissingCompileTimeError
301 Language/Statements/Switch/expressions_t03: MissingCompileTimeError 293 Language/Statements/Switch/expressions_t03: MissingCompileTimeError
302 Language/Statements/Switch/expressions_t04: MissingCompileTimeError 294 Language/Statements/Switch/expressions_t04: MissingCompileTimeError
303 Language/Statements/Switch/labels_constants_t01: MissingCompileTimeError 295 Language/Statements/Switch/labels_constants_t01: MissingCompileTimeError
304 Language/Statements/Switch/syntax_t16: MissingCompileTimeError 296 Language/Statements/Switch/syntax_t16: MissingCompileTimeError
305 Language/Statements/Switch/syntax_t17: MissingCompileTimeError 297 Language/Statements/Switch/syntax_t17: MissingCompileTimeError
306 Language/Statements/Try/malformed_type_t04: RuntimeError 298 Language/Statements/Try/malformed_type_t04: RuntimeError
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError 446 LibTest/collection/SplayTreeMap/inherited_tests_A01_t01: RuntimeError
455 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError 447 LibTest/isolate/Isolate/spawn_A02_t04: RuntimeError
456 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError 448 LibTest/isolate/Isolate/spawn_A02_t05: RuntimeError
457 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError 449 LibTest/isolate/Isolate/spawn_A02_t06: RuntimeError
458 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError 450 LibTest/isolate/Isolate/spawn_A02_t07: RuntimeError
459 451
460 # Deferred loading kernel issue 28335. 452 # Deferred loading kernel issue 28335.
461 [ $compiler == dartk || $compiler == dartkp ] 453 [ $compiler == dartk || $compiler == dartkp ]
462 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335. 454 Language/Libraries_and_Scripts/Imports/deferred_import_t01: CompileTimeError # D eferred loading kernel issue 28335.
463 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335. 455 Language/Libraries_and_Scripts/Imports/deferred_import_t02: CompileTimeError # D eferred loading kernel issue 28335.
OLDNEW
« no previous file with comments | « pkg/front_end/lib/src/fasta/kernel/body_builder.dart ('k') | tests/language/language_kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698