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

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

Issue 9634008: Introduce element categories and move resolver towards being more compositional. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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
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 [ $component == leg && $checked ] 5 [ $component == leg && $checked ]
6 *: Skip 6 *: Skip
7 7
8 8
9 [ $component == leg ] 9 [ $component == leg ]
10 Constructor6Test: Crash 10 Constructor6Test: Crash
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters 50 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters
51 GenericInstanceofTest: Fail # cannot resolve type T 51 GenericInstanceofTest: Fail # cannot resolve type T
52 GenericTest: Fail # cannot resolve type T 52 GenericTest: Fail # cannot resolve type T
53 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s 53 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s
54 ImplicitScopeTest: Fail # duplicate definition of a="bar" 54 ImplicitScopeTest: Fail # duplicate definition of a="bar"
55 Issue1363Test: Fail # lib is not a type 55 Issue1363Test: Fail # lib is not a type
56 Issue4515170Test: Fail # cannot resolve VAL 56 Issue4515170Test: Fail # cannot resolve VAL
57 LabelTest: Fail # switch cases are not implemented 57 LabelTest: Fail # switch cases are not implemented
58 Library5Test: Fail # library prefixes not handled 58 Library5Test: Fail # library prefixes not handled
59 LibraryPrefixesTest: Fail # other is not a type 59 LibraryPrefixesTest: Fail # other is not a type
60 LibrarySameNameUsedTest: Fail # lib2 is not a type
61 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1 60 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1
62 ManyGenericInstanceofTest: Fail # cannot resolve type T 61 ManyGenericInstanceofTest: Fail # cannot resolve type T
63 MapLiteral2Test: Fail # expected a constant string 62 MapLiteral2Test: Fail # expected a constant string
64 MapLiteral4Test: Fail # map not implemented 63 MapLiteral4Test: Fail # map not implemented
65 MapLiteralTest: Fail # Unexpected token ',' 64 MapLiteralTest: Fail # Unexpected token ','
66 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 65 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
67 MethodNameTest: Fail # Unexpected token '(' 66 MethodNameTest: Fail # Unexpected token '('
68 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType 67 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType
69 NamedArgumentInConstCreationTest: Fail # CompileTimeConstantEvaluator not implem ented 68 NamedArgumentInConstCreationTest: Fail # CompileTimeConstantEvaluator not implem ented
70 NamedParameters2Test: Fail # Unimplemented non-matching static call 69 NamedParameters2Test: Fail # Unimplemented non-matching static call
71 NamedParameters3Test: Fail # Unimplemented non-matching static call 70 NamedParameters3Test: Fail # Unimplemented non-matching static call
72 NamedParameters4Test: Fail # Unimplemented non-matching static call 71 NamedParameters4Test: Fail # Unimplemented non-matching static call
73 NamedParametersTypeTest: Fail # Internal Error: Cannot find value 72 NamedParametersTypeTest: Fail # Internal Error: Cannot find value
74 NamingTest: Fail # Internal Error: Cannot find value 73 NamingTest: Fail # Internal Error: Cannot find value
75 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented 74 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented
76 NullToStringTest: Fail # Closurization of intercepted methods. 75 NullToStringTest: Fail # Closurization of intercepted methods.
77 NumbersTest: Fail # cannot resolve type Smi 76 NumbersTest: Fail # cannot resolve type Smi
78 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 77 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
79 Prefix101Test: Fail # duplicate definition 78 Prefix101Test: Fail # duplicate definition
80 Prefix14Test: Fail # prefixes not implemented 79 Prefix14Test: Fail # prefixes not implemented
81 Prefix15Test: Fail # lib12 is not a type
82 Prefix21Test: Fail # Internal Error: Element.computeType. 80 Prefix21Test: Fail # Internal Error: Element.computeType.
83 Prefix22Test: Fail # library prefixes not handled 81 Prefix22Test: Fail # library prefixes not handled
84 PseudoKWTest: Fail # Unexpected token '(' 82 PseudoKWTest: Fail # Unexpected token '('
85 ResourceTest: Fail # #resource tag not recognized - issue 1807 83 ResourceTest: Fail # #resource tag not recognized - issue 1807
86 StatementTest: Fail # switch cases are not implemented 84 StatementTest: Fail # switch cases are not implemented
87 StaticFieldTest: Fail # cannot resolve setValues 85 StaticFieldTest: Fail # cannot resolve setValues
88 StaticFinalFieldTest: Fail # map not implemented 86 StaticFinalFieldTest: Fail # map not implemented
89 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value 87 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value
90 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 88 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
91 SuperFieldTest: Fail # no method named city in class B 89 SuperFieldTest: Fail # no method named city in class B
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 ClosureBreakTest: Fail 286 ClosureBreakTest: Fail
289 ExecuteFinally3Test: Fail 287 ExecuteFinally3Test: Fail
290 ExecuteFinally9Test: Fail 288 ExecuteFinally9Test: Fail
291 289
292 290
293 [ $component == leg && $mode == release ] 291 [ $component == leg && $mode == release ]
294 AssignTopMethodNegativeTest: Crash 292 AssignTopMethodNegativeTest: Crash
295 293
296 [ $component == legium ] 294 [ $component == legium ]
297 *: Skip 295 *: Skip
OLDNEW
« dart/frog/leg/tree/nodes.dart ('K') | « dart/tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698