| 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 && $csp && $browser ] | 5 [ $compiler == dart2js && $csp && $browser ] |
| 6 deferred_mixin_test: RuntimeError # Issue 21863 | 6 deferred_mixin_test: RuntimeError # Issue 21863 |
| 7 | 7 |
| 8 [ $compiler == dart2js || $compiler == dart2dart ] | 8 [ $compiler == dart2js || $compiler == dart2dart ] |
| 9 symbol_literal_test/*: Fail # Issue 21825 | 9 symbol_literal_test/*: Fail # Issue 21825 |
| 10 constructor_duplicate_final_test/01: Fail # Issue 13363 | 10 constructor_duplicate_final_test/01: Fail # Issue 13363 |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 | 147 |
| 148 numbers_test: RuntimeError, OK # Issue 1533 | 148 numbers_test: RuntimeError, OK # Issue 1533 |
| 149 canonical_const2_test: RuntimeError, OK # Issue 1533 | 149 canonical_const2_test: RuntimeError, OK # Issue 1533 |
| 150 bit_operations_test: RuntimeError, OK # Issue 1533 | 150 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 151 expect_test: RuntimeError, OK # Issue 13080 | 151 expect_test: RuntimeError, OK # Issue 13080 |
| 152 | 152 |
| 153 [ $compiler == dart2js && $runtime == none ] | 153 [ $compiler == dart2js && $runtime == none ] |
| 154 *: Fail, Pass # TODO(ahe): Triage these tests. | 154 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 155 | 155 |
| 156 | 156 |
| 157 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime ==
safari || $runtime == safarimobilesim)] | 157 [ $compiler == dart2js && ($runtime == jsshell || $runtime == safari || $runtime
== safarimobilesim)] |
| 158 round_test: Fail, OK # Common JavaScript engine Math.round bug. | 158 round_test: Fail, OK # Common JavaScript engine Math.round bug. |
| 159 | 159 |
| 160 [ $compiler == dart2js && $runtime == ff ] |
| 161 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round
bug. |
| 162 |
| 160 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] | 163 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
| 161 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) | 164 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) |
| 162 call_through_getter_test: Fail, OK | 165 call_through_getter_test: Fail, OK |
| 163 | 166 |
| 164 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 167 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 165 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. | 168 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. |
| 166 | 169 |
| 167 [ $runtime == opera ] | 170 [ $runtime == opera ] |
| 168 null_access_error_test: Fail # Issue: 7413 | 171 null_access_error_test: Fail # Issue: 7413 |
| 169 string_interpolate_null_test: Fail # Issue: 7413 | 172 string_interpolate_null_test: Fail # Issue: 7413 |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 255 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 253 super_call4_test: Fail, OK # hardcoded names. | 256 super_call4_test: Fail, OK # hardcoded names. |
| 254 | 257 |
| 255 [ $minified ] | 258 [ $minified ] |
| 256 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 259 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 257 regress_21795_test: RuntimeError # Issue 12605 | 260 regress_21795_test: RuntimeError # Issue 12605 |
| 258 | 261 |
| 259 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 262 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 260 *deferred*: Skip # Issue 17458 | 263 *deferred*: Skip # Issue 17458 |
| 261 cha_deopt*: Skip # Issue 17458 | 264 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |