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

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

Issue 10966047: Issue 5295. Reference to undefined static setter 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/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 Language/10_Expressions/05_Strings_A02_t39: Fail, OK # no longer an error 158 Language/10_Expressions/05_Strings_A02_t39: Fail, OK # no longer an error
159 Language/10_Expressions/05_Strings_A02_t41: Fail, OK # no longer an error 159 Language/10_Expressions/05_Strings_A02_t41: Fail, OK # no longer an error
160 Language/10_Expressions/05_Strings_A02_t43: Fail, OK # no longer an error 160 Language/10_Expressions/05_Strings_A02_t43: Fail, OK # no longer an error
161 Language/10_Expressions/05_Strings_A02_t45: Fail, OK # no longer an error 161 Language/10_Expressions/05_Strings_A02_t45: Fail, OK # no longer an error
162 Language/10_Expressions/05_Strings_A02_t46: Fail # Issue 5296 162 Language/10_Expressions/05_Strings_A02_t46: Fail # Issue 5296
163 Language/10_Expressions/05_Strings_A02_t47: Fail, OK # no longer an error 163 Language/10_Expressions/05_Strings_A02_t47: Fail, OK # no longer an error
164 Language/10_Expressions/05_Strings_A02_t48: Fail # Issue 5296 164 Language/10_Expressions/05_Strings_A02_t48: Fail # Issue 5296
165 Language/10_Expressions/05_Strings_A02_t49: Fail, OK # no longer an error 165 Language/10_Expressions/05_Strings_A02_t49: Fail, OK # no longer an error
166 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t03: Fail # Issue 5294 166 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_t04: Fail # Issue 5294 167 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t04: Fail # Issue 5294
168 Language/10_Expressions/16_Assignment_A04_t05: Fail # Issue 5295
169 Language/11_Statements/02_Expression_Statements_A01_t07: Fail # Issue 5299 168 Language/11_Statements/02_Expression_Statements_A01_t07: Fail # Issue 5299
170 Language/11_Statements/02_Expression_Statements_A01_t09: Fail, OK # maps with ty pe arguments are allowed 169 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_t10: Fail, OK # maps with ty pe arguments are allowed 170 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_t11: Fail, OK # maps with ty pe arguments are allowed 171 Language/11_Statements/02_Expression_Statements_A01_t11: Fail, OK # maps with ty pe arguments are allowed
173 Language/11_Statements/09_Try_A06_t01: Fail, OK # deprecated catch syntax 172 Language/11_Statements/09_Try_A06_t01: Fail, OK # deprecated catch syntax
174 Language/11_Statements/09_Try_A06_t02: Fail, OK # deprecated catch syntax 173 Language/11_Statements/09_Try_A06_t02: Fail, OK # deprecated catch syntax
175 Language/11_Statements/09_Try_A06_t03: Fail, OK # deprecated catch syntax 174 Language/11_Statements/09_Try_A06_t03: Fail, OK # deprecated catch syntax
176 Language/11_Statements/09_Try_A06_t04: Fail, OK # deprecated catch syntax 175 Language/11_Statements/09_Try_A06_t04: Fail, OK # deprecated catch syntax
177 Language/11_Statements/09_Try_A06_t05: Fail, OK # deprecated catch syntax 176 Language/11_Statements/09_Try_A06_t05: Fail, OK # deprecated catch syntax
178 LibTest/core/Futures/wait_A03_t01: Fail, OK # deprecated catch syntax 177 LibTest/core/Futures/wait_A03_t01: Fail, OK # deprecated catch syntax
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK 690 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK
692 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK 691 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK
693 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK 692 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK
694 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK 693 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK
695 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK 694 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK
696 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK 695 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK
697 696
698 697
699 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 698 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
700 *: Skip 699 *: Skip
OLDNEW
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698