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 == jsshell ] | 5 [ $compiler == dart2js && $runtime == jsshell ] |
6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t
his crash. | 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t
his crash. |
7 | 7 |
8 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 8 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
9 LibTest/core/Map/Map_class_A01_t04: Slow, Pass | 9 LibTest/core/Map/Map_class_A01_t04: Slow, Pass |
10 | 10 |
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
530 | 530 |
531 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A01_t02: Fail, OK # co19 issue 409 | 531 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_
A01_t02: Fail, OK # co19 issue 409 |
532 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
, OK # co19 issue 409 | 532 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
, OK # co19 issue 409 |
533 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
, OK # co19 issue 409 | 533 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
, OK # co19 issue 409 |
534 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 409 | 534 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 409 |
535 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 409 | 535 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 409 |
536 | 536 |
537 Language/14_Types/5_Function_Types_A01_t10: Fail # co19 issue 410 | 537 Language/14_Types/5_Function_Types_A01_t10: Fail # co19 issue 410 |
538 Language/14_Types/5_Function_Types_A02_t06: Fail # co19 issue 410 | 538 Language/14_Types/5_Function_Types_A02_t06: Fail # co19 issue 410 |
539 | 539 |
| 540 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427 |
| 541 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427 |
540 | 542 |
541 [ $compiler == dart2js && $unchecked ] | 543 [ $compiler == dart2js && $unchecked ] |
542 LibTest/core/List/setRange_A05_t01: Fail # setRange throws StateError if there a
ren't enough elements in the iterable. Issue 402 | 544 LibTest/core/List/setRange_A05_t01: Fail # setRange throws StateError if there a
ren't enough elements in the iterable. Issue 402 |
543 | 545 |
544 # Issues with co19 test suite in checked mode. | 546 # Issues with co19 test suite in checked mode. |
545 [ $compiler == dart2js && $checked ] | 547 [ $compiler == dart2js && $checked ] |
546 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail, OK # test should
be marked type-error | 548 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail, OK # test should
be marked type-error |
547 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 | 549 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 |
548 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 | 550 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 |
549 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 | 551 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 |
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
737 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 | 739 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 |
738 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 | 740 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 |
739 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 | 741 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 |
740 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 | 742 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 |
741 | 743 |
742 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). | 744 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). |
743 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). | 745 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). |
744 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). | 746 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). |
745 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). | 747 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). |
746 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). | 748 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). |
OLD | NEW |