| 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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 final_variable_assignment_test/04: Fail | 109 final_variable_assignment_test/04: Fail |
| 110 | 110 |
| 111 | 111 |
| 112 [ $runtime == dartium ] | 112 [ $runtime == dartium ] |
| 113 import_combinators_test: Fail | 113 import_combinators_test: Fail |
| 114 | 114 |
| 115 | 115 |
| 116 [ $runtime == vm || ($runtime == drt && $compiler == none) ] | 116 [ $runtime == vm || ($runtime == drt && $compiler == none) ] |
| 117 first_class_types_literals_test: Fail # issue 11761 | 117 first_class_types_literals_test: Fail # issue 11761 |
| 118 call_test: Fail # Issue 1604 | 118 call_test: Fail # Issue 1604 |
| 119 throw8_test: Fail # Issue 11972 |
| 119 | 120 |
| 120 [ $runtime == chrome ] | 121 [ $runtime == chrome ] |
| 121 | 122 |
| 122 | 123 |
| 123 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 124 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
| 124 *: Skip | 125 *: Skip |
| 125 | 126 |
| 126 [ $runtime == safari && ($system == linux || $system == windows) ] | 127 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 127 *: Skip | 128 *: Skip |
| 128 | 129 |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 try_catch4_test: Crash, Fail | 322 try_catch4_test: Crash, Fail |
| 322 | 323 |
| 323 | 324 |
| 324 [ $arch == mips ] | 325 [ $arch == mips ] |
| 325 *: Skip | 326 *: Skip |
| 326 | 327 |
| 327 [ $arch == simmips ] | 328 [ $arch == simmips ] |
| 328 arithmetic_test: Crash # Too far relative branch. | 329 arithmetic_test: Crash # Too far relative branch. |
| 329 large_implicit_getter_test: Crash # Too far relative branch. | 330 large_implicit_getter_test: Crash # Too far relative branch. |
| 330 try_catch4_test: Fail | 331 try_catch4_test: Fail |
| OLD | NEW |