| 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 && $csp && $browser ] | 5 [ $compiler == dart2js && $csp && $browser ] |
| 6 deferred_mixin_test: RuntimeError # Issue 21863 | 6 deferred_mixin_test: RuntimeError # Issue 21863 |
| 7 | 7 |
| 8 [ $compiler == dart2js || $compiler == dart2dart ] | 8 [ $compiler == dart2js || $compiler == dart2dart ] |
| 9 symbol_literal_test/*: Fail # Issue 21825 | 9 symbol_literal_test/*: Fail # Issue 21825 |
| 10 constructor_duplicate_final_test/01: Fail # Issue 13363 | 10 constructor_duplicate_final_test/01: Fail # Issue 13363 |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 malbounded_type_cast_test: Fail # Issue 14121 | 64 malbounded_type_cast_test: Fail # Issue 14121 |
| 65 malbounded_type_cast2_test: Fail # Issue 14121 | 65 malbounded_type_cast2_test: Fail # Issue 14121 |
| 66 malbounded_type_test_test/03: Fail # Issue 14121 | 66 malbounded_type_test_test/03: Fail # Issue 14121 |
| 67 malbounded_type_test_test/04: Fail # Issue 14121 | 67 malbounded_type_test_test/04: Fail # Issue 14121 |
| 68 malbounded_type_test2_test: Fail # Issue 14121 | 68 malbounded_type_test2_test: Fail # Issue 14121 |
| 69 default_factory2_test/01: Fail # Issue 14121 | 69 default_factory2_test/01: Fail # Issue 14121 |
| 70 | 70 |
| 71 [ $compiler == dart2js && $unchecked ] | 71 [ $compiler == dart2js && $unchecked ] |
| 72 type_checks_in_factory_method_test: RuntimeError # Issue 12746 | 72 type_checks_in_factory_method_test: RuntimeError # Issue 12746 |
| 73 assertion_test: RuntimeError # Issue 12748 | 73 assertion_test: RuntimeError # Issue 12748 |
| 74 double_to_string_as_exponential2_test: RuntimeError # Issue 12749 | |
| 75 double_to_string_as_fixed2_test: RuntimeError # Issue 12749 | |
| 76 double_to_string_as_precision2_test: RuntimeError # Issue 12749 | |
| 77 generic_test: RuntimeError, OK | 74 generic_test: RuntimeError, OK |
| 78 map_literal4_test: RuntimeError, OK # Checked mode required. | 75 map_literal4_test: RuntimeError, OK # Checked mode required. |
| 79 named_parameters_type_test/01: MissingRuntimeError, OK | 76 named_parameters_type_test/01: MissingRuntimeError, OK |
| 80 named_parameters_type_test/02: MissingRuntimeError, OK | 77 named_parameters_type_test/02: MissingRuntimeError, OK |
| 81 named_parameters_type_test/03: MissingRuntimeError, OK | 78 named_parameters_type_test/03: MissingRuntimeError, OK |
| 82 positional_parameters_type_test/01: MissingRuntimeError, OK | 79 positional_parameters_type_test/01: MissingRuntimeError, OK |
| 83 positional_parameters_type_test/02: MissingRuntimeError, OK | 80 positional_parameters_type_test/02: MissingRuntimeError, OK |
| 84 issue13474_test: RuntimeError, OK | 81 issue13474_test: RuntimeError, OK |
| 85 generic_field_mixin3_test: Crash # Issue 18651 | 82 generic_field_mixin3_test: Crash # Issue 18651 |
| 86 | 83 |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 | 251 |
| 255 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 252 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 256 super_call4_test: Fail, OK # hardcoded names. | 253 super_call4_test: Fail, OK # hardcoded names. |
| 257 | 254 |
| 258 [ $minified ] | 255 [ $minified ] |
| 259 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. |
| 260 | 257 |
| 261 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 258 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 262 *deferred*: Skip # Issue 17458 | 259 *deferred*: Skip # Issue 17458 |
| 263 cha_deopt*: Skip # Issue 17458 | 260 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |