| 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 139 map_literal4_test: RuntimeError # Issue 12891 | 139 map_literal4_test: RuntimeError # Issue 12891 |
| 140 built_in_identifier_test/01: CompileTimeError # Issue 13022 | 140 built_in_identifier_test/01: CompileTimeError # Issue 13022 |
| 141 | 141 |
| 142 scope_variable_test/01: MissingCompileTimeError # Issue 13016 | 142 scope_variable_test/01: MissingCompileTimeError # Issue 13016 |
| 143 | 143 |
| 144 numbers_test: RuntimeError, OK # Issue 1533 | 144 numbers_test: RuntimeError, OK # Issue 1533 |
| 145 canonical_const2_test: RuntimeError, OK # Issue 1533 | 145 canonical_const2_test: RuntimeError, OK # Issue 1533 |
| 146 bit_operations_test: RuntimeError, OK # Issue 1533 | 146 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 147 expect_test: RuntimeError, OK # Issue 13080 | 147 expect_test: RuntimeError, OK # Issue 13080 |
| 148 | 148 |
| 149 null_test/none: RuntimeError # Issue 12482 |
| 150 |
| 149 [ ($compiler == dart2js || $compiler == dart2dart) && $checked ] | 151 [ ($compiler == dart2js || $compiler == dart2dart) && $checked ] |
| 150 cyclic_typedef_test/07: Crash # Issue 15237 | 152 cyclic_typedef_test/07: Crash # Issue 15237 |
| 151 | 153 |
| 152 [ ($compiler == dart2js || $compiler == dart2dart) && $unchecked ] | 154 [ ($compiler == dart2js || $compiler == dart2dart) && $unchecked ] |
| 153 type_check_const_function_typedef2_test/00: MissingCompileTimeError, OK | 155 type_check_const_function_typedef2_test/00: MissingCompileTimeError, OK |
| 154 | 156 |
| 155 [ $compiler == dart2js && $runtime == none ] | 157 [ $compiler == dart2js && $runtime == none ] |
| 156 *: Fail, Pass # TODO(ahe): Triage these tests. | 158 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 157 | 159 |
| 158 | 160 |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 super_call4_test: Fail, OK # hardcoded names. | 288 super_call4_test: Fail, OK # hardcoded names. |
| 287 | 289 |
| 288 [ $minified ] | 290 [ $minified ] |
| 289 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 291 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 290 | 292 |
| 291 [ $runtime == ie9 ] | 293 [ $runtime == ie9 ] |
| 292 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 294 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| 293 | 295 |
| 294 [ $compiler == dart2js && $host_checked ] | 296 [ $compiler == dart2js && $host_checked ] |
| 295 const_factory_with_body_test/01: Crash | 297 const_factory_with_body_test/01: Crash |
| OLD | NEW |