Chromium Code Reviews| 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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 134 [ $browser ] | 134 [ $browser ] |
| 135 prefix_core_test: Fail # Issue 2264. | 135 prefix_core_test: Fail # Issue 2264. |
| 136 | 136 |
| 137 [ $arch == simarm ] | 137 [ $arch == simarm ] |
| 138 *: Skip | 138 *: Skip |
| 139 | 139 |
| 140 [ $arch == arm ] | 140 [ $arch == arm ] |
| 141 *: Skip | 141 *: Skip |
| 142 | 142 |
| 143 [ $compiler == dart2dart ] | 143 [ $compiler == dart2dart ] |
| 144 # Broken after usage visitor. | |
| 145 double_int_addition_test: Fail | |
|
Anton Muhin
2012/08/07 12:32:11
why?
| |
| 146 naming_test: Fail | |
| 144 # Tests that crash after reverting resolution of type variables in default claus e. | 147 # Tests that crash after reverting resolution of type variables in default claus e. |
| 145 # https://chromiumcodereview.appspot.com/10824062/ | 148 # https://chromiumcodereview.appspot.com/10824062/ |
| 146 default_factory2_test/01: Crash | 149 default_factory2_test/01: Fail |
| 147 default_factory3_test: Crash | 150 default_factory3_test: Fail |
| 148 factory2_test: Crash | |
| 149 function_type_alias6_test: Crash | 151 function_type_alias6_test: Crash |
| 150 type_variable_scope_test/00: Crash | 152 type_variable_scope_test/00: Fail |
| 151 type_variable_scope_test/01: Crash | 153 type_variable_scope_test/01: Fail |
| 152 type_variable_scope_test/02: Crash | 154 type_variable_scope_test/02: Fail |
| 153 type_variable_scope_test/03: Crash | 155 type_variable_scope_test/03: Fail |
| 154 type_variable_scope_test/04: Crash | 156 type_variable_scope_test/04: Fail |
| 155 type_variable_scope_test/05: Crash | 157 type_variable_scope_test/05: Fail |
| 156 type_variable_scope_test/none: Crash | |
| 157 # Passes VMOptions, should be supported in test framework. | 158 # Passes VMOptions, should be supported in test framework. |
| 158 assertion_test: Fail | 159 assertion_test: Fail |
| 159 bootstrap_test: Fail | 160 bootstrap_test: Fail |
| 160 ct_const2_test: Fail, Pass | 161 ct_const2_test: Fail, Pass |
| 161 disable_privacy_test: Fail | 162 disable_privacy_test: Fail |
| 162 factory3_test: Fail | 163 factory3_test: Fail |
| 163 function_field_test: Fail | 164 function_field_test: Fail |
| 164 function_type_alias2_test: Fail | 165 function_type_alias2_test: Fail |
| 165 generic_test: Fail | 166 generic_test: Fail |
| 166 generics2_test: Fail | 167 generics2_test: Fail |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 332 type_variable_bounds2_test/01: Fail | 333 type_variable_bounds2_test/01: Fail |
| 333 type_variable_bounds2_test/02: Fail | 334 type_variable_bounds2_test/02: Fail |
| 334 type_variable_bounds2_test/03: Fail | 335 type_variable_bounds2_test/03: Fail |
| 335 type_variable_bounds2_test/04: Fail | 336 type_variable_bounds2_test/04: Fail |
| 336 type_variable_bounds2_test/05: Fail | 337 type_variable_bounds2_test/05: Fail |
| 337 type_variable_bounds2_test/06: Fail | 338 type_variable_bounds2_test/06: Fail |
| 338 type_variable_bounds2_test/none: Fail | 339 type_variable_bounds2_test/none: Fail |
| 339 type_variable_bounds_test/02: Fail | 340 type_variable_bounds_test/02: Fail |
| 340 type_variable_bounds_test/04: Fail | 341 type_variable_bounds_test/04: Fail |
| 341 type_variable_bounds_test/05: Fail | 342 type_variable_bounds_test/05: Fail |
| OLD | NEW |