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

Side by Side Diff: tests/language_2/language_2_dart2js.status

Issue 3005583002: More status files updates after https://codereview.chromium.org/3001803002/ (Closed)
Patch Set: Created 3 years, 3 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/language/language_dart2js.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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == dart2js". 5 # Sections in this file should contain "$compiler == dart2js".
6 6
7 # dart2js does not implement the Dart 2.0 static type errors yet. 7 # dart2js does not implement the Dart 2.0 static type errors yet.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 abstract_beats_arguments_test: MissingCompileTimeError 9 abstract_beats_arguments_test: MissingCompileTimeError
10 abstract_exact_selector_test/01: MissingCompileTimeError 10 abstract_exact_selector_test/01: MissingCompileTimeError
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 closure_type_variables_test: Crash # NoSuchMethodError: Class 'JClosureClass' ha s no instance getter 'methodElement'. 605 closure_type_variables_test: Crash # NoSuchMethodError: Class 'JClosureClass' ha s no instance getter 'methodElement'.
606 closure_with_super_field_test: Crash # Assertion failure: Cannot find value Inst ance of 'ThisLocal' in (local(B.returnSuperInClosure#)) for j:closure_call(B_ret urnSuperInClosure_closure.call). 606 closure_with_super_field_test: Crash # Assertion failure: Cannot find value Inst ance of 'ThisLocal' in (local(B.returnSuperInClosure#)) for j:closure_call(B_ret urnSuperInClosure_closure.call).
607 closure_with_super_send_test: Crash # Assertion failure: Cannot find value Insta nce of 'ThisLocal' in (local(Sub.test#e), local(Sub.test#)) for j:closure_call(S ub_test_closure.call). 607 closure_with_super_send_test: Crash # Assertion failure: Cannot find value Insta nce of 'ThisLocal' in (local(Sub.test#e), local(Sub.test#)) for j:closure_call(S ub_test_closure.call).
608 closures_initializer2_test: Crash # NoSuchMethodError: The getter 'closureClassE ntity' was called on null. 608 closures_initializer2_test: Crash # NoSuchMethodError: The getter 'closureClassE ntity' was called on null.
609 closures_initializer_test: Crash # NoSuchMethodError: The getter 'closureClassEn tity' was called on null. 609 closures_initializer_test: Crash # NoSuchMethodError: The getter 'closureClassEn tity' was called on null.
610 closures_with_complex_params_test: Crash # NoSuchMethodError: Class 'JClosureCla ss' has no instance getter 'supertype'. 610 closures_with_complex_params_test: Crash # NoSuchMethodError: Class 'JClosureCla ss' has no instance getter 'supertype'.
611 regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null. 611 regress_30339_test: Crash # NoSuchMethodError: The getter 'thisLocal' was called on null.
612 typevariable_substitution2_test/02: RuntimeError 612 typevariable_substitution2_test/02: RuntimeError
613 generic_instanceof_test: Crash 613 generic_instanceof_test: Crash
614 generic_local_functions_test: Crash 614 generic_local_functions_test: Crash
615 generic_method_types_test/01: Crash 615 generic_methods_closure_test: Crash
616 generic_method_types_test/02: Crash 616 generic_methods_generic_class_tearoff_test: Crash
617 generic_methods_generic_function_parameter_test: Crash 617 generic_methods_generic_function_parameter_test: Crash
618 generic_methods_named_parameters_test: Crash
619 generic_methods_optional_parameters_test: Crash
620 generic_methods_shadowing_test: Crash
621 generic_methods_tearoff_specialization_test: Crash
618 generic_methods_test: Crash 622 generic_methods_test: Crash
623 generic_methods_type_expression_test: Crash
619 generic_native_test: Crash 624 generic_native_test: Crash
620 generic_syntax_test: Crash 625 generic_syntax_test: Crash
621 generic_test: Crash 626 generic_test: Crash
622 generic_test: RuntimeError 627 generic_test: RuntimeError
623 many_generic_instanceof_test: Crash 628 many_generic_instanceof_test: Crash
624 629
625 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] 630 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
626 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 631 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
627 632
628 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] 633 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ]
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 function_type/function_type55_test: Crash # Issue 27394 688 function_type/function_type55_test: Crash # Issue 27394
684 function_type/function_type62_test: Crash # Issue 27394 689 function_type/function_type62_test: Crash # Issue 27394
685 function_type/function_type63_test: Crash # Issue 27394 690 function_type/function_type63_test: Crash # Issue 27394
686 function_type/function_type6_test: Crash # Issue 27394 691 function_type/function_type6_test: Crash # Issue 27394
687 function_type/function_type7_test: Crash # Issue 27394 692 function_type/function_type7_test: Crash # Issue 27394
688 function_type/function_type98_test: Crash # Issue 27394 693 function_type/function_type98_test: Crash # Issue 27394
689 function_type/function_type99_test: Crash # Issue 27394 694 function_type/function_type99_test: Crash # Issue 27394
690 695
691 [ $compiler == dart2js && $runtime == safarimobilesim ] 696 [ $compiler == dart2js && $runtime == safarimobilesim ]
692 call_through_getter_test: Fail, OK 697 call_through_getter_test: Fail, OK
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698