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 async_star_await_pauses_test: Fail, Timeout # Issue 22853 | 10 async_star_await_pauses_test: Fail, Timeout # Issue 22853 |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
201 scope_variable_test/01: MissingCompileTimeError # Issue 13016 | 201 scope_variable_test/01: MissingCompileTimeError # Issue 13016 |
202 | 202 |
203 numbers_test: RuntimeError, OK # Issue 1533 | 203 numbers_test: RuntimeError, OK # Issue 1533 |
204 canonical_const2_test: RuntimeError, OK # Issue 1533 | 204 canonical_const2_test: RuntimeError, OK # Issue 1533 |
205 bit_operations_test: RuntimeError, OK # Issue 1533 | 205 bit_operations_test: RuntimeError, OK # Issue 1533 |
206 expect_test: RuntimeError, OK # Issue 13080 | 206 expect_test: RuntimeError, OK # Issue 13080 |
207 | 207 |
208 [ $compiler == dart2js && $runtime == none ] | 208 [ $compiler == dart2js && $runtime == none ] |
209 *: Fail, Pass # TODO(ahe): Triage these tests. | 209 *: Fail, Pass # TODO(ahe): Triage these tests. |
210 | 210 |
211 [ $compiler == dart2js && $runtime == chrome && $system == macos ] | |
212 await_future_test: Pass, Timeout # Issue 22695. | |
213 async_await_test/none: Pass, Timeout # Issue 22695. | |
214 async_await_test/02: Pass, Timeout # Issue 22695. | |
215 async_await_test/03: Pass, Timeout # Issue 22695. | |
216 | |
217 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] | 211 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
218 round_test: Fail, OK # Common JavaScript engine Math.round bug. | 212 round_test: Fail, OK # Common JavaScript engine Math.round bug. |
219 | 213 |
220 [ $compiler == dart2js && $runtime == ff ] | 214 [ $compiler == dart2js && $runtime == ff ] |
221 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round
bug. | 215 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round
bug. |
222 | 216 |
223 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] | 217 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
224 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) | 218 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) |
225 call_through_getter_test: Fail, OK | 219 call_through_getter_test: Fail, OK |
226 | 220 |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
318 accessor_conflict_export_test: Crash # Duplicate export of 'x' | 312 accessor_conflict_export_test: Crash # Duplicate export of 'x' |
319 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 313 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
320 async_throw_in_catch_test/none: Crash # Issue 24485 | 314 async_throw_in_catch_test/none: Crash # Issue 24485 |
321 execute_finally9_test: Crash # Issue 24485 | 315 execute_finally9_test: Crash # Issue 24485 |
322 regress_21795_test: Crash # Issue 24485 | 316 regress_21795_test: Crash # Issue 24485 |
323 regress_23537_test: Crash # Issue 24485 | 317 regress_23537_test: Crash # Issue 24485 |
324 try_finally_regress_25333_test: Crash # Issue 24485 | 318 try_finally_regress_25333_test: Crash # Issue 24485 |
325 | 319 |
326 [ $compiler == dart2js && $cps_ir && $checked ] | 320 [ $compiler == dart2js && $cps_ir && $checked ] |
327 *: Skip # `assert` not implemented | 321 *: Skip # `assert` not implemented |
OLD | NEW |