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

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

Issue 10963028: Issue 5293. Invocation of an undefined static method should be a warning, not an error (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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
« no previous file with comments | « compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java ('k') | 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 Language/03_Overview/2_Privacy_A01_t08: pass # http://dartbug.com/5179 6 Language/03_Overview/2_Privacy_A01_t08: pass # http://dartbug.com/5179
7 Language/03_Overview/2_Privacy_A01_t11: pass # http://dartbug.com/5179 7 Language/03_Overview/2_Privacy_A01_t11: pass # http://dartbug.com/5179
8 Language/03_Overview/2_Privacy_A01_t18: pass # http://dartbug.com/5179 8 Language/03_Overview/2_Privacy_A01_t18: pass # http://dartbug.com/5179
9 Language/06_Functions/06_Functions_A01_t22: fail # http://dartbug.com/5179 9 Language/06_Functions/06_Functions_A01_t22: fail # http://dartbug.com/5179
10 Language/06_Functions/2_Formal_Parameters_A02_t02: fail # http://dartbug.com/517 9 10 Language/06_Functions/2_Formal_Parameters_A02_t02: fail # http://dartbug.com/517 9
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 Language/07_Classes/6_Constructors/2_Factories_A05_t01: Fail, OK # should expect error 157 Language/07_Classes/6_Constructors/2_Factories_A05_t01: Fail, OK # should expect error
158 Language/07_Classes/6_Constructors/2_Factories_A05_t03: Fail, OK # should expect error 158 Language/07_Classes/6_Constructors/2_Factories_A05_t03: Fail, OK # should expect error
159 Language/10_Expressions/05_Strings_A02_t39: Fail, OK # no longer an error 159 Language/10_Expressions/05_Strings_A02_t39: Fail, OK # no longer an error
160 Language/10_Expressions/05_Strings_A02_t41: Fail, OK # no longer an error 160 Language/10_Expressions/05_Strings_A02_t41: Fail, OK # no longer an error
161 Language/10_Expressions/05_Strings_A02_t43: Fail, OK # no longer an error 161 Language/10_Expressions/05_Strings_A02_t43: Fail, OK # no longer an error
162 Language/10_Expressions/05_Strings_A02_t45: Fail, OK # no longer an error 162 Language/10_Expressions/05_Strings_A02_t45: Fail, OK # no longer an error
163 Language/10_Expressions/05_Strings_A02_t46: Fail # Issue 5296 163 Language/10_Expressions/05_Strings_A02_t46: Fail # Issue 5296
164 Language/10_Expressions/05_Strings_A02_t47: Fail, OK # no longer an error 164 Language/10_Expressions/05_Strings_A02_t47: Fail, OK # no longer an error
165 Language/10_Expressions/05_Strings_A02_t48: Fail # Issue 5296 165 Language/10_Expressions/05_Strings_A02_t48: Fail # Issue 5296
166 Language/10_Expressions/05_Strings_A02_t49: Fail, OK # no longer an error 166 Language/10_Expressions/05_Strings_A02_t49: Fail, OK # no longer an error
167 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t03: Fail # Issue 5293
168 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A03_t06: Fail # Issue 5293
169 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t03: Fail # Issue 5294 167 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t03: Fail # Issue 5294
170 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t04: Fail # Issue 5294 168 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t04: Fail # Issue 5294
171 Language/10_Expressions/16_Assignment_A04_t05: Fail # Issue 5295 169 Language/10_Expressions/16_Assignment_A04_t05: Fail # Issue 5295
172 Language/11_Statements/02_Expression_Statements_A01_t07: Fail # Issue 5299 170 Language/11_Statements/02_Expression_Statements_A01_t07: Fail # Issue 5299
173 Language/11_Statements/02_Expression_Statements_A01_t09: Fail, OK # maps with ty pe arguments are allowed 171 Language/11_Statements/02_Expression_Statements_A01_t09: Fail, OK # maps with ty pe arguments are allowed
174 Language/11_Statements/02_Expression_Statements_A01_t10: Fail, OK # maps with ty pe arguments are allowed 172 Language/11_Statements/02_Expression_Statements_A01_t10: Fail, OK # maps with ty pe arguments are allowed
175 Language/11_Statements/02_Expression_Statements_A01_t11: Fail, OK # maps with ty pe arguments are allowed 173 Language/11_Statements/02_Expression_Statements_A01_t11: Fail, OK # maps with ty pe arguments are allowed
176 Language/11_Statements/09_Try_A06_t01: Fail, OK # deprecated catch syntax 174 Language/11_Statements/09_Try_A06_t01: Fail, OK # deprecated catch syntax
177 Language/11_Statements/09_Try_A06_t02: Fail, OK # deprecated catch syntax 175 Language/11_Statements/09_Try_A06_t02: Fail, OK # deprecated catch syntax
178 Language/11_Statements/09_Try_A06_t03: Fail, OK # deprecated catch syntax 176 Language/11_Statements/09_Try_A06_t03: Fail, OK # deprecated catch syntax
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK 706 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK
709 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK 707 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK
710 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK 708 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK
711 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK 709 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK
712 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK 710 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK
713 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK 711 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK
714 712
715 713
716 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 714 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
717 *: Skip 715 *: Skip
OLDNEW
« no previous file with comments | « compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698