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

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

Issue 9443017: Implement hackish version of const list literals. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 ImplicitClosureTest: Fail # Internal Error: Cannot find value 60 ImplicitClosureTest: Fail # Internal Error: Cannot find value
61 ImplicitClosureTest: Fail # Internal Error: Cannot find value 61 ImplicitClosureTest: Fail # Internal Error: Cannot find value
62 ImplicitScopeTest: Fail # duplicate definition of a="bar" 62 ImplicitScopeTest: Fail # duplicate definition of a="bar"
63 IsObjectTest: Fail # Internal Error: Cannot find value 63 IsObjectTest: Fail # Internal Error: Cannot find value
64 Issue1363Test: Fail # lib is not a type 64 Issue1363Test: Fail # lib is not a type
65 Issue4515170Test: Fail # cannot resolve VAL 65 Issue4515170Test: Fail # cannot resolve VAL
66 LabelTest: Fail # switch cases are not implemented 66 LabelTest: Fail # switch cases are not implemented
67 Library5Test: Fail # library prefixes not handled 67 Library5Test: Fail # library prefixes not handled
68 LibraryPrefixesTest: Fail # other is not a type 68 LibraryPrefixesTest: Fail # other is not a type
69 LibrarySameNameUsedTest: Fail # lib2 is not a type 69 LibrarySameNameUsedTest: Fail # lib2 is not a type
70 ListLiteral2Test: Fail # CompileTimeConstantEvaluator not implemented
71 ListTest: Fail # named constructors with type arguments are not implemented 70 ListTest: Fail # named constructors with type arguments are not implemented
72 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1 71 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1
73 ManyGenericInstanceofTest: Fail # cannot resolve type T 72 ManyGenericInstanceofTest: Fail # cannot resolve type T
74 MapLiteral2Test: Fail # expected a constant string 73 MapLiteral2Test: Fail # expected a constant string
75 MapLiteral3Test: Fail # map not implemented 74 MapLiteral3Test: Fail # map not implemented
76 MapLiteral4Test: Fail # map not implemented 75 MapLiteral4Test: Fail # map not implemented
77 MapLiteralTest: Fail # Unexpected token ',' 76 MapLiteralTest: Fail # Unexpected token ','
78 MapTest: Fail # Internal Error: Cannot find value 77 MapTest: Fail # Internal Error: Cannot find value
79 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 78 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
80 MethodNameTest: Fail # Unexpected token '(' 79 MethodNameTest: Fail # Unexpected token '('
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 # TODO(ahe): Categorize these failures. 325 # TODO(ahe): Categorize these failures.
327 ClosureBreak1Test: Fail 326 ClosureBreak1Test: Fail
328 ClosureBreak2Test: Fail 327 ClosureBreak2Test: Fail
329 ClosureBreakTest: Fail 328 ClosureBreakTest: Fail
330 ExecuteFinally3Test: Fail 329 ExecuteFinally3Test: Fail
331 ExecuteFinally9Test: Fail 330 ExecuteFinally9Test: Fail
332 331
333 332
334 [ $component == leg && $mode == release ] 333 [ $component == leg && $mode == release ]
335 AssignTopMethodNegativeTest: Crash 334 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