| 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 infinity_test: RuntimeError # Issue 4984 | 123 infinity_test: RuntimeError # Issue 4984 |
| 124 positive_bit_operations_test: RuntimeError # Issue 12795 | 124 positive_bit_operations_test: RuntimeError # Issue 12795 |
| 125 mixin_mixin2_test: RuntimeError # Issue 13109. | 125 mixin_mixin2_test: RuntimeError # Issue 13109. |
| 126 mixin_mixin3_test: RuntimeError # Issue 13109. | 126 mixin_mixin3_test: RuntimeError # Issue 13109. |
| 127 mixin_mixin7_test: RuntimeError # Issue 13109. | 127 mixin_mixin7_test: RuntimeError # Issue 13109. |
| 128 mixin_regress_13688_test: RuntimeError # Issue 13109. | 128 mixin_regress_13688_test: RuntimeError # Issue 13109. |
| 129 modulo_test: RuntimeError # Issue 15246 | 129 modulo_test: RuntimeError # Issue 15246 |
| 130 truncdiv_test: RuntimeError # Issue 15246 | 130 truncdiv_test: RuntimeError # Issue 15246 |
| 131 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). | 131 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). |
| 132 generic_closure_test: RuntimeError # Issue 12605 | 132 generic_closure_test: RuntimeError # Issue 12605 |
| 133 call_closurization_test: RuntimeError |
| 133 | 134 |
| 134 # Compilation errors. | 135 # Compilation errors. |
| 135 const_var_test: CompileTimeError # Issue 12793 | 136 const_var_test: CompileTimeError # Issue 12793 |
| 136 map_literal3_test: CompileTimeError # Issue 12793 | 137 map_literal3_test: CompileTimeError # Issue 12793 |
| 137 method_override5_test: RuntimeError # Issue 12809 | 138 method_override5_test: RuntimeError # Issue 12809 |
| 138 external_test/13: CompileTimeError # Issue 12887 | 139 external_test/13: CompileTimeError # Issue 12887 |
| 139 list_literal4_test: RuntimeError # Issue 12890 | 140 list_literal4_test: RuntimeError # Issue 12890 |
| 140 map_literal4_test: RuntimeError # Issue 12891 | 141 map_literal4_test: RuntimeError # Issue 12891 |
| 141 built_in_identifier_test/01: CompileTimeError # Issue 13022 | 142 built_in_identifier_test/01: CompileTimeError # Issue 13022 |
| 142 | 143 |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 | 293 |
| 293 [ $runtime == ie9 ] | 294 [ $runtime == ie9 ] |
| 294 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 295 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| 295 deferred_constraints_test/*: Fail, Pass # http://dartbug.com/12635 | 296 deferred_constraints_test/*: Fail, Pass # http://dartbug.com/12635 |
| 296 | 297 |
| 297 [ $compiler == dart2js && $host_checked ] | 298 [ $compiler == dart2js && $host_checked ] |
| 298 const_factory_with_body_test/01: Crash | 299 const_factory_with_body_test/01: Crash |
| 299 | 300 |
| 300 [ ($compiler == dart2js && $csp)] | 301 [ ($compiler == dart2js && $csp)] |
| 301 deferred_constraints_test/*: Skip # Issue 16898 | 302 deferred_constraints_test/*: Skip # Issue 16898 |
| OLD | NEW |