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 [ $arch == dartc && $mode == release ] |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 LibTest/core/Queue/forEach/Queue/forEach/A01/t03: Fail | 179 LibTest/core/Queue/forEach/Queue/forEach/A01/t03: Fail |
180 LibTest/core/Queue/forEach/Queue/forEach/A01/t04: Fail | 180 LibTest/core/Queue/forEach/Queue/forEach/A01/t04: Fail |
181 LibTest/core/List/sort/List/sort/A01/t06: Fail | 181 LibTest/core/List/sort/List/sort/A01/t06: Fail |
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. |
| 190 LibTest/core/List/List.fromList/*: Fail |
189 | 191 |
190 [ $arch == dartium ] | 192 [ $arch == dartium ] |
191 *: Skip | 193 *: Skip |
192 | 194 |
193 | 195 |
194 [ $arch == chromium ] | 196 [ $arch == chromium ] |
195 *: Skip | 197 *: Skip |
OLD | NEW |