| 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 | |
| 120 | 119 |
| 121 [ $runtime == chrome ] | 120 [ $runtime == chrome ] |
| 122 | 121 |
| 123 | 122 |
| 124 [ $runtime == ie9 && ($system == linux || $system == macos) ] | 123 [ $runtime == ie9 && ($system == linux || $system == macos) ] |
| 125 *: Skip | 124 *: Skip |
| 126 | 125 |
| 127 [ $runtime == safari && ($system == linux || $system == windows) ] | 126 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 128 *: Skip | 127 *: Skip |
| 129 | 128 |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 | 316 |
| 318 [ $arch == simarm || $arch == arm ] | 317 [ $arch == simarm || $arch == arm ] |
| 319 try_catch4_test: Crash, Fail | 318 try_catch4_test: Crash, Fail |
| 320 | 319 |
| 321 | 320 |
| 322 [ $arch == mips ] | 321 [ $arch == mips ] |
| 323 *: Skip | 322 *: Skip |
| 324 | 323 |
| 325 [ $arch == simmips ] | 324 [ $arch == simmips ] |
| 326 try_catch4_test: Fail | 325 try_catch4_test: Fail |
| OLD | NEW |