| 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 == dart2dart ] | 5 [ $compiler == dart2dart ] |
| 6 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(dart2dart-team): Please
triage this failure. | 6 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(dart2dart-team): Please
triage this failure. |
| 7 Language/05_Variables/05_Variables_A03_t11: Fail # TODO(dart2dart-team): Please
triage this failure. | 7 Language/05_Variables/05_Variables_A03_t11: Fail # TODO(dart2dart-team): Please
triage this failure. |
| 8 Language/05_Variables/05_Variables_A03_t12: Fail # TODO(dart2dart-team): Please
triage this failure. | 8 Language/05_Variables/05_Variables_A03_t12: Fail # TODO(dart2dart-team): Please
triage this failure. |
| 9 Language/05_Variables/05_Variables_A03_t13: Fail # TODO(dart2dart-team): Please
triage this failure. | 9 Language/05_Variables/05_Variables_A03_t13: Fail # TODO(dart2dart-team): Please
triage this failure. |
| 10 Language/05_Variables/05_Variables_A03_t14: Fail # TODO(dart2dart-team): Please
triage this failure. | 10 Language/05_Variables/05_Variables_A03_t14: Fail # TODO(dart2dart-team): Please
triage this failure. |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 LibTest/core/List/addLast_A02_t01: Fail, OK # co19 issue 285 | 279 LibTest/core/List/addLast_A02_t01: Fail, OK # co19 issue 285 |
| 280 LibTest/core/List/clear_A02_t01: Fail, OK # co19 issue 285 | 280 LibTest/core/List/clear_A02_t01: Fail, OK # co19 issue 285 |
| 281 LibTest/core/List/insertRange_A02_t01: Fail, OK # co19 issue 285 | 281 LibTest/core/List/insertRange_A02_t01: Fail, OK # co19 issue 285 |
| 282 LibTest/core/List/length_A04_t01: Fail, OK # co19 issue 285 | 282 LibTest/core/List/length_A04_t01: Fail, OK # co19 issue 285 |
| 283 LibTest/core/List/List_A01_t02: Fail, OK # co19 issue 285 | 283 LibTest/core/List/List_A01_t02: Fail, OK # co19 issue 285 |
| 284 LibTest/core/List/removeLast_A02_t01: Fail, OK # co19 issue 285 | 284 LibTest/core/List/removeLast_A02_t01: Fail, OK # co19 issue 285 |
| 285 LibTest/core/List/removeRange_A02_t01: Fail, OK # co19 issue 285 | 285 LibTest/core/List/removeRange_A02_t01: Fail, OK # co19 issue 285 |
| 286 LibTest/core/UnsupportedOperationException/toString_A01_t01: Fail, OK # co19 iss
ue 285 | 286 LibTest/core/UnsupportedOperationException/toString_A01_t01: Fail, OK # co19 iss
ue 285 |
| 287 LibTest/core/UnsupportedOperationException/UnsupportedOperationException_A01_t01
: Fail, OK # co19 issue 285 | 287 LibTest/core/UnsupportedOperationException/UnsupportedOperationException_A01_t01
: Fail, OK # co19 issue 285 |
| 288 | 288 |
| 289 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288 |
| 290 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288 |
| 291 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 288 |
| 292 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288 |
| 293 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 288 |
| 294 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288 |
| 295 LibTest/core/NoMoreElementsException/NoMoreElementsException_A01_t01: Fail, OK #
co19 issue 288 |
| 296 LibTest/core/NoMoreElementsException/toString_A01_t01: Fail, OK # co19 issue 288 |
| 297 LibTest/core/EmptyQueueException/EmptyQueueException_A01_t01: Fail, OK # co19 is
sue 288 |
| 298 LibTest/core/EmptyQueueException/toString_A01_t01: Fail, OK # co19 issue 288 |
| 289 | 299 |
| 290 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519 | 300 Language/03_Overview/1_Scoping_A01_t39: Fail # http://dartbug.com/5519 |
| 291 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519 | 301 Language/03_Overview/1_Scoping_A01_t40: Fail # http://dartbug.com/5519 |
| 292 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519 | 302 Language/03_Overview/1_Scoping_A01_t41: Fail # http://dartbug.com/5519 |
| 293 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js | 303 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js |
| 294 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js | 304 Language/03_Overview/1_Scoping_A02_t07: Fail # inherited from dart2js |
| 295 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js | 305 Language/03_Overview/1_Scoping_A02_t12: Fail # inherited from dart2js |
| 296 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax | 306 Language/03_Overview/2_Privacy_A01_t06: Fail # New import syntax |
| 297 Language/03_Overview/2_Privacy_A01_t14: Fail # inherited from dart2js | 307 Language/03_Overview/2_Privacy_A01_t14: Fail # inherited from dart2js |
| 298 Language/05_Variables/05_Variables_A01_t04: Fail # http://dartbug.com/5519 | 308 Language/05_Variables/05_Variables_A01_t04: Fail # http://dartbug.com/5519 |
| (...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 684 | 694 |
| 685 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat
ed factory syntax. | 695 Language/07_Classes/6_Constructors/2_Factories_A01_t01: Fail, OK # Uses deprecat
ed factory syntax. |
| 686 | 696 |
| 687 | 697 |
| 688 [ $compiler == dart2dart && $system == windows ] | 698 [ $compiler == dart2dart && $system == windows ] |
| 689 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN | 699 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN |
| 690 LibTest/core/double/round_A01_t01: Fail # Result is NaN | 700 LibTest/core/double/round_A01_t01: Fail # Result is NaN |
| 691 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN | 701 LibTest/core/int/operator_remainder_A01_t02: Fail # Result is NaN |
| 692 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN | 702 LibTest/core/int/remainder_A01_t02: Fail # Result is NaN |
| 693 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN | 703 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN |
| OLD | NEW |