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 getter_setter_in_lib_test: Fail # Issue 23288 | 6 getter_setter_in_lib_test: Fail # Issue 23288 |
7 method_name_test: Fail # issue 25574 | 7 method_name_test: Fail # issue 25574 |
8 | 8 |
9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
10 tearoff_basic_test: Skip # Tear-off not supported | 10 tearoff_basic_test: Skip # Tear-off not supported |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 | 220 |
221 [ $compiler == dart2js && $runtime == none ] | 221 [ $compiler == dart2js && $runtime == none ] |
222 *: Fail, Pass # TODO(ahe): Triage these tests. | 222 *: Fail, Pass # TODO(ahe): Triage these tests. |
223 | 223 |
224 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] | 224 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
225 round_test: Fail, OK # Common JavaScript engine Math.round bug. | 225 round_test: Fail, OK # Common JavaScript engine Math.round bug. |
226 | 226 |
227 [ $compiler == dart2js && $runtime == ff ] | 227 [ $compiler == dart2js && $runtime == ff ] |
228 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round
bug. | 228 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round
bug. |
229 | 229 |
| 230 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
| 231 await_future_test: Pass, Timeout # Issue 26735 |
| 232 |
230 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] | 233 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
231 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) | 234 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) |
232 call_through_getter_test: Fail, OK | 235 call_through_getter_test: Fail, OK |
233 | 236 |
234 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 237 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
235 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. | 238 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. |
236 | 239 |
237 [ $minified ] | 240 [ $minified ] |
238 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. | 241 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. |
239 regress_21795_test: RuntimeError # Issue 12605 | 242 regress_21795_test: RuntimeError # Issue 12605 |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 accessor_conflict_export_test: Crash # Duplicate export of 'x' | 328 accessor_conflict_export_test: Crash # Duplicate export of 'x' |
326 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 329 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
327 async_throw_in_catch_test/none: Crash # Issue 24485 | 330 async_throw_in_catch_test/none: Crash # Issue 24485 |
328 execute_finally9_test: Crash # Issue 24485 | 331 execute_finally9_test: Crash # Issue 24485 |
329 regress_21795_test: Crash # Issue 24485 | 332 regress_21795_test: Crash # Issue 24485 |
330 regress_23537_test: Crash # Issue 24485 | 333 regress_23537_test: Crash # Issue 24485 |
331 try_finally_regress_25333_test: Crash # Issue 24485 | 334 try_finally_regress_25333_test: Crash # Issue 24485 |
332 | 335 |
333 [ $compiler == dart2js && $cps_ir && $checked ] | 336 [ $compiler == dart2js && $cps_ir && $checked ] |
334 *: Skip # `assert` not implemented | 337 *: Skip # `assert` not implemented |
OLD | NEW |