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

Side by Side Diff: tests/language/language-leg.status

Issue 10095014: Implement interface types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | « tests/co19/co19-leg.status ('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 == dart2js && $checked ] 5 [ $compiler == dart2js && $checked ]
6 *: Skip 6 *: Skip
7 7
8 8
9 [ $compiler == dart2js] 9 [ $compiler == dart2js]
10 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet . 10 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet .
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 OverrideFieldMethod4NegativeTest: Fail, OK # Negative language test. 143 OverrideFieldMethod4NegativeTest: Fail, OK # Negative language test.
144 OverrideFieldMethod5NegativeTest: Fail, OK # Negative language test. 144 OverrideFieldMethod5NegativeTest: Fail, OK # Negative language test.
145 OverrideFieldMethod6NegativeTest: Fail, OK # Negative language test. 145 OverrideFieldMethod6NegativeTest: Fail, OK # Negative language test.
146 OverrideFieldTest/01: Fail, OK # Negative language test. 146 OverrideFieldTest/01: Fail, OK # Negative language test.
147 OverrideFieldTest/04: Fail, OK # Negative language test. 147 OverrideFieldTest/04: Fail, OK # Negative language test.
148 OverrideMethodWithFieldTest/01: Fail, OK # Negative language test. 148 OverrideMethodWithFieldTest/01: Fail, OK # Negative language test.
149 Prefix16NegativeTest: Fail, OK # Negative language test. 149 Prefix16NegativeTest: Fail, OK # Negative language test.
150 Prefix18NegativeTest: Fail, OK # Negative language test. 150 Prefix18NegativeTest: Fail, OK # Negative language test.
151 Prefix20NegativeTest: Fail, OK # Negative language test. 151 Prefix20NegativeTest: Fail, OK # Negative language test.
152 Prefix23NegativeTest: Fail, OK # Negative language test. 152 Prefix23NegativeTest: Fail, OK # Negative language test.
153 Prefix9NegativeTest: Fail, OK # Negative language test.
154 PseudoKWIllegalTest/01: Fail, OK # Negative language test. 153 PseudoKWIllegalTest/01: Fail, OK # Negative language test.
155 PseudoKWIllegalTest/03: Fail, OK # Negative language test. 154 PseudoKWIllegalTest/03: Fail, OK # Negative language test.
156 PseudoKWIllegalTest/05: Fail, OK # Negative language test. 155 PseudoKWIllegalTest/05: Fail, OK # Negative language test.
157 PseudoKWIllegalTest/06: Fail, OK # Negative language test. 156 PseudoKWIllegalTest/06: Fail, OK # Negative language test.
158 PseudoKWIllegalTest/07: Fail, OK # Negative language test. 157 PseudoKWIllegalTest/07: Fail, OK # Negative language test.
159 PseudoKWIllegalTest/08: Fail, OK # Negative language test. 158 PseudoKWIllegalTest/08: Fail, OK # Negative language test.
160 PseudoKWIllegalTest/09: Fail, OK # Negative language test. 159 PseudoKWIllegalTest/09: Fail, OK # Negative language test.
161 PseudoKWIllegalTest/10: Fail, OK # Negative language test. 160 PseudoKWIllegalTest/10: Fail, OK # Negative language test.
162 PseudoKWIllegalTest/11: Fail, OK # Negative language test. 161 PseudoKWIllegalTest/11: Fail, OK # Negative language test.
163 PseudoKWIllegalTest/12: Fail, OK # Negative language test. 162 PseudoKWIllegalTest/12: Fail, OK # Negative language test.
(...skipping 10 matching lines...) Expand all
174 StaticTopLevelTest/01: Fail, OK # Negative language test. 173 StaticTopLevelTest/01: Fail, OK # Negative language test.
175 StaticTopLevelTest/02: Fail, OK # Negative language test. 174 StaticTopLevelTest/02: Fail, OK # Negative language test.
176 StaticTopLevelTest/03: Fail, OK # Negative language test. 175 StaticTopLevelTest/03: Fail, OK # Negative language test.
177 StaticTopLevelTest/04: Fail, OK # Negative language test. 176 StaticTopLevelTest/04: Fail, OK # Negative language test.
178 StaticTopLevelTest/05: Fail, OK # Negative language test. 177 StaticTopLevelTest/05: Fail, OK # Negative language test.
179 StringInterpolation7NegativeTest: Fail, OK # Negative language test. 178 StringInterpolation7NegativeTest: Fail, OK # Negative language test.
180 SyntaxTest/47: Fail, OK # No error on body in const constructor. 179 SyntaxTest/47: Fail, OK # No error on body in const constructor.
181 Throw7NegativeTest: Fail, OK # Negative language test. 180 Throw7NegativeTest: Fail, OK # Negative language test.
182 TryCatchSyntaxTest/08: Fail, OK # Negative language test. 181 TryCatchSyntaxTest/08: Fail, OK # Negative language test.
183 TypeVariableBoundsTest/00: Fail, OK # Negative language test. 182 TypeVariableBoundsTest/00: Fail, OK # Negative language test.
184 TypeVariableBoundsTest/07: Fail, OK # Negative language test.
185 TypeVariableBoundsTest/08: Fail, OK # Negative language test. 183 TypeVariableBoundsTest/08: Fail, OK # Negative language test.
186 TypeVariableScopeTest/00: Fail, OK # Negative language test. 184 TypeVariableScopeTest/00: Fail, OK # Negative language test.
187 TypeVariableScopeTest/01: Fail, OK # Negative language test. 185 TypeVariableScopeTest/01: Fail, OK # Negative language test.
188 TypeVariableScopeTest/02: Fail, OK # Negative language test. 186 TypeVariableScopeTest/02: Fail, OK # Negative language test.
189 TypeVariableScopeTest/03: Fail, OK # Negative language test. 187 TypeVariableScopeTest/03: Fail, OK # Negative language test.
190 TypeVariableScopeTest/04: Fail, OK # Negative language test. 188 TypeVariableScopeTest/04: Fail, OK # Negative language test.
191 TypeVariableScopeTest/05: Fail, OK # Negative language test. 189 TypeVariableScopeTest/05: Fail, OK # Negative language test.
192 WrongNumberTypeArgumentsTest/01: Fail, OK # Negative language test. 190 WrongNumberTypeArgumentsTest/01: Fail, OK # Negative language test.
193 191
194 192
(...skipping 12 matching lines...) Expand all
207 205
208 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31. 206 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31.
209 207
210 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant". 208 FinalSyntaxTest/none: Fail, OK # Uses deprecated "StrConstant + StrConstant".
211 209
212 [ $compiler == dart2js && $mode == release ] 210 [ $compiler == dart2js && $mode == release ]
213 AssignTopMethodNegativeTest: Crash 211 AssignTopMethodNegativeTest: Crash
214 212
215 [ $compiler == dart2js && $runtime == none ] 213 [ $compiler == dart2js && $runtime == none ]
216 *: Fail, Pass # TODO(ahe): Triage these tests. 214 *: Fail, Pass # TODO(ahe): Triage these tests.
OLDNEW
« no previous file with comments | « tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698