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

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

Issue 10699005: When a variable name is used as a type, emit a warning, not an error (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated junit tests Created 8 years, 5 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
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 6
7 Language/03_Overview/1_Scoping_A02_t27: Fail # co19 issue 135 7 Language/03_Overview/1_Scoping_A02_t27: Fail # co19 issue 135
8 Language/03_Overview/1_Scoping_A02_t30: Fail # Issue 3474
9 Language/03_Overview/1_Scoping_A02_t31: Fail # Issue 3474
10 Language/03_Overview/1_Scoping_A03_t04: Fail # co19 issue 143 8 Language/03_Overview/1_Scoping_A03_t04: Fail # co19 issue 143
11 Language/03_Overview/1_Scoping_A03_t05: Fail # co19 issue 144 9 Language/03_Overview/1_Scoping_A03_t05: Fail # co19 issue 144
12 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 3783 10 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 3783
13 Language/03_Overview/2_Privacy_A01_t14: Fail # Issue 3793 11 Language/03_Overview/2_Privacy_A01_t14: Fail # Issue 3793
14 Language/05_Variables/05_Variables_A01_t01: Fail # Issue 3323 12 Language/05_Variables/05_Variables_A01_t01: Fail # Issue 3323
15 Language/05_Variables/05_Variables_A04_t09: Fail # Issue 3323 13 Language/05_Variables/05_Variables_A04_t09: Fail # Issue 3323
16 Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t01: Fail # I ssue 3323 14 Language/06_Functions/2_Formal_Parameters/1_Positional_Formals_A02_t01: Fail # I ssue 3323
17 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t03: Fail # Issue 379 15 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t03: Fail # Issue 379
18 Language/07_Classes/2_Getters_A01_t02: Fail # Issue 379 16 Language/07_Classes/2_Getters_A01_t02: Fail # Issue 379
19 Language/07_Classes/3_Setters_A01_t02: Fail # Issue 379 17 Language/07_Classes/3_Setters_A01_t02: Fail # Issue 379
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass 138 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass
141 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass 139 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass
142 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass 140 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass
143 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass 141 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass
144 142
145 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass 143 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass
146 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass 144 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass
147 145
148 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 146 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
149 *: Skip 147 *: Skip
OLDNEW
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698