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

Side by Side Diff: tests/language/language_kernel.status

Issue 2788153002: Create separate scopes for constructors, setters, and other members. (Closed)
Patch Set: Update subpackage dependencies. 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 bad_constructor_test/05: CompileTimeError
7 bad_initializer1_negative_test: Crash 6 bad_initializer1_negative_test: Crash
8 body_less_constructor_wrong_arg_negative_test: Crash 7 body_less_constructor_wrong_arg_negative_test: Crash
9 built_in_identifier_test/01: CompileTimeError 8 built_in_identifier_test/01: CompileTimeError
10 call_nonexistent_static_test/01: CompileTimeError 9 call_nonexistent_static_test/01: CompileTimeError
11 call_nonexistent_static_test/04: CompileTimeError 10 call_nonexistent_static_test/04: CompileTimeError
12 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335 11 cha_deopt1_test: RuntimeError # Deferred Loading Issue 28335
13 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335 12 cha_deopt2_test: RuntimeError # Deferred Loading Issue 28335
14 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335 13 cha_deopt3_test: RuntimeError # Deferred Loading Issue 28335
15 compile_time_constant_c_test/02: MissingCompileTimeError 14 compile_time_constant_c_test/02: MissingCompileTimeError
16 compile_time_constant_c_test/03: MissingCompileTimeError 15 compile_time_constant_c_test/03: MissingCompileTimeError
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 generic_field_mixin5_test: RuntimeError 251 generic_field_mixin5_test: RuntimeError
253 generic_field_mixin_test: RuntimeError 252 generic_field_mixin_test: RuntimeError
254 generic_metadata_test/02: MissingCompileTimeError 253 generic_metadata_test/02: MissingCompileTimeError
255 generic_metadata_test/03: MissingCompileTimeError 254 generic_metadata_test/03: MissingCompileTimeError
256 generic_method_types_test: Pass, RuntimeError 255 generic_method_types_test: Pass, RuntimeError
257 getter_closure_execution_order_test: RuntimeError 256 getter_closure_execution_order_test: RuntimeError
258 getter_parameters_test/01: MissingCompileTimeError 257 getter_parameters_test/01: MissingCompileTimeError
259 getter_parameters_test/02: MissingCompileTimeError 258 getter_parameters_test/02: MissingCompileTimeError
260 getter_parameters_test/03: MissingCompileTimeError 259 getter_parameters_test/03: MissingCompileTimeError
261 getter_parameters_test/04: MissingCompileTimeError 260 getter_parameters_test/04: MissingCompileTimeError
262 getter_setter_in_lib_test: RuntimeError
263 if_null_assignment_behavior_test/09: RuntimeError
264 if_null_assignment_behavior_test/10: RuntimeError
265 if_null_assignment_behavior_test/15: RuntimeError 261 if_null_assignment_behavior_test/15: RuntimeError
266 implicit_scope_test: Crash 262 implicit_scope_test: Crash
267 import_private_test/01: MissingCompileTimeError 263 import_private_test/01: MissingCompileTimeError
268 initializing_formal_capture_test: RuntimeError 264 initializing_formal_capture_test: RuntimeError
269 initializing_formal_final_test: RuntimeError 265 initializing_formal_final_test: RuntimeError
270 inst_field_initializer1_negative_test: Fail 266 inst_field_initializer1_negative_test: Fail
271 instanceof3_test: RuntimeError 267 instanceof3_test: RuntimeError
272 invocation_mirror_test: RuntimeError 268 invocation_mirror_test: RuntimeError
273 is_malformed_type_test/94: RuntimeError 269 is_malformed_type_test/94: RuntimeError
274 is_malformed_type_test/95: RuntimeError 270 is_malformed_type_test/95: RuntimeError
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 regress_20394_test/01: MissingCompileTimeError 364 regress_20394_test/01: MissingCompileTimeError
369 regress_22438_test: RuntimeError 365 regress_22438_test: RuntimeError
370 regress_22443_test: RuntimeError # Deferred Loading Issue 28335 366 regress_22443_test: RuntimeError # Deferred Loading Issue 28335
371 regress_23408_test: RuntimeError # Deferred Loading Issue 28335 367 regress_23408_test: RuntimeError # Deferred Loading Issue 28335
372 regress_27617_test/1: MissingCompileTimeError 368 regress_27617_test/1: MissingCompileTimeError
373 regress_28217_test/01: MissingCompileTimeError 369 regress_28217_test/01: MissingCompileTimeError
374 regress_28217_test/none: MissingCompileTimeError 370 regress_28217_test/none: MissingCompileTimeError
375 regress_28278_test: RuntimeError # Mirrors Issue 371 regress_28278_test: RuntimeError # Mirrors Issue
376 runtime_type_function_test: RuntimeError 372 runtime_type_function_test: RuntimeError
377 scope_variable_test/01: MissingCompileTimeError 373 scope_variable_test/01: MissingCompileTimeError
378 setter4_test: CompileTimeError
379 static_field3_test/03: CompileTimeError 374 static_field3_test/03: CompileTimeError
380 static_field3_test/04: CompileTimeError 375 static_field3_test/04: CompileTimeError
381 static_parameter_test/01: MissingCompileTimeError 376 static_parameter_test/01: MissingCompileTimeError
382 static_parameter_test/02: MissingCompileTimeError 377 static_parameter_test/02: MissingCompileTimeError
383 static_parameter_test/03: MissingCompileTimeError 378 static_parameter_test/03: MissingCompileTimeError
384 static_parameter_test/04: MissingCompileTimeError 379 static_parameter_test/04: MissingCompileTimeError
385 static_parameter_test/05: MissingCompileTimeError 380 static_parameter_test/05: MissingCompileTimeError
386 static_parameter_test/06: MissingCompileTimeError 381 static_parameter_test/06: MissingCompileTimeError
387 static_parameter_test/07: MissingCompileTimeError 382 static_parameter_test/07: MissingCompileTimeError
388 static_parameter_test/08: MissingCompileTimeError 383 static_parameter_test/08: MissingCompileTimeError
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 try_catch_syntax_test/05: Crash 517 try_catch_syntax_test/05: Crash
523 518
524 # dartk: precompilation failures (debug) 519 # dartk: precompilation failures (debug)
525 [ $compiler == dartkp && $mode == debug ] 520 [ $compiler == dartkp && $mode == debug ]
526 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 521 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
527 external_test/13: Crash 522 external_test/13: Crash
528 final_syntax_test/09: Crash 523 final_syntax_test/09: Crash
529 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 524 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
530 regress_22445_test: Crash 525 regress_22445_test: Crash
531 regress_23498_test: Crash 526 regress_23498_test: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698