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

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

Issue 2806893002: Make finalization of recursive function types more robust, especially since (Closed)
Patch Set: updated tests status and sync 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 | « runtime/vm/object.cc ('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 6 body_less_constructor_wrong_arg_negative_test: Crash
7 built_in_identifier_test/01: CompileTimeError 7 built_in_identifier_test/01: CompileTimeError
8 call_nonexistent_static_test/01: CompileTimeError 8 call_nonexistent_static_test/01: CompileTimeError
9 call_nonexistent_static_test/04: CompileTimeError 9 call_nonexistent_static_test/04: CompileTimeError
10 compile_time_constant_c_test/02: MissingCompileTimeError 10 compile_time_constant_c_test/02: MissingCompileTimeError
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 covariant_test/34: MissingCompileTimeError 81 covariant_test/34: MissingCompileTimeError
82 covariant_test/36: MissingCompileTimeError 82 covariant_test/36: MissingCompileTimeError
83 covariant_test/39: MissingCompileTimeError 83 covariant_test/39: MissingCompileTimeError
84 covariant_test/46: MissingCompileTimeError 84 covariant_test/46: MissingCompileTimeError
85 covariant_test/46b: MissingCompileTimeError 85 covariant_test/46b: MissingCompileTimeError
86 covariant_test/59: MissingCompileTimeError 86 covariant_test/59: MissingCompileTimeError
87 cyclic_constructor_test/01: MissingCompileTimeError 87 cyclic_constructor_test/01: MissingCompileTimeError
88 cyclic_type_test/00: RuntimeError 88 cyclic_type_test/00: RuntimeError
89 cyclic_type_test/01: RuntimeError 89 cyclic_type_test/01: RuntimeError
90 cyclic_type_test/03: RuntimeError 90 cyclic_type_test/03: RuntimeError
91 cyclic_type_variable_test/01: Crash
92 cyclic_type_variable_test/02: Crash
93 cyclic_type_variable_test/03: Crash
94 cyclic_type_variable_test/04: Crash
95 cyclic_type_variable_test/none: Crash
96 cyclic_typedef_test/01: MissingCompileTimeError 91 cyclic_typedef_test/01: MissingCompileTimeError
97 cyclic_typedef_test/02: MissingCompileTimeError 92 cyclic_typedef_test/02: MissingCompileTimeError
98 cyclic_typedef_test/03: MissingCompileTimeError 93 cyclic_typedef_test/03: MissingCompileTimeError
99 cyclic_typedef_test/04: MissingCompileTimeError 94 cyclic_typedef_test/04: MissingCompileTimeError
100 cyclic_typedef_test/05: MissingCompileTimeError 95 cyclic_typedef_test/05: MissingCompileTimeError
101 cyclic_typedef_test/06: MissingCompileTimeError 96 cyclic_typedef_test/06: MissingCompileTimeError
102 cyclic_typedef_test/07: MissingCompileTimeError 97 cyclic_typedef_test/07: MissingCompileTimeError
103 cyclic_typedef_test/08: MissingCompileTimeError 98 cyclic_typedef_test/08: MissingCompileTimeError
104 cyclic_typedef_test/09: MissingCompileTimeError 99 cyclic_typedef_test/09: MissingCompileTimeError
105 cyclic_typedef_test/10: MissingCompileTimeError 100 cyclic_typedef_test/10: MissingCompileTimeError
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 setter_declaration_negative_test: Fail 394 setter_declaration_negative_test: Fail
400 super_call4_test: RuntimeError 395 super_call4_test: RuntimeError
401 super_getter_setter_test: RuntimeError 396 super_getter_setter_test: RuntimeError
402 vm/lazy_deopt_vm_test: Pass, Slow, Timeout 397 vm/lazy_deopt_vm_test: Pass, Slow, Timeout
403 vm/optimized_stacktrace_test: Skip # Issue 28788 398 vm/optimized_stacktrace_test: Skip # Issue 28788
404 399
405 # dartk: JIT failures (debug) 400 # dartk: JIT failures (debug)
406 [ $compiler == dartk && $mode == debug ] 401 [ $compiler == dartk && $mode == debug ]
407 constructor_duplicate_initializers_test/03: Crash 402 constructor_duplicate_initializers_test/03: Crash
408 deopt_inlined_function_lazy_test: Skip 403 deopt_inlined_function_lazy_test: Skip
409 function_malformed_result_type_test: Crash
410 hello_dart_test: Crash # error: expected: cls.is_type_finalized() 404 hello_dart_test: Crash # error: expected: cls.is_type_finalized()
411 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301 405 not_enough_positional_arguments_test/02: Crash # Dartk Issue 28301
412 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 406 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
413 ref_before_declaration_test/00: Crash 407 ref_before_declaration_test/00: Crash
414 ref_before_declaration_test/01: Crash 408 ref_before_declaration_test/01: Crash
415 ref_before_declaration_test/02: Crash 409 ref_before_declaration_test/02: Crash
416 ref_before_declaration_test/03: Crash 410 ref_before_declaration_test/03: Crash
417 ref_before_declaration_test/04: Crash 411 ref_before_declaration_test/04: Crash
418 ref_before_declaration_test/05: Crash 412 ref_before_declaration_test/05: Crash
419 ref_before_declaration_test/06: Crash 413 ref_before_declaration_test/06: Crash
420 ref_before_declaration_test/07: Crash 414 ref_before_declaration_test/07: Crash
421 ref_before_declaration_test/none: Crash 415 ref_before_declaration_test/none: Crash
422 regress_29025_test: Crash
423 try_catch_syntax_test/05: Crash 416 try_catch_syntax_test/05: Crash
424 vm/lazy_deopt_vm_test: Crash 417 vm/lazy_deopt_vm_test: Crash
425 418
426 # dartk: precompilation failures 419 # dartk: precompilation failures
427 [ $compiler == dartkp ] 420 [ $compiler == dartkp ]
428 const_syntax_test/08: Crash 421 const_syntax_test/08: Crash
429 const_syntax_test/09: Crash 422 const_syntax_test/09: Crash
430 final_syntax_test/09: MissingCompileTimeError 423 final_syntax_test/09: MissingCompileTimeError
431 getter_declaration_negative_test: Crash 424 getter_declaration_negative_test: Crash
432 getter_parameters_test/02: Crash 425 getter_parameters_test/02: Crash
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 deferred_static_seperate_test: CompileTimeError # Deferred loading kernel issue 28335. 559 deferred_static_seperate_test: CompileTimeError # Deferred loading kernel issue 28335.
567 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335. 560 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335.
568 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335. 561 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335.
569 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335. 562 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335.
570 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335. 563 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335.
571 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335. 564 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335.
572 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335. 565 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335.
573 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335. 566 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335.
574 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335. 567 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335.
575 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335. 568 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335.
OLDNEW
« no previous file with comments | « runtime/vm/object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698