| 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 ] | 5 [ $compiler == dart2js ] |
| 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 | 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 |
| 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 | 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 |
| 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 | 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 |
| 9 | 9 |
| 10 [ $compiler == dart2js && $runtime == jsshell ] | 10 [ $compiler == dart2js && $runtime == jsshell ] |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round
bug. | 168 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round
bug. |
| 169 | 169 |
| 170 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] | 170 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
| 171 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) | 171 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) |
| 172 call_through_getter_test: Fail, OK | 172 call_through_getter_test: Fail, OK |
| 173 | 173 |
| 174 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 174 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 175 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. | 175 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. |
| 176 | 176 |
| 177 [ $compiler == dart2dart && $builder_tag == new_backend ] | 177 [ $compiler == dart2dart && $builder_tag == new_backend ] |
| 178 asyncstar_throw_in_catch_test: RuntimeError # Issue 21404 | |
| 179 regress_13494_test: Pass # Issue 22370, passes for the wrong reason | 178 regress_13494_test: Pass # Issue 22370, passes for the wrong reason |
| 180 | 179 |
| 181 [ $compiler == dart2dart && $builder_tag == new_backend && $host_checked ] | 180 [ $compiler == dart2dart && $builder_tag == new_backend && $host_checked ] |
| 182 large_implicit_getter_test: Crash # Stack overflow | 181 large_implicit_getter_test: Crash # Stack overflow |
| 183 | 182 |
| 184 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ] | 183 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ] |
| 185 # This test fails in minified, because the type-argument is | 184 # This test fails in minified, because the type-argument is |
| 186 # renamed, but the symbol naming it it is not. | 185 # renamed, but the symbol naming it it is not. |
| 187 type_variable_conflict2_test/01: RuntimeError # Issue 16180 | 186 type_variable_conflict2_test/01: RuntimeError # Issue 16180 |
| 188 | 187 |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 262 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 264 super_call4_test: Fail, OK # hardcoded names. | 263 super_call4_test: Fail, OK # hardcoded names. |
| 265 | 264 |
| 266 [ $minified ] | 265 [ $minified ] |
| 267 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 266 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 268 regress_21795_test: RuntimeError # Issue 12605 | 267 regress_21795_test: RuntimeError # Issue 12605 |
| 269 | 268 |
| 270 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 269 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 271 *deferred*: Skip # Issue 17458 | 270 *deferred*: Skip # Issue 17458 |
| 272 cha_deopt*: Skip # Issue 17458 | 271 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |