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

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

Issue 9618053: Introduce the TYPEDEF element, and use it in order to catch passing closures to the DOM. I make the… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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 prefix language 5 prefix language
6 6
7 [ $component == leg && $checked ] 7 [ $component == leg && $checked ]
8 *: Skip 8 *: Skip
9 9
10 10
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 FinalForInVariableTest/01: Fail, OK # Negative language test 207 FinalForInVariableTest/01: Fail, OK # Negative language test
208 FinalParamNegativeTest: Fail, OK # Negative language test. 208 FinalParamNegativeTest: Fail, OK # Negative language test.
209 FinalVarNegativeTest: Fail, OK # Negative language test. 209 FinalVarNegativeTest: Fail, OK # Negative language test.
210 FunctionTypeAliasNegativeTest: Fail, OK # Negative language test. 210 FunctionTypeAliasNegativeTest: Fail, OK # Negative language test.
211 GetterDeclarationNegativeTest: Fail, OK # Negative language test. 211 GetterDeclarationNegativeTest: Fail, OK # Negative language test.
212 InstantiateTypeVariableNegativeTest: Pass # For the wrong reason. 212 InstantiateTypeVariableNegativeTest: Pass # For the wrong reason.
213 InterfaceCycleNegativeTest: Fail, OK # Negative language test. 213 InterfaceCycleNegativeTest: Fail, OK # Negative language test.
214 InterfaceFactory3NegativeTest: Fail, OK # Negative language test. 214 InterfaceFactory3NegativeTest: Fail, OK # Negative language test.
215 InterfaceFactoryConstructorNegativeTest: Fail, OK # Negative language test. 215 InterfaceFactoryConstructorNegativeTest: Fail, OK # Negative language test.
216 InterfaceStaticMethodNegativeTest: Fail, OK # Negative language test. 216 InterfaceStaticMethodNegativeTest: Fail, OK # Negative language test.
217 Library5NegativeTest: Fail, OK # Negative language test.
218 Library6NegativeTest: Fail, OK # Negative language test.
219 ListLiteral1NegativeTest: Fail, OK # Negative language test. 217 ListLiteral1NegativeTest: Fail, OK # Negative language test.
220 ListLiteral2NegativeTest: Fail, OK # Negative language test. 218 ListLiteral2NegativeTest: Fail, OK # Negative language test.
221 MapLiteral1NegativeTest: Fail, OK # Negative language test. 219 MapLiteral1NegativeTest: Fail, OK # Negative language test.
222 MapLiteral2NegativeTest: Fail, OK # Negative language test. 220 MapLiteral2NegativeTest: Fail, OK # Negative language test.
223 NewExpressionTypeArgsFrogTest/02: Fail, OK # Negative language test. 221 NewExpressionTypeArgsFrogTest/02: Fail, OK # Negative language test.
224 NonConstSuperNegativeTest: Fail, OK # Negative language test. 222 NonConstSuperNegativeTest: Fail, OK # Negative language test.
225 NumberIdentifierNegativeTest: Fail, OK # Negative language test. 223 NumberIdentifierNegativeTest: Fail, OK # Negative language test.
226 Operator1NegativeTest: Fail, OK # Negative language test. 224 Operator1NegativeTest: Fail, OK # Negative language test.
227 OverrideFieldMethod1NegativeTest: Fail, OK # Negative language test. 225 OverrideFieldMethod1NegativeTest: Fail, OK # Negative language test.
228 OverrideFieldMethod2NegativeTest: Fail, OK # Negative language test. 226 OverrideFieldMethod2NegativeTest: Fail, OK # Negative language test.
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 # TODO(ahe): Categorize these failures. 290 # TODO(ahe): Categorize these failures.
293 ClosureBreak1Test: Fail 291 ClosureBreak1Test: Fail
294 ClosureBreak2Test: Fail 292 ClosureBreak2Test: Fail
295 ClosureBreakTest: Fail 293 ClosureBreakTest: Fail
296 ExecuteFinally3Test: Fail 294 ExecuteFinally3Test: Fail
297 ExecuteFinally9Test: Fail 295 ExecuteFinally9Test: Fail
298 296
299 297
300 [ $component == leg && $mode == release ] 298 [ $component == leg && $mode == release ]
301 AssignTopMethodNegativeTest: Crash 299 AssignTopMethodNegativeTest: Crash
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