| 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 | 5 |
| 6 [ $compiler == dart2js && $runtime == jsshell ] | 6 [ $compiler == dart2js && $runtime == jsshell ] |
| 7 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t
his crash. | 7 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t
his crash. |
| 8 | 8 |
| 9 | 9 |
| 10 # Crashes first, please. Then untriaged bugs. There is a section below | 10 # Crashes first, please. Then untriaged bugs. There is a section below |
| (...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 505 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397 | 505 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397 |
| 506 LibTest/core/List/addLast_A01_t01: Fail # Issue 397 | 506 LibTest/core/List/addLast_A01_t01: Fail # Issue 397 |
| 507 LibTest/core/List/addLast_A01_t03: Fail # Issue 397 | 507 LibTest/core/List/addLast_A01_t03: Fail # Issue 397 |
| 508 LibTest/core/List/addLast_A02_t01: Fail # Issue 397 | 508 LibTest/core/List/addLast_A02_t01: Fail # Issue 397 |
| 509 | 509 |
| 510 LibTest/core/List/getRange_A02_t01: Fail # issue 391, and Issue 399 | 510 LibTest/core/List/getRange_A02_t01: Fail # issue 391, and Issue 399 |
| 511 LibTest/core/List/getRange_A01_t01: Fail # getRange now takes end-argument and r
eturns Iterable. Issue 399 | 511 LibTest/core/List/getRange_A01_t01: Fail # getRange now takes end-argument and r
eturns Iterable. Issue 399 |
| 512 LibTest/core/List/getRange_A04_t01: Fail # getRange now takes end-argument and r
eturns Iterable. Issue 399 | 512 LibTest/core/List/getRange_A04_t01: Fail # getRange now takes end-argument and r
eturns Iterable. Issue 399 |
| 513 LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argu
ment and returns Iterable. Issue 399 | 513 LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argu
ment and returns Iterable. Issue 399 |
| 514 | 514 |
| 515 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed
# issues 408 |
| 516 LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors h
ave changed # issues 408 |
| 517 LibTest/async/Future/asStream_A01_t01: Fail # Future constructors have changed #
issue 408 |
| 518 LibTest/async/Future/Future.immediate_A01_t01: Fail # Future constructors have c
hanged # issue 408 |
| 519 LibTest/async/Future/then_A01_t03: Fail # Future constructors have changed # iss
ue 408 |
| 520 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed
# issue 408 |
| 521 LibTest/async/Future/forEach_A03_t01: Fail # Future constructors have changed #
issue 408 |
| 522 LibTest/async/Future/asStream_A01_t02: Fail # Future constructors have changed #
issue 408 |
| 523 LibTest/async/Future/Future.immediateError_A01_t01: Fail # Future constructors h
ave changed # issue 408 |
| 524 LibTest/async/Future/asStream_A02_t01: Fail # Future constructors have changed #
issue 408 |
| 525 |
| 515 LibTest/core/Iterable/any_A01_t04: Fail # setRange now takes end-argument. Issue
402 | 526 LibTest/core/Iterable/any_A01_t04: Fail # setRange now takes end-argument. Issue
402 |
| 516 LibTest/core/List/setRange_A01_t02: Fail # setRange now takes end-argument. Issu
e 402 | 527 LibTest/core/List/setRange_A01_t02: Fail # setRange now takes end-argument. Issu
e 402 |
| 517 LibTest/core/List/setRange_A02_t01: Fail # setRange now takes end-argument. Issu
e 402 | 528 LibTest/core/List/setRange_A02_t01: Fail # setRange now takes end-argument. Issu
e 402 |
| 518 LibTest/core/List/setRange_A02_t02: Fail # setRange now takes end-argument. Issu
e 402 | 529 LibTest/core/List/setRange_A02_t02: Fail # setRange now takes end-argument. Issu
e 402 |
| 519 LibTest/core/List/setRange_A03_t01: Fail # setRange throws StateError if there a
ren't enough elements in the iterable. Issue 402 | 530 LibTest/core/List/setRange_A03_t01: Fail # setRange throws StateError if there a
ren't enough elements in the iterable. Issue 402 |
| 520 LibTest/core/List/setRange_A03_t02: Fail # setRange throws StateError if there a
ren't enough elements in the iterable. Issue 402 | 531 LibTest/core/List/setRange_A03_t02: Fail # setRange throws StateError if there a
ren't enough elements in the iterable. Issue 402 |
| 521 | 532 |
| 522 LibTest/core/List/removeRange_A01_t01: Fail # removeRange now takes end-argument
. Issue 404 | 533 LibTest/core/List/removeRange_A01_t01: Fail # removeRange now takes end-argument
. Issue 404 |
| 523 LibTest/core/List/removeRange_A03_t01: Fail # removeRange now takes end-argument
. Issue 404 | 534 LibTest/core/List/removeRange_A03_t01: Fail # removeRange now takes end-argument
. Issue 404 |
| 524 LibTest/core/List/removeRange_A05_t01: Fail # removeRange now takes end-argument
. Issue 404 | 535 LibTest/core/List/removeRange_A05_t01: Fail # removeRange now takes end-argument
. Issue 404 |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 742 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 | 753 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 |
| 743 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 | 754 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 |
| 744 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 | 755 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 |
| 745 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 | 756 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 |
| 746 | 757 |
| 747 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). | 758 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 748 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). | 759 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). |
| 749 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). | 760 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). |
| 750 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). | 761 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 751 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). | 762 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| OLD | NEW |