| 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 async_star_test/02: RuntimeError # 22853 | 10 async_star_test/02: RuntimeError # 22853 |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 numbers_test: RuntimeError, OK # Issue 1533 | 162 numbers_test: RuntimeError, OK # Issue 1533 |
| 163 canonical_const2_test: RuntimeError, OK # Issue 1533 | 163 canonical_const2_test: RuntimeError, OK # Issue 1533 |
| 164 bit_operations_test: RuntimeError, OK # Issue 1533 | 164 bit_operations_test: RuntimeError, OK # Issue 1533 |
| 165 expect_test: RuntimeError, OK # Issue 13080 | 165 expect_test: RuntimeError, OK # Issue 13080 |
| 166 | 166 |
| 167 [ $compiler == dart2js && $runtime == none ] | 167 [ $compiler == dart2js && $runtime == none ] |
| 168 *: Fail, Pass # TODO(ahe): Triage these tests. | 168 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 169 | 169 |
| 170 [ $compiler == dart2js && $runtime == chrome && $system == macos ] | 170 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
| 171 await_future_test: Pass, Timeout # Issue 22695. | 171 await_future_test: Pass, Timeout # Issue 22695. |
| 172 async_await_test/none: Pass, Timeout # Issue 22695. |
| 173 async_await_test/02: Pass, Timeout # Issue 22695. |
| 174 async_await_test/03: Pass, Timeout # Issue 22695. |
| 172 | 175 |
| 173 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] | 176 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
| 174 round_test: Fail, OK # Common JavaScript engine Math.round bug. | 177 round_test: Fail, OK # Common JavaScript engine Math.round bug. |
| 175 | 178 |
| 176 [ $compiler == dart2js && $runtime == ff ] | 179 [ $compiler == dart2js && $runtime == ff ] |
| 177 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round
bug. | 180 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round
bug. |
| 178 | 181 |
| 179 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] | 182 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
| 180 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) | 183 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) |
| 181 call_through_getter_test: Fail, OK | 184 call_through_getter_test: Fail, OK |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). | 274 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). |
| 272 super_call4_test: Fail, OK # hardcoded names. | 275 super_call4_test: Fail, OK # hardcoded names. |
| 273 | 276 |
| 274 [ $minified ] | 277 [ $minified ] |
| 275 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 278 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
| 276 regress_21795_test: RuntimeError # Issue 12605 | 279 regress_21795_test: RuntimeError # Issue 12605 |
| 277 | 280 |
| 278 [ $compiler == dart2js && $runtime == d8 && $system == windows ] | 281 [ $compiler == dart2js && $runtime == d8 && $system == windows ] |
| 279 *deferred*: Skip # Issue 17458 | 282 *deferred*: Skip # Issue 17458 |
| 280 cha_deopt*: Skip # Issue 17458 | 283 cha_deopt*: Skip # Issue 17458 |
| OLD | NEW |