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

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

Issue 9542001: Fix this capturing in closures. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. 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
11 [ $component == leg ] 11 [ $component == leg ]
12 Constructor6Test: Crash 12 Constructor6Test: Crash
13 FunctionTest: Crash 13 FunctionTest: Crash
14 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet . 14 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet .
15 15
16 FunctionLiterals2Test: Crash # TODO(floitsch): investigate. 16 FunctionLiterals2Test: Crash # TODO(floitsch): investigate.
17 17
18 GetSyntaxTest/none: Fail # TODO(ahe): investigate. 18 GetSyntaxTest/none: Fail # TODO(ahe): investigate.
19 GetSetSyntaxTest/none: Fail # TODO(ahe): investigate. 19 GetSetSyntaxTest/none: Fail # TODO(ahe): investigate.
20 SuperImplicitClosureTest: Fail # TODO(ahe): investigate. 20 SuperImplicitClosureTest: Fail # TODO(ahe): investigate.
21 ImplicitClosureTest: Fail # TODO(ahe): investigate.
22 FinalSyntaxTest/none: Fail # TODO(ahe): investigate. 21 FinalSyntaxTest/none: Fail # TODO(ahe): investigate.
23 SyntaxTest/28: Fail # TODO(ahe): investigate. 22 SyntaxTest/28: Fail # TODO(ahe): investigate.
24 SyntaxTest/30: Fail # TODO(ahe): investigate. 23 SyntaxTest/30: Fail # TODO(ahe): investigate.
25 SyntaxTest/31: Fail # TODO(ahe): investigate. 24 SyntaxTest/31: Fail # TODO(ahe): investigate.
26 SyntaxTest/32: Fail # TODO(ahe): investigate. 25 SyntaxTest/32: Fail # TODO(ahe): investigate.
27 SyntaxTest/33: Fail # TODO(ahe): investigate. 26 SyntaxTest/33: Fail # TODO(ahe): investigate.
28 SyntaxTest/47: Fail # TODO(ahe): investigate. 27 SyntaxTest/47: Fail # TODO(ahe): investigate.
29 28
30 # Compilation errors. 29 # Compilation errors.
31 Arithmetic2Test: Fail # map not implemented 30 Arithmetic2Test: Fail # map not implemented
32 ArithmeticTest: Fail # Internal Error: Cannot find value 31 ArithmeticTest: Fail # Internal Error: Cannot find value
33 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented 32 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented
34 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented 33 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented
35 CTConstTest: Fail # map not implemented 34 CTConstTest: Fail # map not implemented
36 CallOperatorTest: Fail # Unexpected token 'call' 35 CallOperatorTest: Fail # Unexpected token 'call'
37 CallThroughGetterTest: Fail # Internal Error: Cannot find value 36 CallThroughGetterTest: Fail # Internal Error: Cannot find value
38 CanonicalConstTest: Fail # map not implemented 37 CanonicalConstTest: Fail # map not implemented
39 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 38 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000
40 ClassTest: Fail # Internal Error: Cannot find value
41 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented 39 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented
42 ConstObjectsAreImmutableTest: Fail # map not implemented 40 ConstObjectsAreImmutableTest: Fail # map not implemented
43 Constructor5Test: Fail # no matching constructor found 41 Constructor5Test: Fail # no matching constructor found
44 ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance me thods 42 ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance me thods
45 Context2Test: Fail # switch cases are not implemented 43 Context2Test: Fail # switch cases are not implemented
46 ContinueTest: Fail # switch cases are not implemented 44 ContinueTest: Fail # switch cases are not implemented
47 DefaultFactoryLibraryTest: Fail # lib is not a type 45 DefaultFactoryLibraryTest: Fail # lib is not a type
48 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented 46 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented
49 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0. 47 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0.
50 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0. 48 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0.
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 # TODO(ahe): Categorize these failures. 305 # TODO(ahe): Categorize these failures.
308 ClosureBreak1Test: Fail 306 ClosureBreak1Test: Fail
309 ClosureBreak2Test: Fail 307 ClosureBreak2Test: Fail
310 ClosureBreakTest: Fail 308 ClosureBreakTest: Fail
311 ExecuteFinally3Test: Fail 309 ExecuteFinally3Test: Fail
312 ExecuteFinally9Test: Fail 310 ExecuteFinally9Test: Fail
313 311
314 312
315 [ $component == leg && $mode == release ] 313 [ $component == leg && $mode == release ]
316 AssignTopMethodNegativeTest: Crash 314 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