| 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 setter4_test: CompileTimeError # issue 13639 | 8 setter4_test: CompileTimeError # issue 13639 |
| 9 | 9 |
| 10 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 | 10 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 |
| (...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 | 259 |
| 260 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] | 260 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
| 261 round_test: Fail, OK # Common JavaScript engine Math.round bug. | 261 round_test: Fail, OK # Common JavaScript engine Math.round bug. |
| 262 | 262 |
| 263 [ $compiler == dart2js && $runtime == ff ] | 263 [ $compiler == dart2js && $runtime == ff ] |
| 264 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round
bug. | 264 round_test: Pass, Fail, OK # Fixed in ff 35. Common JavaScript engine Math.round
bug. |
| 265 | 265 |
| 266 [ $compiler == dart2js && $runtime == chrome && $system == macos ] | 266 [ $compiler == dart2js && $runtime == chrome && $system == macos ] |
| 267 await_future_test: Pass, Timeout # Issue 26735 | 267 await_future_test: Pass, Timeout # Issue 26735 |
| 268 | 268 |
| 269 [ $compiler == dart2js && $runtime == chrome && $system == windows ] | 269 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) && $system == w
indows ] |
| 270 string_literals_test: RuntimeError # Issue 27533 | 270 string_literals_test: RuntimeError # Issue 27533 |
| 271 | 271 |
| 272 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] | 272 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)] |
| 273 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) | 273 # Safari codegen bug, fixed on some versions of Safari 7.1 (Version 7.1 (9537.85
.10.17.1)) |
| 274 call_through_getter_test: Fail, OK | 274 call_through_getter_test: Fail, OK |
| 275 | 275 |
| 276 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 276 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 277 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. | 277 override_field_test/02: Pass, Slow # TODO(kasperl): Please triage. |
| 278 | 278 |
| 279 [ $minified ] | 279 [ $minified ] |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 try_finally_regress_25333_test: Crash # Issue 24485 | 365 try_finally_regress_25333_test: Crash # Issue 24485 |
| 366 | 366 |
| 367 [ $compiler == dart2js && $cps_ir && $checked ] | 367 [ $compiler == dart2js && $cps_ir && $checked ] |
| 368 *: Skip # `assert` not implemented | 368 *: Skip # `assert` not implemented |
| 369 | 369 |
| 370 [ $compiler == dart2js && $host_checked ] | 370 [ $compiler == dart2js && $host_checked ] |
| 371 regress_26855_test/1: Crash # Issue 26867 | 371 regress_26855_test/1: Crash # Issue 26867 |
| 372 regress_26855_test/2: Crash # Issue 26867 | 372 regress_26855_test/2: Crash # Issue 26867 |
| 373 regress_26855_test/3: Crash # Issue 26867 | 373 regress_26855_test/3: Crash # Issue 26867 |
| 374 regress_26855_test/4: Crash # Issue 26867 | 374 regress_26855_test/4: Crash # Issue 26867 |
| OLD | NEW |