| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 library_env_test/has_io_support: RuntimeError # Issue 27398 | 97 library_env_test/has_io_support: RuntimeError # Issue 27398 |
| 98 | 98 |
| 99 [ $compiler == dart2js ] | 99 [ $compiler == dart2js ] |
| 100 invocation_mirror_empty_arguments_test: Fail # Issue 24331 | 100 invocation_mirror_empty_arguments_test: Fail # Issue 24331 |
| 101 nan_identical_test: Fail # Issue 11551 | 101 nan_identical_test: Fail # Issue 11551 |
| 102 symbol_literal_test/*: Fail # Issue 21825 | 102 symbol_literal_test/*: Fail # Issue 21825 |
| 103 constructor_duplicate_final_test/01: Fail # Issue 13363 | 103 constructor_duplicate_final_test/01: Fail # Issue 13363 |
| 104 constructor_duplicate_final_test/02: Fail # Issue 13363 | 104 constructor_duplicate_final_test/02: Fail # Issue 13363 |
| 105 override_inheritance_mixed_test/08: Fail # Issue 18124 | 105 override_inheritance_mixed_test/08: Fail # Issue 18124 |
| 106 override_inheritance_mixed_test/09: Fail # Issue 18124 | 106 override_inheritance_mixed_test/09: Fail # Issue 18124 |
| 107 bad_constructor_test/05: CompileTimeError # Issue 13669 | 107 bad_constructor_test/05: CompileTimeError # Issue 13639 |
| 108 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 | 108 full_stacktrace1_test: Pass, RuntimeError # Issue 12698 |
| 109 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 | 109 full_stacktrace2_test: Pass, RuntimeError # Issue 12698 |
| 110 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 | 110 full_stacktrace3_test: Pass, RuntimeError # Issue 12698 |
| 111 stacktrace_test: Pass, RuntimeError # # Issue 12698 | 111 stacktrace_test: Pass, RuntimeError # # Issue 12698 |
| 112 stacktrace_rethrow_nonerror_test: Pass, RuntimeError # Issue 12698 | 112 stacktrace_rethrow_nonerror_test: Pass, RuntimeError # Issue 12698 |
| 113 stacktrace_rethrow_error_test: Pass, RuntimeError # Issue 12698 | 113 stacktrace_rethrow_error_test: Pass, RuntimeError # Issue 12698 |
| 114 type_variable_conflict_test/01: Fail # Issue 13702 | 114 type_variable_conflict_test/01: Fail # Issue 13702 |
| 115 type_variable_conflict_test/02: Fail # Issue 13702 | 115 type_variable_conflict_test/02: Fail # Issue 13702 |
| 116 type_variable_conflict_test/03: Fail # Issue 13702 | 116 type_variable_conflict_test/03: Fail # Issue 13702 |
| 117 type_variable_conflict_test/04: Fail # Issue 13702 | 117 type_variable_conflict_test/04: Fail # Issue 13702 |
| (...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 672 factory_redirection_test/02: Crash # Issue 27394 | 672 factory_redirection_test/02: Crash # Issue 27394 |
| 673 factory_redirection_test/03: Crash # Issue 27394 | 673 factory_redirection_test/03: Crash # Issue 27394 |
| 674 mixin_cyclic_test/02: Crash # Issue 27394 | 674 mixin_cyclic_test/02: Crash # Issue 27394 |
| 675 mixin_illegal_cycles_test/01: Crash # Issue 27394 | 675 mixin_illegal_cycles_test/01: Crash # Issue 27394 |
| 676 mixin_illegal_cycles_test/05: Crash # Issue 27394 | 676 mixin_illegal_cycles_test/05: Crash # Issue 27394 |
| 677 named_parameters_test/01: Crash # Issue 27394 | 677 named_parameters_test/01: Crash # Issue 27394 |
| 678 named_parameters_test/03: Crash # Issue 27394 | 678 named_parameters_test/03: Crash # Issue 27394 |
| 679 named_parameters_test/05: Crash # Issue 27394 | 679 named_parameters_test/05: Crash # Issue 27394 |
| 680 named_parameters_test/07: Crash # Issue 27394 | 680 named_parameters_test/07: Crash # Issue 27394 |
| 681 named_parameters_test/09: Crash # Issue 27394 | 681 named_parameters_test/09: Crash # Issue 27394 |
| OLD | NEW |