| 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 prefix_core_test: Fail | 220 prefix_core_test: Fail |
| 221 super_closure_test: Fail | 221 super_closure_test: Fail |
| 222 super_field_access_test: Fail | 222 super_field_access_test: Fail |
| 223 super_first_constructor_test: Fail | 223 super_first_constructor_test: Fail |
| 224 # Triaged. | 224 # Triaged. |
| 225 method_override2_test/00: Fail # Must provide compiler errors, not currently sup
ported by framework. | 225 method_override2_test/00: Fail # Must provide compiler errors, not currently sup
ported by framework. |
| 226 method_override2_test/02: Fail # Must provide compiler errors, not currently sup
ported by framework. | 226 method_override2_test/02: Fail # Must provide compiler errors, not currently sup
ported by framework. |
| 227 method_override2_test/03: Fail # Must provide compiler errors, not currently sup
ported by framework. | 227 method_override2_test/03: Fail # Must provide compiler errors, not currently sup
ported by framework. |
| 228 syntax_test/47: Fail # We should get compile-time error on const constructor ha
ving body. But we don't emit default constructors with empty body. | 228 syntax_test/47: Fail # We should get compile-time error on const constructor ha
ving body. But we don't emit default constructors with empty body. |
| 229 # Should be triaged. | 229 # Should be triaged. |
| 230 bad_override_test/01: Fail | |
| 231 bad_override_test/02: Fail | |
| 232 bad_override_test/03: Fail | |
| 233 bad_override_test/04: Fail | |
| 234 bad_override_test/05: Fail | |
| 235 bad_override_test/06: Fail | |
| 236 class_override_negative_test: Fail | |
| 237 ct_const2_test: Fail, Pass | 230 ct_const2_test: Fail, Pass |
| 238 disable_privacy_test: Fail | 231 disable_privacy_test: Fail |
| 239 empty_body_member_negative_test: Fail | 232 empty_body_member_negative_test: Fail |
| 240 factory4_test: Fail | 233 factory4_test: Fail |
| 241 field2_negative_test: Fail | 234 field2_negative_test: Fail |
| 242 field4_negative_test: Fail | 235 field4_negative_test: Fail |
| 243 field5_negative_test: Fail | 236 field5_negative_test: Fail |
| 244 field6a_negative_test: Fail | 237 field6a_negative_test: Fail |
| 245 field7a_negative_test: Fail | 238 field7a_negative_test: Fail |
| 246 field_optimization2_test: Fail | 239 field_optimization2_test: Fail |
| 247 field_optimization_test: Fail | 240 field_optimization_test: Fail |
| 248 field_override_test/01: Fail | 241 field_override_test/01: Fail |
| 249 field_override_test/02: Fail | 242 field_override_test/02: Fail |
| 250 field_override_test/none: Fail | 243 field_override_test/none: Fail |
| 251 function_field_test: Fail | 244 function_field_test: Fail |
| 252 generic_test: Fail | 245 generic_test: Fail |
| 253 implicit_closure_test: Fail, Pass | 246 implicit_closure_test: Fail, Pass |
| 254 interface_factory_constructor_negative_test: Fail | 247 interface_factory_constructor_negative_test: Fail |
| 255 interface_static_method_negative_test: Fail | 248 interface_static_method_negative_test: Fail |
| 256 interface_test: Fail | 249 interface_test: Fail |
| 257 library5_test: Fail | 250 library5_test: Fail |
| 258 non_const_super_negative_test: Fail | 251 non_const_super_negative_test: Fail |
| 259 number_identifier_negative_test: Fail | 252 number_identifier_negative_test: Fail |
| 260 operator1_negative_test: Fail | 253 operator1_negative_test: Fail |
| 261 override_field_test/01: Fail | |
| 262 override_field_method3_negative_test: Fail | |
| 263 prefix18_negative_test: Fail | 254 prefix18_negative_test: Fail |
| 264 prefix20_negative_test: Fail | 255 prefix20_negative_test: Fail |
| 265 static_final_field_negative_test: Fail | 256 static_final_field_negative_test: Fail |
| 266 static_implicit_closure_test: Fail, Pass | 257 static_implicit_closure_test: Fail, Pass |
| 267 static_top_level_test/00: Fail | 258 static_top_level_test/00: Fail |
| 268 static_top_level_test/01: Fail | 259 static_top_level_test/01: Fail |
| 269 static_top_level_test/02: Fail | 260 static_top_level_test/02: Fail |
| 270 static_top_level_test/03: Fail | 261 static_top_level_test/03: Fail |
| 271 static_top_level_test/04: Fail | 262 static_top_level_test/04: Fail |
| 272 static_top_level_test/05: Fail | 263 static_top_level_test/05: Fail |
| 273 switch_label_test: Fail | 264 switch_label_test: Fail |
| 265 try_catch_test: Fail # Most probably recent changes to try/catch |
| 266 try_catch_on_syntax_test/none: Fail # Most probably recent changes to try/catch |
| OLD | NEW |