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

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

Issue 1126173002: Refactor handling of compounds. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status. Created 5 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « tests/compiler/dart2js/semantic_visitor_test.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 1037 matching lines...) Expand 10 before | Expand all | Expand 10 after
1048 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted. 1048 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted.
1049 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1. 1049 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1.
1050 typevariable_substitution2_test/01: Crash # Please triage this failure. 1050 typevariable_substitution2_test/01: Crash # Please triage this failure.
1051 typevariable_substitution2_test/02: Crash # Please triage this failure. 1051 typevariable_substitution2_test/02: Crash # Please triage this failure.
1052 typevariable_substitution2_test/none: Crash # Please triage this failure. 1052 typevariable_substitution2_test/none: Crash # Please triage this failure.
1053 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1053 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1054 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1054 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1055 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1055 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1056 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 1056 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
1057 void_type_test: Crash # Unhandled node 1057 void_type_test: Crash # Unhandled node
1058 static_getter_no_setter1_test/01 : RuntimeError
1059 top_level_getter_no_setter1_test/01 : RuntimeError
1060 top_level_getter_no_setter2_test/01 : RuntimeError
1061 static_getter_no_setter3_test/01 : RuntimeError
1062 super_operator_index6_test : Crash # bailout: (super[0]+=1): visitUnresolvedSupe rGetterCompoundIndexSet
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/semantic_visitor_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698