| 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 lazy_static3_test: Fail, OK # Issue 3558 | 226 lazy_static3_test: Fail, OK # Issue 3558 |
| 227 # dart2js frontend doesn't even analyse problematic classes. | 227 # dart2js frontend doesn't even analyse problematic classes. |
| 228 duplicate_implements_test/01: Fail | 228 duplicate_implements_test/01: Fail |
| 229 duplicate_implements_test/02: Fail | 229 duplicate_implements_test/02: Fail |
| 230 duplicate_implements_test/03: Fail | 230 duplicate_implements_test/03: Fail |
| 231 duplicate_implements_test/04: Fail | 231 duplicate_implements_test/04: Fail |
| 232 interface_factory_constructor_negative_test: Fail | 232 interface_factory_constructor_negative_test: Fail |
| 233 method_override2_test/00: Fail | 233 method_override2_test/00: Fail |
| 234 method_override2_test/02: Fail | 234 method_override2_test/02: Fail |
| 235 method_override2_test/03: Fail | 235 method_override2_test/03: Fail |
| 236 method_override4_test: Fail |
| 237 method_override5_test: Fail |
| 236 operator1_negative_test: Fail | 238 operator1_negative_test: Fail |
| 237 static_final_field_negative_test: Fail | 239 static_final_field_negative_test: Fail |
| 238 static_top_level_test/00: Fail | 240 static_top_level_test/00: Fail |
| 239 static_top_level_test/01: Fail | 241 static_top_level_test/01: Fail |
| 240 static_top_level_test/02: Fail | 242 static_top_level_test/02: Fail |
| 241 static_top_level_test/03: Fail | 243 static_top_level_test/03: Fail |
| 242 static_top_level_test/04: Fail | 244 static_top_level_test/04: Fail |
| 243 static_top_level_test/05: Fail | 245 static_top_level_test/05: Fail |
| 244 static_top_level_test/06: Fail | 246 static_top_level_test/06: Fail |
| 245 static_top_level_test/07: Fail | 247 static_top_level_test/07: Fail |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 | 333 |
| 332 [ $arch == mips ] | 334 [ $arch == mips ] |
| 333 *: Skip | 335 *: Skip |
| 334 | 336 |
| 335 | 337 |
| 336 [ $arch == simmips ] | 338 [ $arch == simmips ] |
| 337 arithmetic_test: Crash # Too far relative branch. | 339 arithmetic_test: Crash # Too far relative branch. |
| 338 large_implicit_getter_test: Crash # Too far relative branch. | 340 large_implicit_getter_test: Crash # Too far relative branch. |
| 339 stack_overflow_test: Crash | 341 stack_overflow_test: Crash |
| 340 stack_overflow_stacktrace_test: Crash | 342 stack_overflow_stacktrace_test: Crash |
| OLD | NEW |