| 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 | |
| 6 [ $compiler == dart2js && $runtime == jsshell ] | 5 [ $compiler == dart2js && $runtime == jsshell ] |
| 7 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. |
| 8 | 7 |
| 9 | 8 |
| 10 # Crashes first, please. Then untriaged bugs. There is a section below | 9 # Crashes first, please. Then untriaged bugs. There is a section below |
| 11 # for co19 bugs. | 10 # for co19 bugs. |
| 12 [ $compiler == dart2js ] | 11 [ $compiler == dart2js ] |
| 13 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. | 12 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai
lure. |
| 14 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. | 13 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai
lure. |
| 15 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this
failure. | 14 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this
failure. |
| (...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 | 701 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 |
| 703 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 | 702 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 |
| 704 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 | 703 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 |
| 705 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 | 704 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 |
| 706 | 705 |
| 707 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). | 706 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 708 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). | 707 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed
(issue 382). |
| 709 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). | 708 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed
(issue 382). |
| 710 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). | 709 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| 711 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). | 710 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed
(issue 382). |
| OLD | NEW |