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

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

Issue 1214643003: dart2js cps: Set receiver type in type propagation. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Remove JavaScriptBackend + update status Created 5 years, 5 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 | « pkg/compiler/lib/src/js_backend/codegen/codegen.dart ('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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 == dart2js ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 super_operator_index_test/04 : Crash # Internal Error: No default constructor av ailable. 642 super_operator_index_test/04 : Crash # Internal Error: No default constructor av ailable.
643 super_operator_index_test/07 : Crash # Internal Error: No default constructor av ailable. 643 super_operator_index_test/07 : Crash # Internal Error: No default constructor av ailable.
644 regress_12561_test : Crash # Internal Error: No default constructor available. 644 regress_12561_test : Crash # Internal Error: No default constructor available.
645 type_variable_conflict2_test/01 : Crash # Internal Error: No default constructor available. 645 type_variable_conflict2_test/01 : Crash # Internal Error: No default constructor available.
646 type_variable_conflict2_test/05 : Crash # Internal Error: No default constructor available. 646 type_variable_conflict2_test/05 : Crash # Internal Error: No default constructor available.
647 type_variable_conflict2_test/09 : Crash # Internal Error: No default constructor available. 647 type_variable_conflict2_test/09 : Crash # Internal Error: No default constructor available.
648 no_such_method_subtype_test : Crash # Internal Error: No default constructor ava ilable. 648 no_such_method_subtype_test : Crash # Internal Error: No default constructor ava ilable.
649 static_setter_get_test/01 : Crash # Internal Error: No default constructor avail able. 649 static_setter_get_test/01 : Crash # Internal Error: No default constructor avail able.
650 abstract_exact_selector_test/none : Crash # Internal Error: No default construct or available. 650 abstract_exact_selector_test/none : Crash # Internal Error: No default construct or available.
651 abstract_exact_selector_test/01 : Crash # Internal Error: No default constructor available. 651 abstract_exact_selector_test/01 : Crash # Internal Error: No default constructor available.
652 async_await_syntax_test/a05h : Crash # bailout: (a05h()async{yield*st;}): cannot handle async/sync*/async* functions
653 async_await_syntax_test/c11a : Crash # bailout: (c11a()async{yield-5;}): cannot handle async/sync*/async* functions
654 async_await_syntax_test/c11b : Crash # bailout: (c11b()async{yield*st;}): cannot handle async/sync*/async* functions
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/js_backend/codegen/codegen.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698