| OLD | NEW |
| 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 # This directory contains tests that are intended to show the | 5 # This directory contains tests that are intended to show the |
| 6 # current state of the language. | 6 # current state of the language. |
| 7 | 7 |
| 8 # In order to maintain maximum test coverage for all builds, | 8 # In order to maintain maximum test coverage for all builds, |
| 9 # please use the following procedure to mark a test | 9 # please use the following procedure to mark a test |
| 10 # failed on architectures other than the one you are working on. | 10 # failed on architectures other than the one you are working on. |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 [ $browser ] | 150 [ $browser ] |
| 151 | 151 |
| 152 | 152 |
| 153 [ $arch == simarm ] | 153 [ $arch == simarm ] |
| 154 *: Skip | 154 *: Skip |
| 155 | 155 |
| 156 [ $arch == arm ] | 156 [ $arch == arm ] |
| 157 *: Skip | 157 *: Skip |
| 158 | 158 |
| 159 [ $compiler == dart2dart ] | 159 [ $compiler == dart2dart ] |
| 160 call_through_getter_test: Fail # TODO(ahe): I'm working on this. |
| 161 call_through_null_getter_test: Fail # TODO(ahe): I'm working on this. |
| 162 cascade_precedence_test: Fail # TODO(ahe): I'm working on this. |
| 163 compound_assignment_operator_test: Fail # TODO(ahe): I'm working on this. |
| 164 const_test: Fail # TODO(ahe): I'm working on this. |
| 165 field_test: Fail # TODO(ahe): I'm working on this. |
| 166 getter_closure_execution_order_test: Fail # TODO(ahe): I'm working on this. |
| 167 getter_no_setter_test/00: Fail # TODO(ahe): I'm working on this. |
| 168 getter_no_setter_test/none: Fail # TODO(ahe): I'm working on this. |
| 169 getter_setter_in_lib_test: Fail # TODO(ahe): I'm working on this. |
| 170 getters_setters2_test/01: Fail # TODO(ahe): I'm working on this. |
| 171 getters_setters2_test/02: Fail # TODO(ahe): I'm working on this. |
| 172 getters_setters2_test/03: Fail # TODO(ahe): I'm working on this. |
| 173 getters_setters2_test/none: Fail # TODO(ahe): I'm working on this. |
| 174 getters_setters_type2_test: Fail # TODO(ahe): I'm working on this. |
| 175 getters_setters_type3_test: Fail # TODO(ahe): I'm working on this. |
| 176 getters_setters_type_test/01: Fail # TODO(ahe): I'm working on this. |
| 177 getters_setters_type_test/none: Fail # TODO(ahe): I'm working on this. |
| 178 implicit_this_test/01: Fail # TODO(ahe): I'm working on this. |
| 179 implicit_this_test/02: Fail # TODO(ahe): I'm working on this. |
| 180 implicit_this_test/03: Fail # TODO(ahe): I'm working on this. |
| 181 implicit_this_test/04: Fail # TODO(ahe): I'm working on this. |
| 182 implicit_this_test/none: Fail # TODO(ahe): I'm working on this. |
| 183 incr_op_test: Fail # TODO(ahe): I'm working on this. |
| 184 instance_compound_assignment_operator_test: Fail # TODO(ahe): I'm working on thi
s. |
| 185 interface_inherit_field_test: Fail # TODO(ahe): I'm working on this. |
| 186 map_literal2_test: Fail # TODO(ahe): I'm working on this. |
| 187 naming3_test: Fail # TODO(ahe): I'm working on this. |
| 188 naming_test: Fail # TODO(ahe): I'm working on this. |
| 189 optimized_setter_test: Fail # TODO(ahe): I'm working on this. |
| 190 parameter_initializer_test: Fail # TODO(ahe): I'm working on this. |
| 191 prefix21_test: Fail # TODO(ahe): I'm working on this. |
| 192 property_field_override_test: Fail # TODO(ahe): I'm working on this. |
| 193 resolution_test: Fail # TODO(ahe): I'm working on this. |
| 194 setter0_test: Fail # TODO(ahe): I'm working on this. |
| 195 setter1_test: Fail # TODO(ahe): I'm working on this. |
| 196 setter_no_getter_call_test/none: Fail # TODO(ahe): I'm working on this. |
| 197 side_effect_throw_test: Fail # TODO(ahe): I'm working on this. |
| 198 skip_expression_test: Fail # TODO(ahe): I'm working on this. |
| 199 static_implicit_closure_test: Fail # TODO(ahe): I'm working on this. |
| 200 static_implicit_closure_test: Fail # TODO(ahe): I'm working on this. |
| 201 super_field_test: Fail # TODO(ahe): I'm working on this. |
| 202 super_setter_test: Fail # TODO(ahe): I'm working on this. |
| 203 top_level_func_test: Fail # TODO(ahe): I'm working on this. |
| 204 top_level_in_initializer_test: Fail # TODO(ahe): I'm working on this. |
| 205 top_level_prefixed_declaration_test: Fail # TODO(ahe): I'm working on this. |
| 206 type_variable_scope_test/00: Fail # TODO(ahe): I'm working on this. |
| 207 type_variable_scope_test/01: Fail # TODO(ahe): I'm working on this. |
| 208 type_variable_scope_test/02: Fail # TODO(ahe): I'm working on this. |
| 209 type_variable_scope_test/03: Fail # TODO(ahe): I'm working on this. |
| 210 type_variable_scope_test/04: Fail # TODO(ahe): I'm working on this. |
| 211 type_variable_scope_test/05: Fail # TODO(ahe): I'm working on this. |
| 212 type_variable_scope_test/none: Fail # TODO(ahe): I'm working on this. |
| 213 |
| 160 const_var_test: Fail # Map literals take 2 type arguments. | 214 const_var_test: Fail # Map literals take 2 type arguments. |
| 161 map_literal3_test: Fail # Map literals take 2 type arguments. | 215 map_literal3_test: Fail # Map literals take 2 type arguments. |
| 162 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 216 class_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 163 field1_negative_test: Fail, OK # Bad test: assumes eager loading. | 217 field1_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 164 field6_negative_test: Fail, OK # Bad test: assumes eager loading. | 218 field6_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 165 field7_negative_test: Fail, OK # Bad test: assumes eager loading. | 219 field7_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 166 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. | 220 interface_cycle_negative_test: Fail, OK # Bad test: assumes eager loading. |
| 167 # Common problems with dart2js. In illegal family, invalid | 221 # Common problems with dart2js. In illegal family, invalid |
| 168 # declarations are simply not parsed. In pseudo kw dart2js | 222 # declarations are simply not parsed. In pseudo kw dart2js |
| 169 # chokes on things like typedef(x) => "typedef $x" and alike. | 223 # chokes on things like typedef(x) => "typedef $x" and alike. |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 gc_test: Fail | 304 gc_test: Fail |
| 251 super_closure_test: Fail | 305 super_closure_test: Fail |
| 252 super_field_access_test: Fail | 306 super_field_access_test: Fail |
| 253 super_first_constructor_test: Fail | 307 super_first_constructor_test: Fail |
| 254 # VM specific tests. | 308 # VM specific tests. |
| 255 disable_privacy_test: Fail, Ok | 309 disable_privacy_test: Fail, Ok |
| 256 # This test hard codes name of file being run and precise position. | 310 # This test hard codes name of file being run and precise position. |
| 257 generic_test: Fail, Ok | 311 generic_test: Fail, Ok |
| 258 top_level_getter_arrow_syntax_test: Fail # TODO(ahe): I'm working on this. | 312 top_level_getter_arrow_syntax_test: Fail # TODO(ahe): I'm working on this. |
| 259 getters_setters_test: Fail # TODO(ahe): I'm working on this. | 313 getters_setters_test: Fail # TODO(ahe): I'm working on this. |
| OLD | NEW |