| 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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 *vm_negative_test: Skip | 305 *vm_negative_test: Skip |
| 306 | 306 |
| 307 | 307 |
| 308 [ $compiler == none && $runtime == drt ] | 308 [ $compiler == none && $runtime == drt ] |
| 309 type_variable_field_initializer_closure_test: Fail # issue 8847 | 309 type_variable_field_initializer_closure_test: Fail # issue 8847 |
| 310 final_variable_assignment_test/01: Fail | 310 final_variable_assignment_test/01: Fail |
| 311 final_variable_assignment_test/02: Fail | 311 final_variable_assignment_test/02: Fail |
| 312 final_variable_assignment_test/03: Fail | 312 final_variable_assignment_test/03: Fail |
| 313 final_variable_assignment_test/04: Fail | 313 final_variable_assignment_test/04: Fail |
| 314 gc_test: Skip # Issue 1487 | 314 gc_test: Skip # Issue 1487 |
| 315 field5_negative_test: Fail # Issue 10839 | |
| 316 field4_negative_test: Fail # Issue 10839 | |
| 317 field6_negative_test: Fail # Issue 10839 | |
| 318 non_const_super_negative_test: Fail # Issue 10839 | |
| 319 field2_negative_test: Fail # Issue 10839 | |
| 320 interface_static_method_negative_test: Fail # Issue 10839 | |
| 321 field1_negative_test: Fail # Issue 10839 | |
| 322 field6a_negative_test: Fail # Issue 10839 | |
| 323 | 315 |
| 324 | 316 |
| 325 [ $runtime == dartium ] | 317 [ $runtime == dartium ] |
| 326 import_combinators_test: Fail | 318 import_combinators_test: Fail |
| 327 | 319 |
| 328 | 320 |
| 329 [ $runtime == vm || ($runtime == drt && $compiler == none) ] | 321 [ $runtime == vm || ($runtime == drt && $compiler == none) ] |
| 330 first_class_types_literals_test: Fail # issue 6282 | 322 first_class_types_literals_test: Fail # issue 6282 |
| 331 call_test: Fail # Issue 1604 | 323 call_test: Fail # Issue 1604 |
| 332 | 324 |
| (...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 822 *: Skip | 814 *: Skip |
| 823 | 815 |
| 824 [ $arch == simarm ] | 816 [ $arch == simarm ] |
| 825 *: Skip | 817 *: Skip |
| 826 | 818 |
| 827 [ $arch == mips ] | 819 [ $arch == mips ] |
| 828 *: Skip | 820 *: Skip |
| 829 | 821 |
| 830 [ $arch == simmips ] | 822 [ $arch == simmips ] |
| 831 *: Skip | 823 *: Skip |
| OLD | NEW |