| 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 [ $compiler == dart2js || $compiler == dart2dart ] | 5 [ $compiler == dart2js || $compiler == dart2dart ] |
| 6 constructor_duplicate_final_test/01: Fail # Issue 13363 | 6 constructor_duplicate_final_test/01: Fail # Issue 13363 |
| 7 constructor_duplicate_final_test/02: Fail # Issue 13363 | 7 constructor_duplicate_final_test/02: Fail # Issue 13363 |
| 8 override_inheritance_mixed_test/08: Fail # Issue 18124 | 8 override_inheritance_mixed_test/08: Fail # Issue 18124 |
| 9 override_inheritance_mixed_test/09: Fail # Issue 18124 | 9 override_inheritance_mixed_test/09: Fail # Issue 18124 |
| 10 bad_constructor_test/05: CompileTimeError # Issue 13669 | 10 bad_constructor_test/05: CompileTimeError # Issue 13669 |
| (...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 method_override4_test: Fail # Issue 12810 | 225 method_override4_test: Fail # Issue 12810 |
| 226 method_override5_test: Fail # Issue 12810 | 226 method_override5_test: Fail # Issue 12810 |
| 227 scope_variable_test/01: Fail # Issue 13016 | 227 scope_variable_test/01: Fail # Issue 13016 |
| 228 factory_redirection_test/01: Fail # Issue 12753 | 228 factory_redirection_test/01: Fail # Issue 12753 |
| 229 | 229 |
| 230 # DartVM problem. | 230 # DartVM problem. |
| 231 constructor5_test: Fail | 231 constructor5_test: Fail |
| 232 constructor6_test: Fail | 232 constructor6_test: Fail |
| 233 closure_in_initializer_test: Fail | 233 closure_in_initializer_test: Fail |
| 234 | 234 |
| 235 # Minified mode failures. | |
| 236 | |
| 237 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. | 235 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. |
| 238 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. | 236 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. |
| 239 | 237 |
| 240 deferred*: skip # Issue 17523 | 238 deferred*: skip # Issue 17523 |
| 241 cha_deopt1_test: skip # Issue 17523 | 239 cha_deopt1_test: skip # Issue 17523 |
| 242 cha_deopt2_test: skip # Issue 17523 | 240 cha_deopt2_test: skip # Issue 17523 |
| 243 cha_deopt3_test: skip # Issue 17523 | 241 cha_deopt3_test: skip # Issue 17523 |
| 242 issue_1751477_test: skip # Issue 17523 |
| 244 | 243 |
| 245 [ $compiler == dart2dart && $minified ] | 244 [ $compiler == dart2dart && $minified ] |
| 246 cyclic_type_test/0*: Fail # Issue 12605. | 245 cyclic_type_test/0*: Fail # Issue 12605. |
| 247 cyclic_type2_test: Fail # Issue 12605. | 246 cyclic_type2_test: Fail # Issue 12605. |
| 248 super_getter_setter_test: Fail # Issue 11065. | 247 super_getter_setter_test: Fail # Issue 11065. |
| 249 f_bounded_quantification4_test: Fail # Issue 12605. | 248 f_bounded_quantification4_test: Fail # Issue 12605. |
| 250 f_bounded_quantification5_test: Fail # Issue 12605. | 249 f_bounded_quantification5_test: Fail # Issue 12605. |
| 251 type_variable_typedef_test: Fail # Issue 11467 | 250 type_variable_typedef_test: Fail # Issue 11467 |
| 252 | 251 |
| 253 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 252 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 254 super_call4_test: Fail, OK # hardcoded names. | 253 super_call4_test: Fail, OK # hardcoded names. |
| 255 | 254 |
| 256 [ $minified ] | 255 [ $minified ] |
| 257 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 256 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 258 | 257 |
| 259 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 258 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 260 *deferred*: Skip # Issue 17458 | 259 *deferred*: Skip # Issue 17458 |
| 261 cha_deopt*: Skip # Issue 17458 | 260 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |