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

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

Issue 2800083002: Complain about incorrect this/super constructor initializers. (Closed)
Patch Set: Address comments. 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 | « tests/co19/co19-kernel.status ('k') | no next file » | 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 [ $compiler == dartk || $compiler == dartkp ] 5 [ $compiler == dartk || $compiler == dartkp ]
6 body_less_constructor_wrong_arg_negative_test: Crash
7 built_in_identifier_test/01: CompileTimeError 6 built_in_identifier_test/01: CompileTimeError
8 call_nonexistent_static_test/01: CompileTimeError 7 call_nonexistent_static_test/01: CompileTimeError
9 call_nonexistent_static_test/04: CompileTimeError 8 call_nonexistent_static_test/04: CompileTimeError
10 compile_time_constant_c_test/02: MissingCompileTimeError 9 compile_time_constant_c_test/02: MissingCompileTimeError
11 compile_time_constant_c_test/03: MissingCompileTimeError 10 compile_time_constant_c_test/03: MissingCompileTimeError
12 compile_time_constant_k_test/01: RuntimeError 11 compile_time_constant_k_test/01: RuntimeError
13 compile_time_constant_k_test/02: RuntimeError 12 compile_time_constant_k_test/02: RuntimeError
14 compile_time_constant_k_test/03: RuntimeError 13 compile_time_constant_k_test/03: RuntimeError
15 compile_time_constant_o_test/01: RuntimeError 14 compile_time_constant_o_test/01: RuntimeError
16 compile_time_constant_o_test/02: RuntimeError 15 compile_time_constant_o_test/02: RuntimeError
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 multiline_newline_test/04: MissingCompileTimeError 257 multiline_newline_test/04: MissingCompileTimeError
259 multiline_newline_test/05: MissingCompileTimeError 258 multiline_newline_test/05: MissingCompileTimeError
260 multiline_newline_test/06: MissingCompileTimeError 259 multiline_newline_test/06: MissingCompileTimeError
261 multiline_newline_test/none: RuntimeError 260 multiline_newline_test/none: RuntimeError
262 named_constructor_test/01: MissingRuntimeError 261 named_constructor_test/01: MissingRuntimeError
263 named_parameters_aggregated_test/01: MissingCompileTimeError 262 named_parameters_aggregated_test/01: MissingCompileTimeError
264 named_parameters_aggregated_test/03: MissingCompileTimeError 263 named_parameters_aggregated_test/03: MissingCompileTimeError
265 named_parameters_aggregated_test/04: MissingCompileTimeError 264 named_parameters_aggregated_test/04: MissingCompileTimeError
266 named_parameters_default_eq_test/01: MissingCompileTimeError 265 named_parameters_default_eq_test/01: MissingCompileTimeError
267 named_parameters_default_eq_test/02: MissingCompileTimeError 266 named_parameters_default_eq_test/02: MissingCompileTimeError
268 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830 1
269 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830 1
270 on_catch_malformed_type_test: RuntimeError 267 on_catch_malformed_type_test: RuntimeError
271 parameter_initializer6_negative_test: Fail 268 parameter_initializer6_negative_test: Fail
272 private_access_test/05: RuntimeError 269 private_access_test/05: RuntimeError
273 private_access_test/06: RuntimeError 270 private_access_test/06: RuntimeError
274 private_super_constructor_test/01: MissingCompileTimeError 271 private_super_constructor_test/01: MissingCompileTimeError
275 redirecting_constructor_initializer_test: RuntimeError 272 redirecting_constructor_initializer_test: RuntimeError
276 redirecting_factory_default_values_test/01: MissingCompileTimeError 273 redirecting_factory_default_values_test/01: MissingCompileTimeError
277 redirecting_factory_default_values_test/02: MissingCompileTimeError 274 redirecting_factory_default_values_test/02: MissingCompileTimeError
278 redirecting_factory_long_test: RuntimeError 275 redirecting_factory_long_test: RuntimeError
279 ref_before_declaration_test/00: MissingCompileTimeError 276 ref_before_declaration_test/00: MissingCompileTimeError
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 # Triaged checked mode failures 367 # Triaged checked mode failures
371 [ ($compiler == dartk || $compiler == dartkp) && $checked ] 368 [ ($compiler == dartk || $compiler == dartkp) && $checked ]
372 language/regress_22728_test: Fail # Dartk Issue 28498 369 language/regress_22728_test: Fail # Dartk Issue 28498
373 370
374 # dartk: JIT failures 371 # dartk: JIT failures
375 [ $compiler == dartk ] 372 [ $compiler == dartk ]
376 const_locals_test: RuntimeError 373 const_locals_test: RuntimeError
377 const_string_test: RuntimeError 374 const_string_test: RuntimeError
378 const_syntax_test/08: MissingCompileTimeError 375 const_syntax_test/08: MissingCompileTimeError
379 const_syntax_test/09: MissingCompileTimeError 376 const_syntax_test/09: MissingCompileTimeError
380 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
381 ct_const2_test: Pass, Crash # Flaky 377 ct_const2_test: Pass, Crash # Flaky
382 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert " kind() != RawScript::kKernelTag". Issue 28790 378 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! Hits assert " kind() != RawScript::kKernelTag". Issue 28790
383 getter_declaration_negative_test: Fail 379 getter_declaration_negative_test: Fail
384 hello_dart_test: Crash 380 hello_dart_test: Crash
385 instance_creation_in_function_annotation_test: RuntimeError 381 instance_creation_in_function_annotation_test: RuntimeError
386 library_env_test/has_no_mirror_support: RuntimeError 382 library_env_test/has_no_mirror_support: RuntimeError
387 redirecting_factory_reflection_test: Crash 383 redirecting_factory_reflection_test: Crash
388 redirecting_factory_reflection_test: RuntimeError 384 redirecting_factory_reflection_test: RuntimeError
389 setter_declaration2_negative_test: Fail 385 setter_declaration2_negative_test: Fail
390 setter_declaration_negative_test: Fail 386 setter_declaration_negative_test: Fail
391 super_call4_test: RuntimeError 387 super_call4_test: RuntimeError
392 super_getter_setter_test: RuntimeError 388 super_getter_setter_test: RuntimeError
393 vm/lazy_deopt_vm_test: Pass, Slow, Timeout 389 vm/lazy_deopt_vm_test: Pass, Slow, Timeout
394 vm/optimized_stacktrace_test: Skip # Issue 28788 390 vm/optimized_stacktrace_test: Skip # Issue 28788
395 391
396 # dartk: JIT failures (debug) 392 # dartk: JIT failures (debug)
397 [ $compiler == dartk && $mode == debug ] 393 [ $compiler == dartk && $mode == debug ]
398 constructor_duplicate_initializers_test/03: Crash 394 constructor_duplicate_initializers_test/03: Crash
399 deopt_inlined_function_lazy_test: Skip 395 deopt_inlined_function_lazy_test: Skip
400 function_malformed_result_type_test: Crash 396 function_malformed_result_type_test: Crash
401 hello_dart_test: Crash # error: expected: cls.is_type_finalized() 397 hello_dart_test: Crash # error: expected: cls.is_type_finalized()
402 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
403 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
404 ref_before_declaration_test/00: Crash 398 ref_before_declaration_test/00: Crash
405 ref_before_declaration_test/01: Crash 399 ref_before_declaration_test/01: Crash
406 ref_before_declaration_test/02: Crash 400 ref_before_declaration_test/02: Crash
407 ref_before_declaration_test/03: Crash 401 ref_before_declaration_test/03: Crash
408 ref_before_declaration_test/04: Crash 402 ref_before_declaration_test/04: Crash
409 ref_before_declaration_test/05: Crash 403 ref_before_declaration_test/05: Crash
410 ref_before_declaration_test/06: Crash 404 ref_before_declaration_test/06: Crash
411 ref_before_declaration_test/07: Crash 405 ref_before_declaration_test/07: Crash
412 ref_before_declaration_test/none: Crash 406 ref_before_declaration_test/none: Crash
413 regress_29025_test: Crash 407 regress_29025_test: Crash
(...skipping 15 matching lines...) Expand all
429 ref_before_declaration_test/05: Crash 423 ref_before_declaration_test/05: Crash
430 ref_before_declaration_test/06: Crash 424 ref_before_declaration_test/06: Crash
431 ref_before_declaration_test/07: Crash 425 ref_before_declaration_test/07: Crash
432 ref_before_declaration_test/none: Crash 426 ref_before_declaration_test/none: Crash
433 setter_declaration2_negative_test: Crash 427 setter_declaration2_negative_test: Crash
434 setter_declaration_negative_test: Crash 428 setter_declaration_negative_test: Crash
435 try_catch_syntax_test/05: Crash 429 try_catch_syntax_test/05: Crash
436 430
437 # dartk: precompilation failures (debug) 431 # dartk: precompilation failures (debug)
438 [ $compiler == dartkp && $mode == debug ] 432 [ $compiler == dartkp && $mode == debug ]
439 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
440 external_test/13: Crash 433 external_test/13: Crash
441 final_syntax_test/09: Crash 434 final_syntax_test/09: Crash
442 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
443 regress_22445_test: Crash 435 regress_22445_test: Crash
444 regress_23498_test: Crash 436 regress_23498_test: Crash
445 437
446 # dartk: checked mode failures 438 # dartk: checked mode failures
447 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 439 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
448 assign_static_type_test/02: MissingCompileTimeError 440 assign_static_type_test/02: MissingCompileTimeError
449 async_await_test: RuntimeError 441 async_await_test: RuntimeError
450 async_return_types_test/nestedFuture: Fail 442 async_return_types_test/nestedFuture: Fail
451 async_return_types_test/wrongTypeParameter: Fail 443 async_return_types_test/wrongTypeParameter: Fail
452 body_less_constructor_wrong_arg_negative_test: Pass
453 compile_time_constant_checked_test/02: MissingCompileTimeError 444 compile_time_constant_checked_test/02: MissingCompileTimeError
454 const_conditional_test/08: Pass 445 const_conditional_test/08: Pass
455 const_constructor2_test/20: MissingCompileTimeError 446 const_constructor2_test/20: MissingCompileTimeError
456 const_constructor2_test/22: MissingCompileTimeError 447 const_constructor2_test/22: MissingCompileTimeError
457 const_constructor2_test/24: MissingCompileTimeError 448 const_constructor2_test/24: MissingCompileTimeError
458 const_init2_test/02: MissingCompileTimeError 449 const_init2_test/02: MissingCompileTimeError
459 default_factory2_test/01: Fail 450 default_factory2_test/01: Fail
460 factory1_test/00: Fail 451 factory1_test/00: Fail
461 factory1_test/01: Fail 452 factory1_test/01: Fail
462 factory_implementation_test/00: Fail 453 factory_implementation_test/00: Fail
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 deferred_static_seperate_test: CompileTimeError # Deferred loading kernel issue 28335. 548 deferred_static_seperate_test: CompileTimeError # Deferred loading kernel issue 28335.
558 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335. 549 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335.
559 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335. 550 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335.
560 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335. 551 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335.
561 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335. 552 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335.
562 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335. 553 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335.
563 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335. 554 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335.
564 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335. 555 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335.
565 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335. 556 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335.
566 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335. 557 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335.
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698