Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Side by Side Diff: tests/co19/co19-compiler.status

Issue 8422005: Remove List.fromList constructor, and List.copyFrom. They are duplicates of the new range methods. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698