| 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 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
| 9 getter_setter_in_lib_test: Fail # Issue 23288 | 9 getter_setter_in_lib_test: Fail # Issue 23288 |
| 10 | 10 |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 prefix_assignment_test/02: Crash # Issue 23611 | 70 prefix_assignment_test/02: Crash # Issue 23611 |
| 71 prefix_identifier_reference_test/04: Crash # Issue 23611 | 71 prefix_identifier_reference_test/04: Crash # Issue 23611 |
| 72 prefix_identifier_reference_test/05: Crash # Issue 23611 | 72 prefix_identifier_reference_test/05: Crash # Issue 23611 |
| 73 | 73 |
| 74 const_error_multiply_initialized_test/02: CompileTimeError # Issue 23618 | 74 const_error_multiply_initialized_test/02: CompileTimeError # Issue 23618 |
| 75 const_error_multiply_initialized_test/04: CompileTimeError # Issue 23618 | 75 const_error_multiply_initialized_test/04: CompileTimeError # Issue 23618 |
| 76 | 76 |
| 77 # VM specific tests that should not be run by dart2js. | 77 # VM specific tests that should not be run by dart2js. |
| 78 vm/*: Skip # Issue 12699 | 78 vm/*: Skip # Issue 12699 |
| 79 | 79 |
| 80 multiline_newline_test/01: CompileTimeError # Issue 23888 |
| 81 multiline_newline_test/02: CompileTimeError # Issue 23888 |
| 82 multiline_newline_test/03: CompileTimeError # Issue 23888 |
| 83 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 |
| 84 multiline_newline_test/05: MissingCompileTimeError # Issue 23888 |
| 85 multiline_newline_test/06: MissingCompileTimeError # Issue 23888 |
| 86 multiline_newline_test/none: RuntimeError # Issue 23888 |
| 87 |
| 80 [ $compiler == dart2js && $checked ] | 88 [ $compiler == dart2js && $checked ] |
| 81 type_variable_bounds_test/02: Fail # Issue 12702 | 89 type_variable_bounds_test/02: Fail # Issue 12702 |
| 82 type_variable_bounds2_test/01: Fail # Issue 12702 | 90 type_variable_bounds2_test/01: Fail # Issue 12702 |
| 83 type_variable_bounds2_test/04: Fail # Issue 12702 | 91 type_variable_bounds2_test/04: Fail # Issue 12702 |
| 84 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). | 92 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons). |
| 85 type_variable_bounds3_test/00: Fail # Issue 12702 | 93 type_variable_bounds3_test/00: Fail # Issue 12702 |
| 86 closure_type_test: Fail # Issue 12745 | 94 closure_type_test: Fail # Issue 12745 |
| 87 malbounded_redirecting_factory_test/02: Fail # Issue 12825 | 95 malbounded_redirecting_factory_test/02: Fail # Issue 12825 |
| 88 malbounded_redirecting_factory_test/03: Fail # Issue 12825 | 96 malbounded_redirecting_factory_test/03: Fail # Issue 12825 |
| 89 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 | 97 malbounded_redirecting_factory2_test/02: Fail # Issue 12825 |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 try_catch_test/none: Crash # The null object does not have a getter '_element'. | 498 try_catch_test/none: Crash # The null object does not have a getter '_element'. |
| 491 type_parameter_test/01: Crash # Invalid argument(s) | 499 type_parameter_test/01: Crash # Invalid argument(s) |
| 492 type_parameter_test/02: Crash # Invalid argument(s) | 500 type_parameter_test/02: Crash # Invalid argument(s) |
| 493 type_parameter_test/03: Crash # Invalid argument(s) | 501 type_parameter_test/03: Crash # Invalid argument(s) |
| 494 type_parameter_test/04: Crash # Invalid argument(s) | 502 type_parameter_test/04: Crash # Invalid argument(s) |
| 495 type_parameter_test/05: Crash # Invalid argument(s) | 503 type_parameter_test/05: Crash # Invalid argument(s) |
| 496 type_parameter_test/06: Crash # Invalid argument(s) | 504 type_parameter_test/06: Crash # Invalid argument(s) |
| 497 type_parameter_test/none: Crash # Invalid argument(s) | 505 type_parameter_test/none: Crash # Invalid argument(s) |
| 498 type_variable_closure2_test: RuntimeError # Please triage this failure. | 506 type_variable_closure2_test: RuntimeError # Please triage this failure. |
| 499 type_variable_closure_test: Crash # Invalid argument(s) | 507 type_variable_closure_test: Crash # Invalid argument(s) |
| OLD | NEW |