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

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

Issue 11569014: Issue 6974. Report warning when arguments are given for 'dynamic' or type variable. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years 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/resolver/ResolverTest.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 6
7 7
8 # co19 issue 336 (allow use same prefix for several imports) 8 # co19 issue 336 (allow use same prefix for several imports)
9 Language/13_Libraries_and_Scripts/1_Imports_A02_t29: Fail 9 Language/13_Libraries_and_Scripts/1_Imports_A02_t29: Fail
10 10
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 111
112 112
113 # co19 issue 352 (use function expression with return type and name) 113 # co19 issue 352 (use function expression with return type and name)
114 LibTest/isolate/SendPort/send_A01_t01: Fail 114 LibTest/isolate/SendPort/send_A01_t01: Fail
115 115
116 116
117 # co19 issue 354 117 # co19 issue 354
118 Language/07_Classes/6_Constructors/2_Factories_A01_t02: Fail 118 Language/07_Classes/6_Constructors/2_Factories_A01_t02: Fail
119 119
120 120
121 # testing framework or VM issue 7388 (dies on Turkish character)
122 Language/11_Expressions/30_Identifier_Reference_A01_t08: Skip
123
124
121 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK # deprecated parameter syntax 125 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK # deprecated parameter syntax
122 126
123 Language/03_Overview/1_Scoping_A02_t28: Fail # language change 1031 127 Language/03_Overview/1_Scoping_A02_t28: Fail # language change 1031
124 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail # Iss ue 3323 128 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail # Iss ue 3323
125 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # Issue 2477 129 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # Issue 2477
126 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail # Issue 2477 130 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail # Issue 2477
127 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # Issue 2477 131 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # Issue 2477
128 Language/11_Expressions/01_Constants_A16_t01: Fail # Issue 1473 132 Language/11_Expressions/01_Constants_A16_t01: Fail # Issue 1473
129 Language/11_Expressions/01_Constants_A16_t02: Fail # Issue 1473 133 Language/11_Expressions/01_Constants_A16_t02: Fail # Issue 1473
130 Language/11_Expressions/01_Constants_A16_t03: Fail # Issue 1473 134 Language/11_Expressions/01_Constants_A16_t03: Fail # Issue 1473
131 Language/11_Expressions/01_Constants_A17_t03: Fail # Issue 1473 135 Language/11_Expressions/01_Constants_A17_t03: Fail # Issue 1473
132 Language/11_Expressions/22_Equality_A01_t19: Fail # language change 3368 136 Language/11_Expressions/22_Equality_A01_t19: Fail # language change 3368
133 Language/11_Expressions/22_Equality_A01_t20: Fail # language change 3368 137 Language/11_Expressions/22_Equality_A01_t20: Fail # language change 3368
134 Language/11_Expressions/22_Equality_A02_t03: Fail, OK # co19 issue 169 138 Language/11_Expressions/22_Equality_A02_t03: Fail, OK # co19 issue 169
135 139
136 140
137 141
138 142
139 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 143 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
140 *: Skip 144 *: Skip
OLDNEW
« no previous file with comments | « compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698