| 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 | 146 |
| 147 scope_variable_test/01: MissingCompileTimeError # Issue 13016 | 147 scope_variable_test/01: MissingCompileTimeError # Issue 13016 |
| 148 | 148 |
| 149 numbers_test: RuntimeError, OK # Issue 1533 | 149 numbers_test: RuntimeError, OK # Issue 1533 |
| 150 canonical_const2_test: RuntimeError, OK # Issue 1533 | 150 canonical_const2_test: RuntimeError, OK # Issue 1533 |
| 151 bit_operations_test: RuntimeError, OK # Issue 1533 | 151 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 152 expect_test: RuntimeError, OK # Issue 13080 | 152 expect_test: RuntimeError, OK # Issue 13080 |
| 153 | 153 |
| 154 null_test/none: RuntimeError # Issue 12482 | 154 null_test/none: RuntimeError # Issue 12482 |
| 155 | 155 |
| 156 [ $compiler == dart2js || $compiler == dart2dart ] |
| 157 |
| 158 function_type_alias9_test/00: Crash # Issue 15237 |
| 159 string_interpolation9_test/11: Crash # Issue 15237 |
| 160 string_interpolation9_test/12: Crash # Issue 15237 |
| 161 string_interpolation9_test/13: Crash # Issue 15237 |
| 162 string_interpolation9_test/16: Crash # Issue 15237 |
| 163 string_interpolation9_test/17: Crash # Issue 15237 |
| 164 string_interpolation9_test/18: Crash # Issue 15237 |
| 165 |
| 166 [ ($compiler == dart2js || $compiler == dart2dart) && $checked ] |
| 167 cyclic_typedef_test/07: Crash # Issue 15237 |
| 156 | 168 |
| 157 [ $compiler == dart2js && $runtime == none ] | 169 [ $compiler == dart2js && $runtime == none ] |
| 158 *: Fail, Pass # TODO(ahe): Triage these tests. | 170 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 159 | 171 |
| 160 | 172 |
| 161 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime ==
ie9 || $runtime == safari)] | 173 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime ==
ie9 || $runtime == safari)] |
| 162 round_test: Fail, OK # Common JavaScript engine Math.round bug. | 174 round_test: Fail, OK # Common JavaScript engine Math.round bug. |
| 163 | 175 |
| 164 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 176 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 165 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. | 177 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 import_core_prefix_test: Pass | 310 import_core_prefix_test: Pass |
| 299 prefix22_test: Pass | 311 prefix22_test: Pass |
| 300 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 312 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 301 super_call4_test: Fail, OK # hardcoded names. | 313 super_call4_test: Fail, OK # hardcoded names. |
| 302 | 314 |
| 303 [ $minified ] | 315 [ $minified ] |
| 304 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 316 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 305 | 317 |
| 306 [ $runtime == ie9 ] | 318 [ $runtime == ie9 ] |
| 307 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 319 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |