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

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

Issue 11267009: Fix analyzer co19 test expectations for UnsupportedError. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « no previous file | no next file » | 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 [ $compiler == dartc ] 5 [ $compiler == dartc ]
6 # We are now actually skipping these because of inter-test dependencies. 6 # We are now actually skipping these because of inter-test dependencies.
7 Language/13_Libraries_and_Scripts/3_Includes_A01_t23: Skip # TODO(analyzer-team) : Please triage this crash. 7 Language/13_Libraries_and_Scripts/3_Includes_A01_t23: Skip # TODO(analyzer-team) : Please triage this crash.
8 8
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(analyzer-team): Please triag e this failure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(analyzer-team): Please triag e this failure.
10 Language/03_Overview/2_Privacy_A01_t04: Fail # TODO(analyzer-team): Please triag e this failure. 10 Language/03_Overview/2_Privacy_A01_t04: Fail # TODO(analyzer-team): Please triag e this failure.
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 276 232 LibTest/core/Queue/forEach_A01_t03: Fail, OK # co19 issue 276
233 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 276 233 LibTest/core/Queue/some_A01_t03: Fail, OK # co19 issue 276
234 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 276 234 LibTest/core/Queue/every_A01_t03: Fail, OK # co19 issue 276
235 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 276 235 LibTest/core/Queue/filter_A01_t03: Fail, OK # co19 issue 276
236 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 276 236 LibTest/core/Map/putIfAbsent_A01_t08: Fail, OK # co19 issue 276
237 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 276 237 LibTest/core/Map/putIfAbsent_A01_t06: Fail, OK # co19 issue 276
238 LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 276 238 LibTest/core/Map/forEach_A01_t02: Fail, OK # co19 issue 276
239 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK # co19 issue 276 239 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK # co19 issue 276
240 Language/11_Statements/15_Assert_A04_t04: Fail, OK # co19 issue 276 240 Language/11_Statements/15_Assert_A04_t04: Fail, OK # co19 issue 276
241 241
242 LibTest/core/List/add_A02_t01: Fail, OK # co19 issue 285
243 LibTest/core/List/length_A04_t01: Fail, OK # co19 issue 285
244 LibTest/core/List/addAll_A02_t01: Fail, OK # co19 issue 285
245 LibTest/core/List/removeLast_A02_t01: Fail, OK # co19 issue 285
246 LibTest/core/List/List_A01_t02: Fail, OK # co19 issue 285
247 LibTest/core/List/clear_A02_t01: Fail, OK # co19 issue 285
248 LibTest/core/List/insertRange_A02_t01: Fail, OK # co19 issue 285
249 LibTest/core/List/removeRange_A02_t01: Fail, OK # co19 issue 285
250 LibTest/core/List/addLast_A02_t01: Fail, OK # co19 issue 285
251
242 # The following tests use the deprecated catch syntax 252 # The following tests use the deprecated catch syntax
243 253
244 Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail, OK 254 Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail, OK
245 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t07: Fail , OK 255 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t07: Fail , OK
246 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail, O K 256 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail, O K
247 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A06_t02: Fail, OK 257 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A06_t02: Fail, OK
248 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail, O K 258 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail, O K
249 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A05_t01: Fail, OK 259 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A05_t01: Fail, OK
250 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail, O K 260 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail, O K
251 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t02: Fail, OK 261 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t02: Fail, OK
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail, OK 300 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail, OK
291 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail, OK 301 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail, OK
292 Language/03_Overview/2_Privacy_A01_t11: Fail, OK 302 Language/03_Overview/2_Privacy_A01_t11: Fail, OK
293 Language/03_Overview/1_Scoping_A02_t28: Fail, OK 303 Language/03_Overview/1_Scoping_A02_t28: Fail, OK
294 Language/03_Overview/2_Privacy_A01_t18: Fail, OK 304 Language/03_Overview/2_Privacy_A01_t18: Fail, OK
295 Language/03_Overview/2_Privacy_A01_t08: Fail, OK 305 Language/03_Overview/2_Privacy_A01_t08: Fail, OK
296 306
297 307
298 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 308 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
299 *: Skip 309 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698