| 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 override_inheritance_mixed_test/08: Fail # Issue 18124 | 6 override_inheritance_mixed_test/08: Fail # Issue 18124 |
| 7 override_inheritance_mixed_test/09: Fail # Issue 18124 | 7 override_inheritance_mixed_test/09: Fail # Issue 18124 |
| 8 bad_constructor_test/05: CompileTimeError # Issue 13669 | 8 bad_constructor_test/05: CompileTimeError # Issue 13669 |
| 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 9 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
| 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 | 10 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 constructor5_test: Fail | 238 constructor5_test: Fail |
| 239 constructor6_test: Fail | 239 constructor6_test: Fail |
| 240 closure_in_initializer_test: Fail | 240 closure_in_initializer_test: Fail |
| 241 | 241 |
| 242 # Minified mode failures. | 242 # Minified mode failures. |
| 243 | 243 |
| 244 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. | 244 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. |
| 245 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. | 245 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. |
| 246 | 246 |
| 247 deferred*: skip # Issue 17523 | 247 deferred*: skip # Issue 17523 |
| 248 cha_deopt1_test: skip # Issue 17523 |
| 249 cha_deopt2_test: skip # Issue 17523 |
| 250 cha_deopt3_test: skip # Issue 17523 |
| 248 | 251 |
| 249 [ $compiler == dart2dart && $minified ] | 252 [ $compiler == dart2dart && $minified ] |
| 250 cyclic_type_test/0*: Fail # Issue 12605. | 253 cyclic_type_test/0*: Fail # Issue 12605. |
| 251 cyclic_type2_test: Fail # Issue 12605. | 254 cyclic_type2_test: Fail # Issue 12605. |
| 252 super_getter_setter_test: Fail # Issue 11065. | 255 super_getter_setter_test: Fail # Issue 11065. |
| 253 f_bounded_quantification4_test: Fail # Issue 12605. | 256 f_bounded_quantification4_test: Fail # Issue 12605. |
| 254 f_bounded_quantification5_test: Fail # Issue 12605. | 257 f_bounded_quantification5_test: Fail # Issue 12605. |
| 255 type_variable_typedef_test: Fail # Issue 11467 | 258 type_variable_typedef_test: Fail # Issue 11467 |
| 256 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 259 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
| 257 | 260 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 273 | 276 |
| 274 [ ($compiler == dart2js && $csp)] | 277 [ ($compiler == dart2js && $csp)] |
| 275 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 | 278 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 |
| 276 deferred_constraints_constants_test/*: Skip # Issue 16898 | 279 deferred_constraints_constants_test/*: Skip # Issue 16898 |
| 277 deferred_no_such_method_test*: Skip # Issue 16898 | 280 deferred_no_such_method_test*: Skip # Issue 16898 |
| 278 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 | 281 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 |
| 279 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 | 282 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 |
| 280 | 283 |
| 281 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 284 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 282 *deferred*: Skip # Issue 17458 | 285 *deferred*: Skip # Issue 17458 |
| OLD | NEW |