| 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 block_scope_test: CompileTimeError # Issue 13204. | 6 block_scope_test: CompileTimeError # Issue 13204. |
| 7 null_test/03: MissingCompileTimeError # Issue 12445. | 7 null_test/03: MissingCompileTimeError # Issue 12445. |
| 8 black_listed_test/none: CompileTimeError # Issue 12446. | 8 black_listed_test/none: CompileTimeError # Issue 12446. |
| 9 malformed_test/none: RuntimeError # Issue 12695 | 9 malformed_test/none: RuntimeError # Issue 12695 |
| 10 malformed_test/05: MissingCompileTimeError # Issue 12695 | 10 malformed_test/05: MissingCompileTimeError # Issue 12695 |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 numbers_test: RuntimeError, OK # Issue 1533 | 150 numbers_test: RuntimeError, OK # Issue 1533 |
| 151 canonical_const2_test: RuntimeError, OK # Issue 1533 | 151 canonical_const2_test: RuntimeError, OK # Issue 1533 |
| 152 bit_operations_test: RuntimeError, OK # Issue 1533 | 152 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 153 expect_test: RuntimeError, OK # Issue 13080 | 153 expect_test: RuntimeError, OK # Issue 13080 |
| 154 | 154 |
| 155 final_syntax_test/01: MissingCompileTimeError # Issue 13020 | 155 final_syntax_test/01: MissingCompileTimeError # Issue 13020 |
| 156 final_syntax_test/02: MissingCompileTimeError # Issue 13020 | 156 final_syntax_test/02: MissingCompileTimeError # Issue 13020 |
| 157 final_syntax_test/03: MissingCompileTimeError # Issue 13020 | 157 final_syntax_test/03: MissingCompileTimeError # Issue 13020 |
| 158 final_syntax_test/04: MissingCompileTimeError # Issue 13020 | 158 final_syntax_test/04: MissingCompileTimeError # Issue 13020 |
| 159 | 159 |
| 160 assign_top_method_test: RuntimeError # Issue 13075 | |
| 161 null_test/none: RuntimeError # Issue 12482 | 160 null_test/none: RuntimeError # Issue 12482 |
| 162 | 161 |
| 163 | 162 |
| 164 [ $compiler == dart2js && $runtime == none ] | 163 [ $compiler == dart2js && $runtime == none ] |
| 165 *: Fail, Pass # TODO(ahe): Triage these tests. | 164 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 166 | 165 |
| 167 | 166 |
| 168 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime ==
ie9 || $runtime == safari)] | 167 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime ==
ie9 || $runtime == safari)] |
| 169 round_test: Fail, OK # Common JavaScript engine Math.round bug. | 168 round_test: Fail, OK # Common JavaScript engine Math.round bug. |
| 170 | 169 |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 338 import_core_prefix_test: Pass | 337 import_core_prefix_test: Pass |
| 339 prefix22_test: Pass | 338 prefix22_test: Pass |
| 340 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 339 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 341 super_call4_test: Fail, OK # hardcoded names. | 340 super_call4_test: Fail, OK # hardcoded names. |
| 342 | 341 |
| 343 [ $minified ] | 342 [ $minified ] |
| 344 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 343 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 345 | 344 |
| 346 [ $runtime == ie9 ] | 345 [ $runtime == ie9 ] |
| 347 stack_trace_test: Fail, OK # Stack traces not available in IE9. | 346 stack_trace_test: Fail, OK # Stack traces not available in IE9. |
| OLD | NEW |