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

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

Issue 9502002: Add FunctionDeclaration node. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status files. 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.
17
18 GetSyntaxTest/none: Fail # TODO(ahe): investigate.
19 GetSetSyntaxTest/none: Fail # TODO(ahe): investigate.
20 SuperImplicitClosureTest: Fail # TODO(ahe): investigate.
21 ImplicitClosureTest: Fail # TODO(ahe): investigate.
22 FinalSyntaxTest/none: Fail # TODO(ahe): investigate.
23 SyntaxTest/28: Fail # TODO(ahe): investigate.
24 SyntaxTest/29: Fail # TODO(ahe): investigate.
25 SyntaxTest/30: Fail # TODO(ahe): investigate.
26 SyntaxTest/31: Fail # TODO(ahe): investigate.
27 SyntaxTest/32: Fail # TODO(ahe): investigate.
28 SyntaxTest/33: Fail # TODO(ahe): investigate.
29 SyntaxTest/47: Fail # TODO(ahe): investigate.
16 30
17 # Compilation errors. 31 # Compilation errors.
18 Arithmetic2Test: Fail # map not implemented 32 Arithmetic2Test: Fail # map not implemented
19 ArithmeticTest: Fail # Internal Error: Cannot find value 33 ArithmeticTest: Fail # Internal Error: Cannot find value
20 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented 34 BreakTest: Fail # SsaBuilder for loop with aborting body not implemented
21 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented 35 CTConst3Test: Fail # CompileTimeConstantEvaluator not implemented
22 CTConstTest: Fail # map not implemented 36 CTConstTest: Fail # map not implemented
23 CallOperatorTest: Fail # Unexpected token 'call' 37 CallOperatorTest: Fail # Unexpected token 'call'
24 CallThroughGetterTest: Fail # Internal Error: Cannot find value 38 CallThroughGetterTest: Fail # Internal Error: Cannot find value
25 CanonicalConstTest: Fail # map not implemented 39 CanonicalConstTest: Fail # map not implemented
26 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 40 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000
27 ClassTest: Fail # Internal Error: Cannot find value 41 ClassTest: Fail # Internal Error: Cannot find value
28 ClosureTest: Fail # Internal Error: Cannot find value
29 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented 42 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented
30 ConstObjectsAreImmutableTest: Fail # map not implemented 43 ConstObjectsAreImmutableTest: Fail # map not implemented
31 Constructor5Test: Fail # no matching constructor found 44 Constructor5Test: Fail # no matching constructor found
32 ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance me thods 45 ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance me thods
33 Context2Test: Fail # switch cases are not implemented 46 Context2Test: Fail # switch cases are not implemented
34 ContextTest: Fail # Internal Error: Cannot find value
35 ContinueTest: Fail # switch cases are not implemented 47 ContinueTest: Fail # switch cases are not implemented
36 DefaultFactoryLibraryTest: Fail # lib is not a type 48 DefaultFactoryLibraryTest: Fail # lib is not a type
37 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented 49 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented
38 DeoptNoFeedbackTest: Fail # Internal Error: Cannot find value
39 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0. 50 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0.
40 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0. 51 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0.
41 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0. 52 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0.
42 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented 53 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented
43 DynamicTest: Fail # cannot resolve type F1 54 DynamicTest: Fail # cannot resolve type F1
44 EmptyBlockCaseTest: Fail # switch cases are not implemented 55 EmptyBlockCaseTest: Fail # switch cases are not implemented
45 Factory4Test: Fail # named constructors with type arguments are not implemented 56 Factory4Test: Fail # named constructors with type arguments are not implemented
46 FannkuchTest: Fail # Expect.equals(expected: <49>, actual: <0>) fails. 57 FannkuchTest: Fail # Expect.equals(expected: <49>, actual: <0>) fails.
47 FinalSyntaxTest/none: Fail # CompileTimeConstantEvaluator not implemented
48 ForTest: Fail # SsaBuilder for loop without condition not implemented 58 ForTest: Fail # SsaBuilder for loop without condition not implemented
49 FunctionLiterals2Test: Fail # Internal Error: Cannot find value
50 FunctionLiteralsTest: Fail # duplicate definition of _(int x)=> x
51 FunctionSyntaxTest: Fail # Internal Error: Cannot find value 59 FunctionSyntaxTest: Fail # Internal Error: Cannot find value
52 FunctionTypeAlias2Test: Fail # cannot resolve type f1 60 FunctionTypeAlias2Test: Fail # cannot resolve type f1
53 FunctionTypeAlias3Test: Fail # cannot resolve type F 61 FunctionTypeAlias3Test: Fail # cannot resolve type F
54 FunctionTypeAlias4Test: Fail # cannot resolve type F 62 FunctionTypeAlias4Test: Fail # cannot resolve type F
55 FunctionTypeAliasTest: Fail # cannot resolve type Fun 63 FunctionTypeAliasTest: Fail # cannot resolve type Fun
56 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters 64 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters
57 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters 65 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters
58 GenericInstanceofTest: Fail # cannot resolve type T 66 GenericInstanceofTest: Fail # cannot resolve type T
59 GenericSyntaxTest: Fail # duplicate definition of A<B, C, D, E, F> g(){return h; }
60 GenericTest: Fail # cannot resolve type T 67 GenericTest: Fail # cannot resolve type T
61 GenericsTest: Fail # duplicate definition of Map<int, int> _(int a){Expect.equal s(2, a); return null;} 68 GenericsTest: Fail # duplicate definition of Map<int, int> _(int a){Expect.equal s(2, a); return null;}
62 GetSetSyntaxTest/none: Fail # Unexpected token ';'
63 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s 69 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s
64 ImplicitClosureTest: Fail # Internal Error: Cannot find value
65 ImplicitClosureTest: Fail # Internal Error: Cannot find value
66 ImplicitScopeTest: Fail # duplicate definition of a="bar" 70 ImplicitScopeTest: Fail # duplicate definition of a="bar"
67 IsObjectTest: Fail # Internal Error: Cannot find value
68 Issue1363Test: Fail # lib is not a type 71 Issue1363Test: Fail # lib is not a type
69 Issue4515170Test: Fail # cannot resolve VAL 72 Issue4515170Test: Fail # cannot resolve VAL
70 LabelTest: Fail # switch cases are not implemented 73 LabelTest: Fail # switch cases are not implemented
71 Library5Test: Fail # library prefixes not handled 74 Library5Test: Fail # library prefixes not handled
72 LibraryPrefixesTest: Fail # other is not a type 75 LibraryPrefixesTest: Fail # other is not a type
73 LibrarySameNameUsedTest: Fail # lib2 is not a type 76 LibrarySameNameUsedTest: Fail # lib2 is not a type
74 ListTest: Fail # named constructors with type arguments are not implemented 77 ListTest: Fail # named constructors with type arguments are not implemented
75 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1 78 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1
76 ManyGenericInstanceofTest: Fail # cannot resolve type T 79 ManyGenericInstanceofTest: Fail # cannot resolve type T
77 MapLiteral2Test: Fail # expected a constant string 80 MapLiteral2Test: Fail # expected a constant string
78 MapLiteral3Test: Fail # map not implemented 81 MapLiteral3Test: Fail # map not implemented
79 MapLiteral4Test: Fail # map not implemented 82 MapLiteral4Test: Fail # map not implemented
80 MapLiteralTest: Fail # Unexpected token ',' 83 MapLiteralTest: Fail # Unexpected token ','
81 MapTest: Fail # Internal Error: Cannot find value 84 MapTest: Fail # Internal Error: Cannot find value
82 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 85 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
83 MethodNameTest: Fail # Unexpected token '(' 86 MethodNameTest: Fail # Unexpected token '('
84 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType 87 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType
85 NamedArgumentInConstCreationTest: Fail # CompileTimeConstantEvaluator not implem ented 88 NamedArgumentInConstCreationTest: Fail # CompileTimeConstantEvaluator not implem ented
86 NamedParameters2Test: Fail # Unimplemented non-matching static call 89 NamedParameters2Test: Fail # Unimplemented non-matching static call
87 NamedParameters3Test: Fail # Unimplemented non-matching static call 90 NamedParameters3Test: Fail # Unimplemented non-matching static call
88 NamedParameters4Test: Fail # Unimplemented non-matching static call 91 NamedParameters4Test: Fail # Unimplemented non-matching static call
89 NamedParametersTypeTest: Fail # Internal Error: Cannot find value 92 NamedParametersTypeTest: Fail # Internal Error: Cannot find value
90 NamingTest: Fail # Internal Error: Cannot find value 93 NamingTest: Fail # Internal Error: Cannot find value
91 NonParameterizedFactory2Test: Fail # named constructors with type arguments are not implemented 94 NonParameterizedFactory2Test: Fail # named constructors with type arguments are not implemented
92 NumbersTest: Fail # cannot resolve type Smi 95 NumbersTest: Fail # cannot resolve type Smi
93 ObjectDynamicMethodTest: Fail # map not implemented 96 ObjectDynamicMethodTest: Fail # map not implemented
94 OptimizedSetterTest: Fail # Internal Error: Cannot find value
95 OrderedMapsTest: Fail # map not implemented 97 OrderedMapsTest: Fail # map not implemented
96 Param2Test: Fail # Internal Error: Cannot find value
97 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 98 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
98 Prefix101Test: Fail # duplicate definition 99 Prefix101Test: Fail # duplicate definition
99 Prefix10Test: Fail # lib11 is not a type 100 Prefix10Test: Fail # lib11 is not a type
100 Prefix11Test: Fail # lib11 is not a type 101 Prefix11Test: Fail # lib11 is not a type
101 Prefix12Test: Fail # named constructors with type arguments are not implemented 102 Prefix12Test: Fail # named constructors with type arguments are not implemented
102 Prefix14Test: Fail # prefixes not implemented 103 Prefix14Test: Fail # prefixes not implemented
103 Prefix15Test: Fail # lib12 is not a type 104 Prefix15Test: Fail # lib12 is not a type
104 Prefix17Test: Fail # lib12 is not a type 105 Prefix17Test: Fail # lib12 is not a type
105 Prefix21Test: Fail # Internal Error: Element.computeType. 106 Prefix21Test: Fail # Internal Error: Element.computeType.
106 Prefix22Test: Fail # library prefixes not handled 107 Prefix22Test: Fail # library prefixes not handled
107 PseudoKWTest: Fail # Unexpected token '(' 108 PseudoKWTest: Fail # Unexpected token '('
108 RegExpTest: Fail # named constructors with type arguments are not implemented 109 RegExpTest: Fail # named constructors with type arguments are not implemented
109 ResourceTest: Fail # #resource tag not recognized - issue 1807 110 ResourceTest: Fail # #resource tag not recognized - issue 1807
110 RethrowTest: Fail # SsaBuilder: throw without expression not implemented 111 RethrowTest: Fail # SsaBuilder: throw without expression not implemented
111 SavannahTest: Fail # SsaBuilder.visitContinueStatement not implemented 112 SavannahTest: Fail # SsaBuilder.visitContinueStatement not implemented
112 StatementTest: Fail # switch cases are not implemented 113 StatementTest: Fail # switch cases are not implemented
113 StaticFieldTest: Fail # cannot resolve setValues 114 StaticFieldTest: Fail # cannot resolve setValues
114 StaticFinalFieldTest: Fail # map not implemented 115 StaticFinalFieldTest: Fail # map not implemented
115 StringInterpolate2Test: Fail # map not implemented 116 StringInterpolate2Test: Fail # map not implemented
116 StringInterpolateNPETest: Fail # TypeError: Cannot call method 'get$name' of und efined 117 StringInterpolateNPETest: Fail # TypeError: Cannot call method 'get$name' of und efined
117 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value 118 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value
118 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 119 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
119 SuperFieldTest: Fail # no method named city in class B 120 SuperFieldTest: Fail # no method named city in class B
120 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
121 SuperOperatorTest: Fail # no method named + in class A 121 SuperOperatorTest: Fail # no method named + in class A
122 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 122 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
123 SuperTest: Fail # cannot find tokens to produce error message for i++. 123 SuperTest: Fail # cannot find tokens to produce error message for i++.
124 Switch6Test: Fail # switch cases are not implemented 124 Switch6Test: Fail # switch cases are not implemented
125 SwitchFallthruTest: Fail # switch cases are not implemented 125 SwitchFallthruTest: Fail # switch cases are not implemented
126 SwitchLabelTest: Fail # switch cases are not implemented 126 SwitchLabelTest: Fail # switch cases are not implemented
127 SwitchScopeTest: Fail # switch cases are not implemented 127 SwitchScopeTest: Fail # switch cases are not implemented
128 SwitchTest: Fail # switch cases are not implemented 128 SwitchTest: Fail # switch cases are not implemented
129 SyntaxTest/none: Fail # non-empty instruction stack
130 Throw3Test: Fail # SsaBuilder: throw without expression not implemented 129 Throw3Test: Fail # SsaBuilder: throw without expression not implemented
131 TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k+ +. 130 TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k+ +.
132 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled 131 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled
133 ToplevelCollision2Test/none: Fail # duplicate definition 132 ToplevelCollision2Test/none: Fail # duplicate definition
134 TryCatch3Test: Fail # Internal Error: Cannot find value 133 TryCatch3Test: Fail # Internal Error: Cannot find value
135 TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are not implemented 134 TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are not implemented
136 TypeDartcTest: Fail # non-empty instruction stack 135 TypeDartcTest: Fail # non-empty instruction stack
137 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented 136 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented
138 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented 137 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented
139 138
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 # TODO(ahe): Categorize these failures. 321 # TODO(ahe): Categorize these failures.
323 ClosureBreak1Test: Fail 322 ClosureBreak1Test: Fail
324 ClosureBreak2Test: Fail 323 ClosureBreak2Test: Fail
325 ClosureBreakTest: Fail 324 ClosureBreakTest: Fail
326 ExecuteFinally3Test: Fail 325 ExecuteFinally3Test: Fail
327 ExecuteFinally9Test: Fail 326 ExecuteFinally9Test: Fail
328 327
329 328
330 [ $component == leg && $mode == release ] 329 [ $component == leg && $mode == release ]
331 AssignTopMethodNegativeTest: Crash 330 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