| 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 ] | 5 [ $compiler == dart2js ] |
| 6 enum_test: Fail # Issue 28340 | 6 enum_test: Fail # Issue 28340 |
| 7 regress_28341_test: Fail # Issue 28340 | 7 regress_28341_test: Fail # Issue 28340 |
| 8 deferred_not_loaded_check_test: Fail # Issue 27577 | 8 deferred_not_loaded_check_test: Fail # Issue 27577 |
| 9 getter_setter_in_lib_test: Fail # Issue 23288 | 9 getter_setter_in_lib_test: Fail # Issue 23288 |
| 10 method_name_test: Fail # issue 25574 | 10 method_name_test: Fail # issue 25574 |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 275 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 276 regress_21795_test: RuntimeError # Issue 12605 | 276 regress_21795_test: RuntimeError # Issue 12605 |
| 277 | 277 |
| 278 [ $compiler == dart2js ] | 278 [ $compiler == dart2js ] |
| 279 accessor_conflict_export2_test: Crash # Issue 25626 | 279 accessor_conflict_export2_test: Crash # Issue 25626 |
| 280 accessor_conflict_export_test: Crash # Issue 25626 | 280 accessor_conflict_export_test: Crash # Issue 25626 |
| 281 generic_field_mixin4_test: Crash # Issue 18651 | 281 generic_field_mixin4_test: Crash # Issue 18651 |
| 282 generic_field_mixin5_test: Crash # Issue 18651 | 282 generic_field_mixin5_test: Crash # Issue 18651 |
| 283 method_override5_test: RuntimeError # Issue 12809 | 283 method_override5_test: RuntimeError # Issue 12809 |
| 284 | 284 |
| 285 [ $compiler == dart2js ] | |
| 286 many_method_calls_test: Pass, Crash # Stack overflow in HGraphVisitor.visitPostD
ominatorTree.visitBasicBlockAndSuccessors | |
| 287 | |
| 288 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ] | 285 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ] |
| 289 issue23244_test: RuntimeError # 23244 | 286 issue23244_test: RuntimeError # 23244 |
| 290 | 287 |
| 291 [ $compiler == dart2js && $host_checked ] | 288 [ $compiler == dart2js && $host_checked ] |
| 292 regress_26855_test/1: Crash # Issue 26867 | 289 regress_26855_test/1: Crash # Issue 26867 |
| 293 regress_26855_test/2: Crash # Issue 26867 | 290 regress_26855_test/2: Crash # Issue 26867 |
| 294 regress_26855_test/3: Crash # Issue 26867 | 291 regress_26855_test/3: Crash # Issue 26867 |
| 295 regress_26855_test/4: Crash # Issue 26867 | 292 regress_26855_test/4: Crash # Issue 26867 |
| 296 | 293 |
| 297 [ $compiler != dart2analyzer] | 294 [ $compiler != dart2analyzer] |
| (...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 672 factory_redirection_test/02: Crash # Issue 27394 | 669 factory_redirection_test/02: Crash # Issue 27394 |
| 673 factory_redirection_test/03: Crash # Issue 27394 | 670 factory_redirection_test/03: Crash # Issue 27394 |
| 674 mixin_cyclic_test/02: Crash # Issue 27394 | 671 mixin_cyclic_test/02: Crash # Issue 27394 |
| 675 mixin_illegal_cycles_test/01: Crash # Issue 27394 | 672 mixin_illegal_cycles_test/01: Crash # Issue 27394 |
| 676 mixin_illegal_cycles_test/05: Crash # Issue 27394 | 673 mixin_illegal_cycles_test/05: Crash # Issue 27394 |
| 677 named_parameters_test/01: Crash # Issue 27394 | 674 named_parameters_test/01: Crash # Issue 27394 |
| 678 named_parameters_test/03: Crash # Issue 27394 | 675 named_parameters_test/03: Crash # Issue 27394 |
| 679 named_parameters_test/05: Crash # Issue 27394 | 676 named_parameters_test/05: Crash # Issue 27394 |
| 680 named_parameters_test/07: Crash # Issue 27394 | 677 named_parameters_test/07: Crash # Issue 27394 |
| 681 named_parameters_test/09: Crash # Issue 27394 | 678 named_parameters_test/09: Crash # Issue 27394 |
| OLD | NEW |