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 == d8 || $runtime == drt) ] |
| 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 |
| 8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293 |
| 9 |
5 [ $compiler == dart2js && $runtime == jsshell ] | 10 [ $compiler == dart2js && $runtime == jsshell ] |
6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t
his crash. | 11 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t
his crash. |
7 LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test s
ometimes times out. | 12 LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test s
ometimes times out. |
8 | 13 |
9 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 14 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
10 LibTest/core/Map/Map_class_A01_t04: Slow, Pass | 15 LibTest/core/Map/Map_class_A01_t04: Slow, Pass |
11 | 16 |
12 # Crashes first, please. Then untriaged bugs. There is a section below | 17 # Crashes first, please. Then untriaged bugs. There is a section below |
13 # for co19 bugs. | 18 # for co19 bugs. |
14 [ $compiler == dart2js ] | 19 [ $compiler == dart2js ] |
(...skipping 754 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
769 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 | 774 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 |
770 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 | 775 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 |
771 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 | 776 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 |
772 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 | 777 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 |
773 | 778 |
774 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). | 779 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). |
775 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). | 780 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). |
776 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). | 781 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). |
777 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). | 782 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). |
778 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). | 783 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). |
OLD | NEW |