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 26 matching lines...) Expand all Loading... | |
| 37 | 37 |
| 38 # Issue 1355 | 38 # Issue 1355 |
| 39 call_operator_test: Fail | 39 call_operator_test: Fail |
| 40 | 40 |
| 41 constructor_redirect_test/01: Fail # Issue 2103. | 41 constructor_redirect_test/01: Fail # Issue 2103. |
| 42 | 42 |
| 43 closure_with_super_send_test: Fail # Issue 3197. | 43 closure_with_super_send_test: Fail # Issue 3197. |
| 44 super_closure_test: Fail # Issue 3197. | 44 super_closure_test: Fail # Issue 3197. |
| 45 parameter_initializer6_negative_test: Fail # Issue 3502 | 45 parameter_initializer6_negative_test: Fail # Issue 3502 |
| 46 | 46 |
| 47 prefix_core_test: Fail # Issue 3638. | |
| 48 | |
| 49 fauxverride_test/none: Fail # Issue 3778. | 47 fauxverride_test/none: Fail # Issue 3778. |
| 50 | 48 |
| 51 bad_override_test/01: Fail # Issue 3859. | 49 bad_override_test/01: Fail # Issue 3859. |
| 52 bad_override_test/02: Fail # Issue 3859. | 50 bad_override_test/02: Fail # Issue 3859. |
| 53 | 51 |
| 54 setter_no_getter_call_test/01: Crash # Issue 4360 | 52 setter_no_getter_call_test/01: Crash # Issue 4360 |
| 55 | 53 |
| 56 # DartC specific tests that should not be run by the VM | 54 # DartC specific tests that should not be run by the VM |
| 57 *dartc_test: Skip | 55 *dartc_test: Skip |
| 58 *dartc_negative_test: Skip | 56 *dartc_negative_test: Skip |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 139 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 137 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 140 [ $runtime == opera ] | 138 [ $runtime == opera ] |
| 141 *: Skip | 139 *: Skip |
| 142 | 140 |
| 143 [ $runtime == ie && ($system == linux || $system == mac) ] | 141 [ $runtime == ie && ($system == linux || $system == mac) ] |
| 144 *: Skip | 142 *: Skip |
| 145 | 143 |
| 146 [ $runtime == safari && ($system == linux || $system == windows) ] | 144 [ $runtime == safari && ($system == linux || $system == windows) ] |
| 147 *: Skip | 145 *: Skip |
| 148 | 146 |
| 149 [ $browser ] | 147 [ $browser ] |
|
cshapiro
2012/08/17 21:33:45
Any reason to keep this section now that it is emp
| |
| 150 prefix_core_test: Fail # Issue 2264. | 148 |
| 151 | 149 |
| 152 [ $arch == simarm ] | 150 [ $arch == simarm ] |
| 153 *: Skip | 151 *: Skip |
| 154 | 152 |
| 155 [ $arch == arm ] | 153 [ $arch == arm ] |
| 156 *: Skip | 154 *: Skip |
| 157 | 155 |
| 158 [ $compiler == dart2dart ] | 156 [ $compiler == dart2dart ] |
| 159 const_var_test: Fail # Map literals take 2 type arguments. | 157 const_var_test: Fail # Map literals take 2 type arguments. |
| 160 map_literal3_test: Fail # Map literals take 2 type arguments. | 158 map_literal3_test: Fail # Map literals take 2 type arguments. |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 240 syntax_test/47: Fail | 238 syntax_test/47: Fail |
| 241 # DartVM problem. | 239 # DartVM problem. |
| 242 closure_with_super_send_test: Fail | 240 closure_with_super_send_test: Fail |
| 243 constructor5_test: Fail | 241 constructor5_test: Fail |
| 244 constructor6_test: Fail | 242 constructor6_test: Fail |
| 245 fauxverride_test/none: Fail | 243 fauxverride_test/none: Fail |
| 246 field_override_test/01: Fail | 244 field_override_test/01: Fail |
| 247 field_override_test/02: Fail | 245 field_override_test/02: Fail |
| 248 field_override_test/none: Fail | 246 field_override_test/none: Fail |
| 249 gc_test: Fail | 247 gc_test: Fail |
| 250 prefix_core_test: Fail | |
| 251 super_closure_test: Fail | 248 super_closure_test: Fail |
| 252 super_field_access_test: Fail | 249 super_field_access_test: Fail |
| 253 super_first_constructor_test: Fail | 250 super_first_constructor_test: Fail |
| 254 # VM specific tests. | 251 # VM specific tests. |
| 255 disable_privacy_test: Fail, Ok | 252 disable_privacy_test: Fail, Ok |
| 256 # This test hard codes name of file being run and precise position. | 253 # This test hard codes name of file being run and precise position. |
| 257 generic_test: Fail, Ok | 254 generic_test: Fail, Ok |
| 258 top_level_getter_arrow_syntax_test: Fail # TODO(ahe): I'm working on this. | 255 top_level_getter_arrow_syntax_test: Fail # TODO(ahe): I'm working on this. |
| 259 getters_setters_test: Fail # TODO(ahe): I'm working on this. | 256 getters_setters_test: Fail # TODO(ahe): I'm working on this. |
| OLD | NEW |