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

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

Issue 9428015: Generic bound errors are static type errors not to be reported by the VM. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 10 months 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
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/language.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 8
9 [ $component == vm ] 9 [ $component == vm ]
10 10
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 LibTest/core/SendPort/send_A02_t01: Fail 183 LibTest/core/SendPort/send_A02_t01: Fail
184 LibTest/core/String/contains_A01_t02: Fail 184 LibTest/core/String/contains_A01_t02: Fail
185 LibTest/core/int/operator_left_shift_A01_t02: Fail 185 LibTest/core/int/operator_left_shift_A01_t02: Fail
186 186
187 187
188 [ $component == vm && $unchecked ] 188 [ $component == vm && $unchecked ]
189 Language/13_Types/1_Static_Types_A02_t08: Fail 189 Language/13_Types/1_Static_Types_A02_t08: Fail
190 190
191 191
192 [ $component == vm && $checked ] 192 [ $component == vm && $checked ]
193 Language/09_Generics/09_Generics_A03_t01: Fail
194 Language/13_Types/8_Parameterized_Types_A01_t01: Fail 193 Language/13_Types/8_Parameterized_Types_A01_t01: Fail
195 Language/13_Types/8_Parameterized_Types_A01_t02: Fail 194 Language/13_Types/8_Parameterized_Types_A01_t02: Fail
196 Language/13_Types/8_Parameterized_Types_A01_t03: Fail 195 Language/13_Types/8_Parameterized_Types_A01_t03: Fail
197 Language/13_Types/8_Parameterized_Types_A01_t04: Fail 196 Language/13_Types/8_Parameterized_Types_A01_t04: Fail
198 Language/13_Types/8_Parameterized_Types_A03_t01: Fail
199 Language/13_Types/8_Parameterized_Types_A03_t02: Fail
200 Language/13_Types/8_Parameterized_Types_A03_t03: Fail
201 Language/13_Types/8_Parameterized_Types_A03_t04: Fail
202 Language/13_Types/8_Parameterized_Types_A03_t05: Fail
203 197
204 198
205 [ $arch == simarm ] 199 [ $arch == simarm ]
206 *: Skip 200 *: Skip
207 201
208 202
209 [ $arch == arm ] 203 [ $arch == arm ]
210 *: Skip 204 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698