| 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 bad_constructor_test/05: CompileTimeError # Issue 13669 | 6 bad_constructor_test/05: CompileTimeError # Issue 13669 |
| 7 malformed_test/05: MissingCompileTimeError # Issue 12695 | 7 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| 8 malformed_test/06: MissingCompileTimeError # Issue 12695 | 8 malformed_test/06: MissingCompileTimeError # Issue 12695 |
| 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 double_to_string_as_precision2_test: RuntimeError # Issue 12749 | 65 double_to_string_as_precision2_test: RuntimeError # Issue 12749 |
| 66 generic_test: RuntimeError, OK | 66 generic_test: RuntimeError, OK |
| 67 named_parameters_type_test/01: MissingRuntimeError, OK | 67 named_parameters_type_test/01: MissingRuntimeError, OK |
| 68 named_parameters_type_test/02: MissingRuntimeError, OK | 68 named_parameters_type_test/02: MissingRuntimeError, OK |
| 69 named_parameters_type_test/03: MissingRuntimeError, OK | 69 named_parameters_type_test/03: MissingRuntimeError, OK |
| 70 positional_parameters_type_test/01: MissingRuntimeError, OK | 70 positional_parameters_type_test/01: MissingRuntimeError, OK |
| 71 positional_parameters_type_test/02: MissingRuntimeError, OK | 71 positional_parameters_type_test/02: MissingRuntimeError, OK |
| 72 issue13474_test: RuntimeError, OK | 72 issue13474_test: RuntimeError, OK |
| 73 | 73 |
| 74 [ $compiler == dart2js && $minified ] | 74 [ $compiler == dart2js && $minified ] |
| 75 cyclic_type_test: Fail # Issue 12605 | 75 cyclic_type_test/0*: Fail # Issue 12605 |
| 76 cyclic_type2_test: Fail # Issue 12605 | 76 cyclic_type2_test: Fail # Issue 12605 |
| 77 f_bounded_quantification4_test: Fail # Issue 12605 | 77 f_bounded_quantification4_test: Fail # Issue 12605 |
| 78 f_bounded_quantification5_test: Fail # Issue 12605 | 78 f_bounded_quantification5_test: Fail # Issue 12605 |
| 79 mixin_generic_test: Fail # Issue 12605 | 79 mixin_generic_test: Fail # Issue 12605 |
| 80 mixin_mixin2_test: Fail # Issue 12605 | 80 mixin_mixin2_test: Fail # Issue 12605 |
| 81 mixin_mixin3_test: Fail # Issue 12605 | 81 mixin_mixin3_test: Fail # Issue 12605 |
| 82 mixin_mixin4_test: Fail # Issue 12605 | 82 mixin_mixin4_test: Fail # Issue 12605 |
| 83 mixin_mixin5_test: Fail # Issue 12605 | 83 mixin_mixin5_test: Fail # Issue 12605 |
| 84 mixin_mixin6_test: Fail # Issue 12605 | 84 mixin_mixin6_test: Fail # Issue 12605 |
| 85 mixin_mixin_bound_test: RuntimeError # Issue 12605 | 85 mixin_mixin_bound_test: RuntimeError # Issue 12605 |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. | 227 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. |
| 228 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. | 228 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. |
| 229 | 229 |
| 230 [ $compiler == dart2dart && $checked ] | 230 [ $compiler == dart2dart && $checked ] |
| 231 # Dart VM problems | 231 # Dart VM problems |
| 232 malbounded_type_cast_test: Fail # Issue 14123 | 232 malbounded_type_cast_test: Fail # Issue 14123 |
| 233 malbounded_type_test_test/01: Fail # Issue 14131 | 233 malbounded_type_test_test/01: Fail # Issue 14131 |
| 234 malbounded_instantiation_test/01: Fail # Issue 14132 | 234 malbounded_instantiation_test/01: Fail # Issue 14132 |
| 235 | 235 |
| 236 [ $compiler == dart2dart && $minified ] | 236 [ $compiler == dart2dart && $minified ] |
| 237 cyclic_type_test: Fail # Issue 12605. | 237 cyclic_type_test/0*: Fail # Issue 12605. |
| 238 cyclic_type2_test: Fail # Issue 12605. | 238 cyclic_type2_test: Fail # Issue 12605. |
| 239 super_getter_setter_test: Fail # Issue 11065. | 239 super_getter_setter_test: Fail # Issue 11065. |
| 240 f_bounded_quantification4_test: Fail # Issue 12605. | 240 f_bounded_quantification4_test: Fail # Issue 12605. |
| 241 f_bounded_quantification5_test: Fail # Issue 12605. | 241 f_bounded_quantification5_test: Fail # Issue 12605. |
| 242 type_variable_typedef_test: Fail # Issue 11467 | 242 type_variable_typedef_test: Fail # Issue 11467 |
| 243 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 243 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
| 244 | 244 |
| 245 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 245 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 246 super_call4_test: Fail, OK # hardcoded names. | 246 super_call4_test: Fail, OK # hardcoded names. |
| 247 | 247 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 260 | 260 |
| 261 [ ($compiler == dart2js && $csp)] | 261 [ ($compiler == dart2js && $csp)] |
| 262 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 | 262 deferred_constraints_type_annotation_test/*: Skip # Issue 16898 |
| 263 deferred_constraints_constants_test/*: Skip # Issue 16898 | 263 deferred_constraints_constants_test/*: Skip # Issue 16898 |
| 264 deferred_no_such_method_test*: Skip # Issue 16898 | 264 deferred_no_such_method_test*: Skip # Issue 16898 |
| 265 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 | 265 deferred_constraints_type_annotation_old_syntax_test/*: Skip # Issue 16898 |
| 266 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 | 266 deferred_constraints_constants_old_syntax_test/*: Skip # Issue 16898 |
| 267 | 267 |
| 268 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 268 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 269 *deferred*: Skip # Issue 17458 | 269 *deferred*: Skip # Issue 17458 |
| OLD | NEW |