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

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

Issue 2998673002: Added ThisVariable in scoping and the captured scope of initialized fields. (Closed)
Patch Set: . Created 3 years, 4 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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 function_type/function_type91_test: Crash 416 function_type/function_type91_test: Crash
417 function_type/function_type92_test: Crash 417 function_type/function_type92_test: Crash
418 function_type/function_type93_test: Crash 418 function_type/function_type93_test: Crash
419 function_type/function_type94_test: Crash 419 function_type/function_type94_test: Crash
420 function_type/function_type95_test: Crash 420 function_type/function_type95_test: Crash
421 function_type/function_type96_test: Crash 421 function_type/function_type96_test: Crash
422 function_type/function_type97_test: Crash 422 function_type/function_type97_test: Crash
423 function_type/function_type98_test: Crash 423 function_type/function_type98_test: Crash
424 function_type/function_type99_test: Crash 424 function_type/function_type99_test: Crash
425 function_type/function_type9_test: Crash 425 function_type/function_type9_test: Crash
426 regress_30339_test: Crash
426 427
427 [ $compiler == dart2js && $dart2js_with_kernel && $minified ] 428 [ $compiler == dart2js && $dart2js_with_kernel && $minified ]
428 aborting_switch_case_test: Crash 429 aborting_switch_case_test: Crash
429 abstract_beats_arguments_test: Crash 430 abstract_beats_arguments_test: Crash
430 abstract_exact_selector_test/01: Crash 431 abstract_exact_selector_test/01: Crash
431 abstract_exact_selector_test/none: Crash 432 abstract_exact_selector_test/none: Crash
432 abstract_getter_test/01: Crash 433 abstract_getter_test/01: Crash
433 abstract_method_test: Crash 434 abstract_method_test: Crash
434 abstract_object_method_test: Crash 435 abstract_object_method_test: Crash
435 abstract_runtime_error_test/01: Crash 436 abstract_runtime_error_test/01: Crash
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 function_type/function_type91_test: Crash 704 function_type/function_type91_test: Crash
704 function_type/function_type92_test: Crash 705 function_type/function_type92_test: Crash
705 function_type/function_type93_test: Crash 706 function_type/function_type93_test: Crash
706 function_type/function_type94_test: Crash 707 function_type/function_type94_test: Crash
707 function_type/function_type95_test: Crash 708 function_type/function_type95_test: Crash
708 function_type/function_type96_test: Crash 709 function_type/function_type96_test: Crash
709 function_type/function_type97_test: Crash 710 function_type/function_type97_test: Crash
710 function_type/function_type98_test: Crash 711 function_type/function_type98_test: Crash
711 function_type/function_type99_test: Crash 712 function_type/function_type99_test: Crash
712 function_type/function_type9_test: Crash 713 function_type/function_type9_test: Crash
714 regress_30339_test: Crash
713 715
714 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ] 716 [ $compiler == dart2js && ! $dart2js_with_kernel && $runtime != none ]
715 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 717 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
716 718
717 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ] 719 [ $compiler == dart2js && $runtime == jsshell && ! $dart2js_with_kernel ]
718 async_star_await_pauses_test: RuntimeError # Need triage 720 async_star_await_pauses_test: RuntimeError # Need triage
719 async_star_no_cancel2_test: RuntimeError # Need triage 721 async_star_no_cancel2_test: RuntimeError # Need triage
720 async_star_no_cancel_test: RuntimeError # Need triage 722 async_star_no_cancel_test: RuntimeError # Need triage
721 723
722 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ] 724 [ $compiler == dart2js && $checked && ! $dart2js_with_kernel ]
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 function_type/function_type55_test: Crash # Issue 27394 779 function_type/function_type55_test: Crash # Issue 27394
778 function_type/function_type62_test: Crash # Issue 27394 780 function_type/function_type62_test: Crash # Issue 27394
779 function_type/function_type63_test: Crash # Issue 27394 781 function_type/function_type63_test: Crash # Issue 27394
780 function_type/function_type6_test: Crash # Issue 27394 782 function_type/function_type6_test: Crash # Issue 27394
781 function_type/function_type7_test: Crash # Issue 27394 783 function_type/function_type7_test: Crash # Issue 27394
782 function_type/function_type98_test: Crash # Issue 27394 784 function_type/function_type98_test: Crash # Issue 27394
783 function_type/function_type99_test: Crash # Issue 27394 785 function_type/function_type99_test: Crash # Issue 27394
784 786
785 [ $compiler == dart2js && $runtime == safarimobilesim ] 787 [ $compiler == dart2js && $runtime == safarimobilesim ]
786 call_through_getter_test: Fail, OK 788 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