| 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 [ $arch == dartc && $mode == release ] | 10 [ $component == dartc && $mode == release ] |
| 11 | 11 |
| 12 # OK to fail - the optimized code doesn't execute correctly after type errors | 12 # OK to fail - the optimized code doesn't execute correctly after type errors |
| 13 LibTest/core/List/List/List/A01/t04: Fail | 13 LibTest/core/List/List/List/A01/t04: Fail |
| 14 | 14 |
| 15 # Faiures we should fix | 15 # Faiures we should fix |
| 16 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t01: Fail # Issue 218 | 16 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t01: Fail # Issue 218 |
| 17 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Fail # Issue 218 | 17 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Fail # Issue 218 |
| 18 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t09: Fail # Issue
202 | 18 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t09: Fail # Issue
202 |
| 19 LibTest/core/Set/add/Set/add/A01/t05: Fail # Bug 5392511 | 19 LibTest/core/Set/add/Set/add/A01/t05: Fail # Bug 5392511 |
| 20 LibTest/core/Set/addAll/Set/addAll/A01/t05: Fail # Bug 5392511 | 20 LibTest/core/Set/addAll/Set/addAll/A01/t05: Fail # Bug 5392511 |
| 21 LibTest/core/Set/contains/Set/contains/A01/t04: Fail # Bug 5392511 | 21 LibTest/core/Set/contains/Set/contains/A01/t04: Fail # Bug 5392511 |
| 22 LibTest/core/Set/containsAll/Set/containsAll/A01/t04: Fail # Bug 5392511 | 22 LibTest/core/Set/containsAll/Set/containsAll/A01/t04: Fail # Bug 5392511 |
| 23 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t04: Fail # Issue 219 | 23 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t04: Fail # Issue 219 |
| 24 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t02: Fail # Issue 219 | 24 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t02: Fail # Issue 219 |
| 25 | 25 |
| 26 # | 26 # |
| 27 # Tests that pass in release mode but fail in debug mode | 27 # Tests that pass in release mode but fail in debug mode |
| 28 # | 28 # |
| 29 [ $arch == dartc && $mode == debug ] | 29 [ $component == dartc && $mode == debug ] |
| 30 | 30 |
| 31 # | 31 # |
| 32 # Problems in both debug and release builds | 32 # Problems in both debug and release builds |
| 33 # | 33 # |
| 34 [ $arch == dartc ] | 34 [ $component == dartc ] |
| 35 | 35 |
| 36 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04
/t01: Fail # Bug 5371670. | 36 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04
/t01: Fail # Bug 5371670. |
| 37 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A02
/t01: Fail # Bug 5371670. | 37 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A02
/t01: Fail # Bug 5371670. |
| 38 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t01:
Skip # Issue 244 | 38 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t01:
Skip # Issue 244 |
| 39 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t02:
Fail # Bug 5371670. | 39 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t02:
Fail # Bug 5371670. |
| 40 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t03:
Fail # Bug 5371670. | 40 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t03:
Fail # Bug 5371670. |
| 41 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t04:
Fail # Bug 5371670. | 41 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A02/t04:
Fail # Bug 5371670. |
| 42 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A03/t01:
Fail # Bug 5371670. | 42 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A03/t01:
Fail # Bug 5371670. |
| 43 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A06/t04:
Fail # Bug 5371670. | 43 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A06/t04:
Fail # Bug 5371670. |
| 44 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01:
Fail # Bug 5371670. | 44 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01:
Fail # Bug 5371670. |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 LibTest/core/Queue/some/Queue/some/A01/t03: Fail | 182 LibTest/core/Queue/some/Queue/some/A01/t03: Fail |
| 183 LibTest/core/Queue/some/Queue/some/A01/t06: Fail | 183 LibTest/core/Queue/some/Queue/some/A01/t06: Fail |
| 184 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.10_CharacterEscape/RegE
xp/firstMatch/CharacterEscape/A06/t02: Fail | 184 LibTest/core/RegExp/firstMatch/Pattern_semantics/15.10.2.10_CharacterEscape/RegE
xp/firstMatch/CharacterEscape/A06/t02: Fail |
| 185 LibTest/core/String/String.fromCharCodes/String/String.fromCharCodes/A02/t01: Fa
il | 185 LibTest/core/String/String.fromCharCodes/String/String.fromCharCodes/A02/t01: Fa
il |
| 186 LibTest/core/StringBuffer/addAll/StringBuffer/addAll/A01/t02: Fail | 186 LibTest/core/StringBuffer/addAll/StringBuffer/addAll/A01/t02: Fail |
| 187 LibTest/core/Queue/iterator_hasNext/Queue/iterator/hasNext/A01/t01: Skip # Timeo
ut | 187 LibTest/core/Queue/iterator_hasNext/Queue/iterator/hasNext/A01/t01: Skip # Timeo
ut |
| 188 | 188 |
| 189 # List.fromList has been removed. | 189 # List.fromList has been removed. |
| 190 LibTest/core/List/List.fromList/*: Fail | 190 LibTest/core/List/List.fromList/*: Fail |
| 191 | 191 |
| 192 [ $arch == dartium ] | 192 [ $component == dartium ] |
| 193 *: Skip | 193 *: Skip |
| 194 | 194 |
| 195 | 195 |
| 196 [ $arch == chromium ] | 196 [ $component == chromium ] |
| 197 *: Skip | 197 *: Skip |
| OLD | NEW |