| 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 gc_test: Fail | 245 gc_test: Fail |
| 246 prefix_core_test: Fail | 246 prefix_core_test: Fail |
| 247 super_closure_test: Fail | 247 super_closure_test: Fail |
| 248 super_field_access_test: Fail | 248 super_field_access_test: Fail |
| 249 super_first_constructor_test: Fail | 249 super_first_constructor_test: Fail |
| 250 # Triaged. | 250 # Triaged. |
| 251 method_override2_test/00: Fail # Must provide compiler errors, not currently sup
ported by framework. | 251 method_override2_test/00: Fail # Must provide compiler errors, not currently sup
ported by framework. |
| 252 method_override2_test/02: Fail # Must provide compiler errors, not currently sup
ported by framework. | 252 method_override2_test/02: Fail # Must provide compiler errors, not currently sup
ported by framework. |
| 253 method_override2_test/03: Fail # Must provide compiler errors, not currently sup
ported by framework. | 253 method_override2_test/03: Fail # Must provide compiler errors, not currently sup
ported by framework. |
| 254 try_catch_test: Fail # New catch syntax is not supported by dart2js yet. | 254 try_catch_test: Fail # New catch syntax is not supported by dart2js yet. |
| 255 dynamic_test: Fail # Apparently dart2js cannot resolve T in typedef Dynamic F1<T
>(Dynamic x, T y) and hence failure. |
| 256 # That might be a bug in dart2dart though. |
| 257 method_override_test: Fail # See above. |
| 255 # Should be triaged. | 258 # Should be triaged. |
| 256 const_test: Fail | 259 const_test: Fail |
| 257 empty_body_member_negative_test: Fail | 260 empty_body_member_negative_test: Fail |
| 258 factory4_test: Fail | 261 factory4_test: Fail |
| 259 field2_negative_test: Fail | 262 field2_negative_test: Fail |
| 260 field4_negative_test: Fail | 263 field4_negative_test: Fail |
| 261 field5_negative_test: Fail | 264 field5_negative_test: Fail |
| 262 field6a_negative_test: Fail | 265 field6a_negative_test: Fail |
| 263 field7a_negative_test: Fail | 266 field7a_negative_test: Fail |
| 264 field_optimization2_test: Fail | 267 field_optimization2_test: Fail |
| (...skipping 29 matching lines...) Expand all Loading... |
| 294 static_top_level_test/01: Fail | 297 static_top_level_test/01: Fail |
| 295 static_top_level_test/02: Fail | 298 static_top_level_test/02: Fail |
| 296 static_top_level_test/03: Fail | 299 static_top_level_test/03: Fail |
| 297 static_top_level_test/04: Fail | 300 static_top_level_test/04: Fail |
| 298 static_top_level_test/05: Fail | 301 static_top_level_test/05: Fail |
| 299 string_interpolation7_test: Fail | 302 string_interpolation7_test: Fail |
| 300 switch_label_test: Fail | 303 switch_label_test: Fail |
| 301 syntax_test/none: Fail | 304 syntax_test/none: Fail |
| 302 try_catch_syntax_test/09: Fail | 305 try_catch_syntax_test/09: Fail |
| 303 typed_message_test: Fail | 306 typed_message_test: Fail |
| 304 type_variable_bounds2_test/00: Fail | |
| 305 type_variable_bounds2_test/02: Fail | 307 type_variable_bounds2_test/02: Fail |
| 306 type_variable_bounds2_test/03: Fail | |
| 307 type_variable_bounds2_test/05: Fail | |
| 308 type_variable_bounds2_test/06: Fail | 308 type_variable_bounds2_test/06: Fail |
| 309 type_variable_bounds_test/02: Fail | 309 type_variable_bounds_test/02: Fail |
| 310 type_variable_bounds_test/04: Fail | 310 type_variable_bounds_test/04: Fail |
| 311 type_variable_bounds_test/05: Fail | 311 type_variable_bounds_test/05: Fail |
| OLD | NEW |