| OLD | NEW |
| 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 prefix co19 | 5 prefix co19 |
| 6 | 6 |
| 7 # | 7 # |
| 8 # Problems specific to compiler in release build (--optimize) | 8 # Problems specific to compiler in release build (--optimize) |
| 9 # | 9 # |
| 10 [ $component == dartc && $mode == release ] | 10 [ $component == dartc && $mode == release ] |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 LibTest/core/String/String.fromCharCodes/String/String.fromCharCodes/A02/t01: Fa
il | 170 LibTest/core/String/String.fromCharCodes/String/String.fromCharCodes/A02/t01: Fa
il |
| 171 LibTest/core/StringBuffer/addAll/StringBuffer/addAll/A01/t02: Fail | 171 LibTest/core/StringBuffer/addAll/StringBuffer/addAll/A01/t02: Fail |
| 172 LibTest/core/Queue/iterator_hasNext/Queue/iterator/hasNext/A01/t01: Skip # Timeo
ut | 172 LibTest/core/Queue/iterator_hasNext/Queue/iterator/hasNext/A01/t01: Skip # Timeo
ut |
| 173 | 173 |
| 174 # List.fromList has been removed. | 174 # List.fromList has been removed. |
| 175 LibTest/core/List/List.fromList/*: Fail | 175 LibTest/core/List/List.fromList/*: Fail |
| 176 | 176 |
| 177 | 177 |
| 178 # New problems on 2011-11-01. | 178 # New problems on 2011-11-01. |
| 179 [ $component == dartc ] | 179 [ $component == dartc ] |
| 180 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t01:
Fail |
| 180 LangSpecTest/13_Types/13_1_Static_Types/A04/t01: Fail | 181 LangSpecTest/13_Types/13_1_Static_Types/A04/t01: Fail |
| 181 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail | 182 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail |
| 182 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t02: Fail | 183 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t02: Fail |
| 183 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t01: Crash | 184 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t01: Crash |
| 184 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t02: Crash | 185 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t02: Crash |
| 185 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t03: Crash | 186 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A02/t03: Crash |
| 186 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A03/t01: Crash | 187 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A03/t01: Crash |
| 187 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A04/t01: Crash | 188 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A04/t01: Crash |
| 188 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A04/t02: Crash | 189 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A04/t02: Crash |
| 189 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A06/t02: Fail | 190 LangSpecTest/13_Types/13_3_Type_Declarations/13_3_1_Typedef/A06/t02: Fail |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 439 LibTest/core/int/operator_~div/int/operator/~div/A01/t01: Fail | 440 LibTest/core/int/operator_~div/int/operator/~div/A01/t01: Fail |
| 440 LibTest/core/int/toInt/int/toInt/A01/t01: Fail | 441 LibTest/core/int/toInt/int/toInt/A01/t01: Fail |
| 441 | 442 |
| 442 | 443 |
| 443 [ $component == dartium ] | 444 [ $component == dartium ] |
| 444 *: Skip | 445 *: Skip |
| 445 | 446 |
| 446 | 447 |
| 447 [ $component == chromium ] | 448 [ $component == chromium ] |
| 448 *: Skip | 449 *: Skip |
| OLD | NEW |