| 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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397 | 484 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397 |
| 485 LibTest/core/List/addLast_A01_t01: Fail # Issue 397 | 485 LibTest/core/List/addLast_A01_t01: Fail # Issue 397 |
| 486 LibTest/core/List/addLast_A01_t03: Fail # Issue 397 | 486 LibTest/core/List/addLast_A01_t03: Fail # Issue 397 |
| 487 LibTest/core/List/addLast_A02_t01: Fail # Issue 397 | 487 LibTest/core/List/addLast_A02_t01: Fail # Issue 397 |
| 488 | 488 |
| 489 LibTest/core/List/getRange_A02_t01: Fail # issue 391, and Issue TODO | 489 LibTest/core/List/getRange_A02_t01: Fail # issue 391, and Issue TODO |
| 490 LibTest/core/List/getRange_A01_t01: Fail # getRange now takes end-argument and r
eturns Iterable. Issue TODO | 490 LibTest/core/List/getRange_A01_t01: Fail # getRange now takes end-argument and r
eturns Iterable. Issue TODO |
| 491 LibTest/core/List/getRange_A04_t01: Fail # getRange now takes end-argument and r
eturns Iterable. Issue TODO | 491 LibTest/core/List/getRange_A04_t01: Fail # getRange now takes end-argument and r
eturns Iterable. Issue TODO |
| 492 LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argu
ment and returns Iterable. Issue TODO | 492 LibTest/core/List/operator_subscript_A01_t02: Fail # getRange now takes end-argu
ment and returns Iterable. Issue TODO |
| 493 | 493 |
| 494 LibTest/core/Iterable/any_A01_t04: Fail # setRange now takes end-argument. Issue
TODO |
| 495 LibTest/core/List/setRange_A01_t02: Fail # setRange now takes end-argument. Issu
e TODO |
| 496 LibTest/core/List/setRange_A02_t01: Fail # setRange now takes end-argument. Issu
e TODO |
| 497 LibTest/core/List/setRange_A02_t02: Fail # setRange now takes end-argument. Issu
e TODO |
| 494 | 498 |
| 495 # Issues with co19 test suite in checked mode. | 499 # Issues with co19 test suite in checked mode. |
| 496 [ $compiler == dart2js && $checked ] | 500 [ $compiler == dart2js && $checked ] |
| 497 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 | 501 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 |
| 498 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 | 502 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 |
| 499 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 | 503 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 |
| 500 | 504 |
| 501 # Issues with co19 test suite in browsers. | 505 # Issues with co19 test suite in browsers. |
| 502 [ $compiler == dart2js && $browser ] | 506 [ $compiler == dart2js && $browser ] |
| 503 Language/15_Reference/1_Lexical_Rules_A01_t10: Fail, OK # co19 issue 395 | 507 Language/15_Reference/1_Lexical_Rules_A01_t10: Fail, OK # co19 issue 395 |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 682 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 | 686 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 |
| 683 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 | 687 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 |
| 684 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 | 688 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 |
| 685 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 | 689 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 |
| 686 | 690 |
| 687 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). | 691 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 688 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). | 692 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). |
| 689 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). | 693 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). |
| 690 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). | 694 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 691 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). | 695 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| OLD | NEW |