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

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

Issue 1127313009: Fix status. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « no previous file | 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 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 type_checks_in_factory_method_test: RuntimeError # Issue 12746 113 type_checks_in_factory_method_test: RuntimeError # Issue 12746
114 assertion_test: RuntimeError # Issue 12748 114 assertion_test: RuntimeError # Issue 12748
115 generic_test: RuntimeError, OK 115 generic_test: RuntimeError, OK
116 map_literal4_test: RuntimeError, OK # Checked mode required. 116 map_literal4_test: RuntimeError, OK # Checked mode required.
117 named_parameters_type_test/01: MissingRuntimeError, OK 117 named_parameters_type_test/01: MissingRuntimeError, OK
118 named_parameters_type_test/02: MissingRuntimeError, OK 118 named_parameters_type_test/02: MissingRuntimeError, OK
119 named_parameters_type_test/03: MissingRuntimeError, OK 119 named_parameters_type_test/03: MissingRuntimeError, OK
120 positional_parameters_type_test/01: MissingRuntimeError, OK 120 positional_parameters_type_test/01: MissingRuntimeError, OK
121 positional_parameters_type_test/02: MissingRuntimeError, OK 121 positional_parameters_type_test/02: MissingRuntimeError, OK
122 issue13474_test: RuntimeError, OK 122 issue13474_test: RuntimeError, OK
123 generic_field_mixin3_test: Crash # Issue 18651
124 123
125 [ $compiler == dart2js && $unchecked && $minified ] 124 [ $compiler == dart2js && $unchecked && $minified ]
126 f_bounded_quantification5_test: Fail, OK # Issue 12605 125 f_bounded_quantification5_test: Fail, OK # Issue 12605
127 126
128 [ $compiler == dart2js && $minified ] 127 [ $compiler == dart2js && $minified ]
129 cyclic_type_test/0*: Fail # Issue 12605 128 cyclic_type_test/0*: Fail # Issue 12605
130 cyclic_type2_test: Fail # Issue 12605 129 cyclic_type2_test: Fail # Issue 12605
131 f_bounded_quantification4_test: Fail, OK # Issue 12605 130 f_bounded_quantification4_test: Fail, OK # Issue 12605
132 mixin_generic_test: Fail # Issue 12605 131 mixin_generic_test: Fail # Issue 12605
133 mixin_mixin2_test: Fail # Issue 12605 132 mixin_mixin2_test: Fail # Issue 12605
(...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 typevariable_substitution2_test/01: Crash # Please triage this failure. 1148 typevariable_substitution2_test/01: Crash # Please triage this failure.
1150 typevariable_substitution2_test/02: Crash # Please triage this failure. 1149 typevariable_substitution2_test/02: Crash # Please triage this failure.
1151 typevariable_substitution2_test/none: Crash # Please triage this failure. 1150 typevariable_substitution2_test/none: Crash # Please triage this failure.
1152 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1151 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1153 unresolved_top_level_method_negative_test: Crash # unsupported element kind: a:f ield 1152 unresolved_top_level_method_negative_test: Crash # unsupported element kind: a:f ield
1154 unresolved_top_level_var_negative_test: Crash # unsupported element kind: a:fiel d 1153 unresolved_top_level_var_negative_test: Crash # unsupported element kind: a:fiel d
1155 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1154 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1156 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1155 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1157 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 1156 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
1158 void_type_test: Crash # (f): handleStaticFunctionGet: function(f) 1157 void_type_test: Crash # (f): handleStaticFunctionGet: function(f)
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698