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

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

Issue 11260031: Issue 6202. Remove support for 'Dynamic'. Add Clean Up to rename to 'dynamic'. (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
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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t01: pass # http: //dartbug.com/5179 155 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t01: pass # http: //dartbug.com/5179
156 156
157 Language/07_Classes/2_Getters_A01_t05: Fail # No issue: waiting to remove old ge tter syntax 157 Language/07_Classes/2_Getters_A01_t05: Fail # No issue: waiting to remove old ge tter syntax
158 Language/07_Classes/3_Setters_A04_t03: Fail, OK # getter and method with the sam e name 158 Language/07_Classes/3_Setters_A04_t03: Fail, OK # getter and method with the sam e name
159 Language/07_Classes/3_Setters_A04_t06: Fail OK # getter and method with the same name 159 Language/07_Classes/3_Setters_A04_t06: Fail OK # getter and method with the same name
160 160
161 # co19 issue 217 161 # co19 issue 217
162 Language/07_Classes/07_Classes_A07_t03: Fail, OK 162 Language/07_Classes/07_Classes_A07_t03: Fail, OK
163 Language/07_Classes/07_Classes_A07_t06: Fail, OK 163 Language/07_Classes/07_Classes_A07_t06: Fail, OK
164 164
165 # co19 issue 292
166 Language/08_Interfaces/5_Superinterfaces_A03_t02: Fail, OK
167 Language/10_Expressions/31_Type_Test_A03_t01: Fail, OK
168 Language/11_Statements/02_Expression_Statements_A01_t08: Fail, OK
169
165 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: Fail, OK # c ontains syntax error 170 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: Fail, OK # c ontains syntax error
166 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail, OK # c ontains syntax error 171 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail, OK # c ontains syntax error
167 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK # deprecated parameter syntax 172 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK # deprecated parameter syntax
168 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail # Issue 5294 173 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail # Issue 5294
169 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail # Issue 5294 174 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail # Issue 5294
170 175
171 # The following tests use NoSuchMethodException instead of NoSuchMethodError. 176 # The following tests use NoSuchMethodException instead of NoSuchMethodError.
172 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # co19 issue 195 177 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # co19 issue 195
173 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t07: Fail, OK # co19 issue 195 178 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t07: Fail, OK # co19 issue 195
174 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail, OK # co19 issue 195 179 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail, OK # co19 issue 195
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 Language/11_Statements/05_For/2_For_in_A01_t04: Fail, OK # co19 issue 286 312 Language/11_Statements/05_For/2_For_in_A01_t04: Fail, OK # co19 issue 286
308 Language/11_Statements/05_For/2_For_in_A01_t02: Fail, OK # co19 issue 286 313 Language/11_Statements/05_For/2_For_in_A01_t02: Fail, OK # co19 issue 286
309 Language/11_Statements/05_For/2_For_in_A01_t05: Fail, OK # co19 issue 286 314 Language/11_Statements/05_For/2_For_in_A01_t05: Fail, OK # co19 issue 286
310 Language/11_Statements/06_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
311 LibTest/core/Queue/Queue.from_A01_t02: Fail, OK # co19 issue 286 316 LibTest/core/Queue/Queue.from_A01_t02: Fail, OK # co19 issue 286
312 LibTest/core/Set/Set.from_A01_t02: Fail, OK # co19 issue 286 317 LibTest/core/Set/Set.from_A01_t02: Fail, OK # co19 issue 286
313 318
314 319
315 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 320 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
316 *: Skip 321 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698