| 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 && $runtime == drt ] | 5 [ $compiler == dart2js && $runtime == drt ] |
| 6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293 | 6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293 |
| 7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293 | 7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293 |
| 8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293 | 8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293 |
| 9 | 9 |
| 10 [ $compiler == dart2js && $runtime == jsshell ] | 10 [ $compiler == dart2js && $runtime == jsshell ] |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 193 LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big
int unless type inference fools us. | 193 LibTest/core/int/operator_truncating_division_A01_t01: Fail, Pass # Requires big
int unless type inference fools us. |
| 194 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d
ouble. | 194 LibTest/core/int/operator_truncating_division_A01_t02: Fail, OK # Leg only has d
ouble. |
| 195 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. | 195 LibTest/core/int/remainder_A01_t01: Fail, OK # Requires big int. |
| 196 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. | 196 LibTest/core/int/remainder_A01_t03: Fail, OK # Leg only has double. |
| 197 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. | 197 LibTest/core/int/toDouble_A01_t01: Fail, OK # Requires big int. |
| 198 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E
xpect.throws, assumes case of result, and uses unsupported radixes. | 198 LibTest/core/int/toRadixString_A01_t01: Fail, OK # Bad test: uses Expect.fail, E
xpect.throws, assumes case of result, and uses unsupported radixes. |
| 199 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. | 199 LibTest/core/String/contains_A01_t02: Fail, OK # co19 issue 105. |
| 200 | 200 |
| 201 [ $compiler == dart2js && $runtime == ie9 ] | 201 [ $compiler == dart2js && $runtime == ie9 ] |
| 202 LibTest/math/cos_A01_t01: Fail # co19 issue 44 | 202 LibTest/math/cos_A01_t01: Fail # co19 issue 44 |
| 203 LibTest/async/EventTransformStream/listen_A04_t01: Pass, Timeout # Issue 12595 | |
| 204 | 203 |
| 205 # | 204 # |
| 206 # The following tests are failing. Please add the error message | 205 # The following tests are failing. Please add the error message |
| 207 # (either a compiler error or exception message). The error messages | 206 # (either a compiler error or exception message). The error messages |
| 208 # may sometime be out of date. | 207 # may sometime be out of date. |
| 209 # | 208 # |
| 210 [ $compiler == dart2js ] | 209 [ $compiler == dart2js ] |
| 211 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com
piler cancelled: cannot resolve type T | 210 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: Fail # com
piler cancelled: cannot resolve type T |
| 212 | 211 |
| 213 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){
f();} | 212 Language/03_Overview/1_Scoping_A02_t07: Fail # duplicate definition of f(var f){
f();} |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 476 LibTest/async/Future/Future.delayed_A01_t01: Fail # co19-roll r546: Please triag
e this failure | 475 LibTest/async/Future/Future.delayed_A01_t01: Fail # co19-roll r546: Please triag
e this failure |
| 477 LibTest/async/Future/Future.delayed_A03_t01: fail # co19-roll r546: Please triag
e this failure | 476 LibTest/async/Future/Future.delayed_A03_t01: fail # co19-roll r546: Please triag
e this failure |
| 478 LibTest/async/Stream/first_A01_t01: fail # co19-roll r546: Please triage this fa
ilure | 477 LibTest/async/Stream/first_A01_t01: fail # co19-roll r546: Please triage this fa
ilure |
| 479 LibTest/async/Stream/first_A02_t02: fail # co19-roll r546: Please triage this fa
ilure | 478 LibTest/async/Stream/first_A02_t02: fail # co19-roll r546: Please triage this fa
ilure |
| 480 LibTest/async/Stream/Stream.fromFuture_A02_t01: fail # co19-roll r546: Please tr
iage this failure | 479 LibTest/async/Stream/Stream.fromFuture_A02_t01: fail # co19-roll r546: Please tr
iage this failure |
| 481 LibTest/async/Stream/Stream.fromFuture_A02_t02: fail # co19-roll r546: Please tr
iage this failure | 480 LibTest/async/Stream/Stream.fromFuture_A02_t02: fail # co19-roll r546: Please tr
iage this failure |
| 482 LibTest/async/Stream/Stream.fromIterable_A01_t02: fail # co19-roll r546: Please
triage this failure | 481 LibTest/async/Stream/Stream.fromIterable_A01_t02: fail # co19-roll r546: Please
triage this failure |
| 483 LibTest/async/Stream/Stream.periodic_A02_t01: fail # co19-roll r546: Please tria
ge this failure | 482 LibTest/async/Stream/Stream.periodic_A02_t01: fail # co19-roll r546: Please tria
ge this failure |
| 484 LibTest/async/Timer/cancel_A01_t01: fail # co19-roll r546: Please triage this fa
ilure | 483 LibTest/async/Timer/cancel_A01_t01: fail # co19-roll r546: Please triage this fa
ilure |
| 485 LibTest/async/Timer/Timer_A01_t01: fail # co19-roll r546: Please triage this fai
lure | 484 LibTest/async/Timer/Timer_A01_t01: fail # co19-roll r546: Please triage this fai
lure |
| OLD | NEW |