| 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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 *vm_test: Skip | 299 *vm_test: Skip |
| 300 *vm_negative_test: Skip | 300 *vm_negative_test: Skip |
| 301 | 301 |
| 302 | 302 |
| 303 [ $compiler == none && $runtime == drt ] | 303 [ $compiler == none && $runtime == drt ] |
| 304 type_variable_field_initializer_closure_test: Fail # issue 8847 | 304 type_variable_field_initializer_closure_test: Fail # issue 8847 |
| 305 final_variable_assignment_test/01: Fail | 305 final_variable_assignment_test/01: Fail |
| 306 final_variable_assignment_test/02: Fail | 306 final_variable_assignment_test/02: Fail |
| 307 final_variable_assignment_test/03: Fail | 307 final_variable_assignment_test/03: Fail |
| 308 final_variable_assignment_test/04: Fail | 308 final_variable_assignment_test/04: Fail |
| 309 optimized_string_charat_test: Fail # Issue 11030 | |
| 310 optimized_string_charcodeat_test: Fail # Issue 11030 | |
| 311 | 309 |
| 312 | 310 |
| 313 [ $runtime == dartium ] | 311 [ $runtime == dartium ] |
| 314 import_combinators_test: Fail | 312 import_combinators_test: Fail |
| 315 optimized_string_charcodeat_test: Fail # Issue 11030 | |
| 316 | 313 |
| 317 | 314 |
| 318 [ $runtime == vm || ($runtime == drt && $compiler == none) ] | 315 [ $runtime == vm || ($runtime == drt && $compiler == none) ] |
| 319 first_class_types_literals_test: Fail # issue 6282 | 316 first_class_types_literals_test: Fail # issue 6282 |
| 320 call_test: Fail # Issue 1604 | 317 call_test: Fail # Issue 1604 |
| 321 | 318 |
| 322 [ $runtime == chrome ] | 319 [ $runtime == chrome ] |
| 323 | 320 |
| 324 | 321 |
| 325 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 322 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
| (...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 math_vm_test: Fail | 816 math_vm_test: Fail |
| 820 named_parameters_with_conversions_test: Pass, Crash | 817 named_parameters_with_conversions_test: Pass, Crash |
| 821 stack_overflow_stacktrace_test: Crash | 818 stack_overflow_stacktrace_test: Crash |
| 822 stack_overflow_test: Crash | 819 stack_overflow_test: Crash |
| 823 | 820 |
| 824 [ $arch == mips ] | 821 [ $arch == mips ] |
| 825 *: Skip | 822 *: Skip |
| 826 | 823 |
| 827 [ $arch == simmips ] | 824 [ $arch == simmips ] |
| 828 *: Skip | 825 *: Skip |
| OLD | NEW |