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

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

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 | « dart/samples/ui_lib/view/view.dart ('k') | dart/tests/corelib/list_sort_test.dart » ('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 [ $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 218
166 Language/10_Expressions/28_Identifier_Reference_A08_t38: Fail, OK
167
168 # co19 issue 270
169 Language/13_Libraries_and_Scripts/3_Includes_A01_t14: Fail, OK
170 Language/13_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK
171 Language/13_Libraries_and_Scripts/3_Includes_A02_t04: Fail, OK
172 Language/13_Libraries_and_Scripts/4_Scripts_A01_t16: Fail, OK
173
174
175
176 Language/10_Expressions/30_Type_Cast_A01_t04: Fail, OK # the expected error is n ot specified
177 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: Fail, OK # c ontains syntax error 165 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: Fail, OK # c ontains syntax error
178 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail, OK # c ontains syntax error 166 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t04: Fail, OK # c ontains syntax error
179 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK # deprecated parameter syntax 167 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK # deprecated parameter syntax
180 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail # Issue 5294 168 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Fail # Issue 5294
181 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail # Issue 5294 169 Language/10_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Fail # Issue 5294
182 170
183 # The following tests use NoSuchMethodException instead of NoSuchMethodError. 171 # The following tests use NoSuchMethodException instead of NoSuchMethodError.
184 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # co19 issue 195 172 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # co19 issue 195
185 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t07: Fail, OK # co19 issue 195 173 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t07: Fail, OK # co19 issue 195
186 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail, OK # co19 issue 195 174 Language/10_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t08: Fail, OK # co19 issue 195
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail, OK 276 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail, OK
289 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail, OK 277 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail, OK
290 Language/03_Overview/2_Privacy_A01_t11: Fail, OK 278 Language/03_Overview/2_Privacy_A01_t11: Fail, OK
291 Language/03_Overview/1_Scoping_A02_t28: Fail, OK 279 Language/03_Overview/1_Scoping_A02_t28: Fail, OK
292 Language/03_Overview/2_Privacy_A01_t18: Fail, OK 280 Language/03_Overview/2_Privacy_A01_t18: Fail, OK
293 Language/03_Overview/2_Privacy_A01_t08: Fail, OK 281 Language/03_Overview/2_Privacy_A01_t08: Fail, OK
294 282
295 283
296 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 284 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
297 *: Skip 285 *: Skip
OLDNEW
« no previous file with comments | « dart/samples/ui_lib/view/view.dart ('k') | dart/tests/corelib/list_sort_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698