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

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

Issue 11304004: Add missing analyzer expectations. (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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 LibTest/core/List/add_A02_t01: Fail, OK # co19 issue 285 246 LibTest/core/List/add_A02_t01: Fail, OK # co19 issue 285
247 LibTest/core/List/length_A04_t01: Fail, OK # co19 issue 285 247 LibTest/core/List/length_A04_t01: Fail, OK # co19 issue 285
248 LibTest/core/List/addAll_A02_t01: Fail, OK # co19 issue 285 248 LibTest/core/List/addAll_A02_t01: Fail, OK # co19 issue 285
249 LibTest/core/List/removeLast_A02_t01: Fail, OK # co19 issue 285 249 LibTest/core/List/removeLast_A02_t01: Fail, OK # co19 issue 285
250 LibTest/core/List/List_A01_t02: Fail, OK # co19 issue 285 250 LibTest/core/List/List_A01_t02: Fail, OK # co19 issue 285
251 LibTest/core/List/clear_A02_t01: Fail, OK # co19 issue 285 251 LibTest/core/List/clear_A02_t01: Fail, OK # co19 issue 285
252 LibTest/core/List/insertRange_A02_t01: Fail, OK # co19 issue 285 252 LibTest/core/List/insertRange_A02_t01: Fail, OK # co19 issue 285
253 LibTest/core/List/removeRange_A02_t01: Fail, OK # co19 issue 285 253 LibTest/core/List/removeRange_A02_t01: Fail, OK # co19 issue 285
254 LibTest/core/List/addLast_A02_t01: Fail, OK # co19 issue 285 254 LibTest/core/List/addLast_A02_t01: Fail, OK # co19 issue 285
255 255
256 LibTest/core/List/iterator_next_A02_t01: Fail, OK # co19 issue 288
257 LibTest/core/Queue/removeFirst_A02_t01: Fail, OK # co19 issue 288
258 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 288
259 LibTest/core/Queue/removeLast_A02_t01: Fail, OK # co19 issue 288
260 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 288
261 LibTest/core/Queue/iterator_next_A02_t01: Fail, OK # co19 issue 288
262
256 # The following tests use the deprecated catch syntax 263 # The following tests use the deprecated catch syntax
257 264
258 Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail, OK 265 Language/06_Functions/3_Type_of_a_Function_A01_t01: Fail, OK
259 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t07: Fail , OK 266 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t07: Fail , OK
260 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail, O K 267 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t02: Fail, O K
261 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A06_t02: Fail, OK 268 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A06_t02: Fail, OK
262 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail, O K 269 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A07_t01: Fail, O K
263 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A05_t01: Fail, OK 270 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A05_t01: Fail, OK
264 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail, O K 271 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A03_t03: Fail, O K
265 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t02: Fail, OK 272 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t02: Fail, OK
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 Language/11_Statements/05_For/2_For_in_A01_t04: Fail, OK # co19 issue 286 319 Language/11_Statements/05_For/2_For_in_A01_t04: Fail, OK # co19 issue 286
313 Language/11_Statements/05_For/2_For_in_A01_t02: Fail, OK # co19 issue 286 320 Language/11_Statements/05_For/2_For_in_A01_t02: Fail, OK # co19 issue 286
314 Language/11_Statements/05_For/2_For_in_A01_t05: Fail, OK # co19 issue 286 321 Language/11_Statements/05_For/2_For_in_A01_t05: Fail, OK # co19 issue 286
315 Language/11_Statements/06_For/2_For_in_A01_t05: Fail, OK # co19 issue 286 322 Language/11_Statements/06_For/2_For_in_A01_t05: Fail, OK # co19 issue 286
316 LibTest/core/Queue/Queue.from_A01_t02: Fail, OK # co19 issue 286 323 LibTest/core/Queue/Queue.from_A01_t02: Fail, OK # co19 issue 286
317 LibTest/core/Set/Set.from_A01_t02: Fail, OK # co19 issue 286 324 LibTest/core/Set/Set.from_A01_t02: Fail, OK # co19 issue 286
318 325
319 326
320 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 327 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
321 *: Skip 328 *: 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