| 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 | 139 |
| 140 [ $arch == arm ] | 140 [ $arch == arm ] |
| 141 *: Skip | 141 *: Skip |
| 142 | 142 |
| 143 [ $compiler == dart2dart ] | 143 [ $compiler == dart2dart ] |
| 144 # Tests that crash after reverting resolution of type variables in default claus
e. | 144 # Tests that crash after reverting resolution of type variables in default claus
e. |
| 145 # https://chromiumcodereview.appspot.com/10824062/ | 145 # https://chromiumcodereview.appspot.com/10824062/ |
| 146 default_factory2_test/01: Crash | 146 default_factory2_test/01: Crash |
| 147 default_factory3_test: Crash | 147 default_factory3_test: Crash |
| 148 factory2_test: Crash | 148 factory2_test: Crash |
| 149 function_type_alias6_test: Crash | 149 function_type_alias6_test: Crash, Timeout |
| 150 type_variable_scope_test/00: Crash | 150 type_variable_scope_test/00: Crash |
| 151 type_variable_scope_test/01: Crash | 151 type_variable_scope_test/01: Crash |
| 152 type_variable_scope_test/02: Crash | 152 type_variable_scope_test/02: Crash |
| 153 type_variable_scope_test/03: Crash | 153 type_variable_scope_test/03: Crash |
| 154 type_variable_scope_test/04: Crash | 154 type_variable_scope_test/04: Crash |
| 155 type_variable_scope_test/05: Crash | 155 type_variable_scope_test/05: Crash |
| 156 type_variable_scope_test/none: Crash | 156 type_variable_scope_test/none: Crash |
| 157 # Passes VMOptions, should be supported in test framework. | 157 # Passes VMOptions, should be supported in test framework. |
| 158 assertion_test: Fail | 158 assertion_test: Fail |
| 159 bootstrap_test: Fail | 159 bootstrap_test: Fail |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 327 type_variable_bounds2_test/01: Fail | 327 type_variable_bounds2_test/01: Fail |
| 328 type_variable_bounds2_test/02: Fail | 328 type_variable_bounds2_test/02: Fail |
| 329 type_variable_bounds2_test/03: Fail | 329 type_variable_bounds2_test/03: Fail |
| 330 type_variable_bounds2_test/04: Fail | 330 type_variable_bounds2_test/04: Fail |
| 331 type_variable_bounds2_test/05: Fail | 331 type_variable_bounds2_test/05: Fail |
| 332 type_variable_bounds2_test/06: Fail | 332 type_variable_bounds2_test/06: Fail |
| 333 type_variable_bounds2_test/none: Fail | 333 type_variable_bounds2_test/none: Fail |
| 334 type_variable_bounds_test/02: Fail | 334 type_variable_bounds_test/02: Fail |
| 335 type_variable_bounds_test/04: Fail | 335 type_variable_bounds_test/04: Fail |
| 336 type_variable_bounds_test/05: Fail | 336 type_variable_bounds_test/05: Fail |
| OLD | NEW |