| 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 | 156 |
| 157 [ $compiler == dart2js || $compiler == dart2dart ] | 157 [ $compiler == dart2js || $compiler == dart2dart ] |
| 158 | 158 |
| 159 function_type_alias9_test/00: Crash # Issue 15237 | 159 function_type_alias9_test/00: Crash # Issue 15237 |
| 160 string_interpolation9_test/11: Crash # Issue 15237 | 160 string_interpolation9_test/11: Crash # Issue 15237 |
| 161 string_interpolation9_test/12: Crash # Issue 15237 | 161 string_interpolation9_test/12: Crash # Issue 15237 |
| 162 string_interpolation9_test/13: Crash # Issue 15237 | 162 string_interpolation9_test/13: Crash # Issue 15237 |
| 163 string_interpolation9_test/16: Crash # Issue 15237 | 163 string_interpolation9_test/16: Crash # Issue 15237 |
| 164 string_interpolation9_test/17: Crash # Issue 15237 | 164 string_interpolation9_test/17: Crash # Issue 15237 |
| 165 string_interpolation9_test/18: Crash # Issue 15237 | 165 string_interpolation9_test/18: Crash # Issue 15237 |
| 166 mixin_invalid_inheritance2_test/03: Crash # Issue 15237 |
| 166 | 167 |
| 167 [ ($compiler == dart2js || $compiler == dart2dart) && $checked ] | 168 [ ($compiler == dart2js || $compiler == dart2dart) && $checked ] |
| 168 cyclic_typedef_test/07: Crash # Issue 15237 | 169 cyclic_typedef_test/07: Crash # Issue 15237 |
| 169 | 170 |
| 170 [ $compiler == dart2js && $runtime == none ] | 171 [ $compiler == dart2js && $runtime == none ] |
| 171 *: Fail, Pass # TODO(ahe): Triage these tests. | 172 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 172 | 173 |
| 173 | 174 |
| 174 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime ==
ie9 || $runtime == safari)] | 175 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime ==
ie9 || $runtime == safari)] |
| 175 round_test: Fail, OK # Common JavaScript engine Math.round bug. | 176 round_test: Fail, OK # Common JavaScript engine Math.round bug. |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 import_core_prefix_test: Pass | 312 import_core_prefix_test: Pass |
| 312 prefix22_test: Pass | 313 prefix22_test: Pass |
| 313 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 314 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 314 super_call4_test: Fail, OK # hardcoded names. | 315 super_call4_test: Fail, OK # hardcoded names. |
| 315 | 316 |
| 316 [ $minified ] | 317 [ $minified ] |
| 317 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 318 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 318 | 319 |
| 319 [ $runtime == ie9 ] | 320 [ $runtime == ie9 ] |
| 320 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 321 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |