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

Side by Side Diff: tests/co19/co19-runtime.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 [ $arch == ia32 ] 7 [ $arch == ia32 ]
8 8
9 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04 /t01: Fail # Bug 5371433 9 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Const_Expressions/A04 /t01: Fail # Bug 5371433
10 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01: Fail # Bug 5371433 10 LangGuideTest/02_Language_Constructs/02_1_Class/02_1_Class_Construction/A10/t01: Fail # Bug 5371433
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 139
140 # Invalid tests (ObjectNotClosureException instead of NullPointerException) 140 # Invalid tests (ObjectNotClosureException instead of NullPointerException)
141 LibTest/core/Queue/filter/Queue/filter/A01/t03 : Skip 141 LibTest/core/Queue/filter/Queue/filter/A01/t03 : Skip
142 LibTest/core/Queue/some/Queue/some/A01/t03 : Skip 142 LibTest/core/Queue/some/Queue/some/A01/t03 : Skip
143 LibTest/core/Queue/forEach/Queue/forEach/A01/t03 : Skip 143 LibTest/core/Queue/forEach/Queue/forEach/A01/t03 : Skip
144 LibTest/core/Queue/every/Queue/every/A01/t03 : Skip 144 LibTest/core/Queue/every/Queue/every/A01/t03 : Skip
145 LibTest/core/Map/forEach/Map/forEach/A01/t02 : Skip 145 LibTest/core/Map/forEach/Map/forEach/A01/t02 : Skip
146 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t06 : Skip 146 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t06 : Skip
147 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t08 : Skip 147 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t08 : Skip
148 148
149 # List.fromList has been removed.
150 LibTest/core/List/List.fromList/*: Fail
151
149 [ $arch == x64 ] 152 [ $arch == x64 ]
150 *: Skip 153 *: Skip
151 154
152 155
153 [ $arch == simarm ] 156 [ $arch == simarm ]
154 *: Skip 157 *: Skip
155 158
156 159
157 [ $arch == arm ] 160 [ $arch == arm ]
158 *: Skip 161 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698