| 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 gc_test: Fail | 219 gc_test: Fail |
| 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 try_catch_test: Fail # New catch syntax is not supported by dart2js yet. | |
| 230 # Should be triaged. | 229 # Should be triaged. |
| 231 bad_override_test/01: Fail | 230 bad_override_test/01: Fail |
| 232 bad_override_test/02: Fail | 231 bad_override_test/02: Fail |
| 233 bad_override_test/03: Fail | 232 bad_override_test/03: Fail |
| 234 bad_override_test/04: Fail | 233 bad_override_test/04: Fail |
| 235 bad_override_test/05: Fail | 234 bad_override_test/05: Fail |
| 236 bad_override_test/06: Fail | 235 bad_override_test/06: Fail |
| 237 class_override_negative_test: Fail | 236 class_override_negative_test: Fail |
| 238 ct_const2_test: Fail, Pass | 237 ct_const2_test: Fail, Pass |
| 239 disable_privacy_test: Fail | 238 disable_privacy_test: Fail |
| (...skipping 25 matching lines...) Expand all Loading... |
| 265 prefix20_negative_test: Fail | 264 prefix20_negative_test: Fail |
| 266 static_final_field_negative_test: Fail | 265 static_final_field_negative_test: Fail |
| 267 static_implicit_closure_test: Fail, Pass | 266 static_implicit_closure_test: Fail, Pass |
| 268 static_top_level_test/00: Fail | 267 static_top_level_test/00: Fail |
| 269 static_top_level_test/01: Fail | 268 static_top_level_test/01: Fail |
| 270 static_top_level_test/02: Fail | 269 static_top_level_test/02: Fail |
| 271 static_top_level_test/03: Fail | 270 static_top_level_test/03: Fail |
| 272 static_top_level_test/04: Fail | 271 static_top_level_test/04: Fail |
| 273 static_top_level_test/05: Fail | 272 static_top_level_test/05: Fail |
| 274 switch_label_test: Fail | 273 switch_label_test: Fail |
| OLD | NEW |