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

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

Issue 9515011: Add support for malformed types and postpone some related errors from compile (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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
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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 Language/08_Interfaces/3_Factories_and_Constructors_A06_t02: Fail 167 Language/08_Interfaces/3_Factories_and_Constructors_A06_t02: Fail
168 Language/08_Interfaces/3_Factories_and_Constructors_A06_t03: Fail 168 Language/08_Interfaces/3_Factories_and_Constructors_A06_t03: Fail
169 Language/08_Interfaces/3_Factories_and_Constructors_A06_t04: Fail 169 Language/08_Interfaces/3_Factories_and_Constructors_A06_t04: Fail
170 Language/08_Interfaces/3_Factories_and_Constructors_A06_t05: Fail 170 Language/08_Interfaces/3_Factories_and_Constructors_A06_t05: Fail
171 Language/08_Interfaces/3_Factories_and_Constructors_A06_t06: Fail 171 Language/08_Interfaces/3_Factories_and_Constructors_A06_t06: Fail
172 Language/08_Interfaces/3_Factories_and_Constructors_A06_t07: Fail 172 Language/08_Interfaces/3_Factories_and_Constructors_A06_t07: Fail
173 Language/08_Interfaces/3_Factories_and_Constructors_A06_t08: Fail 173 Language/08_Interfaces/3_Factories_and_Constructors_A06_t08: Fail
174 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail 174 Language/08_Interfaces/4_Superinterfaces/1_Inheritance_and_Overriding_A01_t02: F ail
175 Language/08_Interfaces/4_Superinterfaces_A01_t02: Fail 175 Language/08_Interfaces/4_Superinterfaces_A01_t02: Fail
176 Language/08_Interfaces/4_Superinterfaces_A02_t04: Fail 176 Language/08_Interfaces/4_Superinterfaces_A02_t04: Fail
177 Language/09_Generics/09_Generics_A01_t02: Fail 177 Language/09_Generics/09_Generics_A04_t04: Fail # Should not expect a compile ti me error.
178 Language/09_Generics/09_Generics_A01_t03: Fail 178 Language/09_Generics/09_Generics_A04_t05: Fail # Should not expect a compile ti me error.
srdjan 2012/02/29 00:15:54 Please file an issue with co19 and put the issue n
regis 2012/02/29 02:10:01 Issue co19 83 filed. Earlier, in patch 2, I filed
179 Language/09_Generics/09_Generics_A04_t06: Fail 179 Language/09_Generics/09_Generics_A04_t06: Fail
180 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail 180 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail
181 LibTest/core/FallThroughError/toString_A01_t01: Fail 181 LibTest/core/FallThroughError/toString_A01_t01: Fail
182 LibTest/core/List/lastIndexOf_A03_t01: Fail 182 LibTest/core/List/lastIndexOf_A03_t01: Fail
183 LibTest/core/ReceivePort/receive_A01_t02: Fail 183 LibTest/core/ReceivePort/receive_A01_t02: Fail
184 LibTest/core/SendPort/send_A02_t01: Fail 184 LibTest/core/SendPort/send_A02_t01: Fail
185 LibTest/core/String/contains_A01_t02: Fail 185 LibTest/core/String/contains_A01_t02: Fail
186 186
187 187
188 [ $component == vm && $arch == ia32 ] 188 [ $component == vm && $arch == ia32 ]
(...skipping 10 matching lines...) Expand all
199 Language/13_Types/8_Parameterized_Types_A01_t03: Fail 199 Language/13_Types/8_Parameterized_Types_A01_t03: Fail
200 Language/13_Types/8_Parameterized_Types_A01_t04: Fail 200 Language/13_Types/8_Parameterized_Types_A01_t04: Fail
201 201
202 202
203 [ $arch == simarm ] 203 [ $arch == simarm ]
204 *: Skip 204 *: Skip
205 205
206 206
207 [ $arch == arm ] 207 [ $arch == arm ]
208 *: Skip 208 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698