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

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

Issue 9600059: Resolve constructors with type arguments. (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 prefix language 5 prefix language
6 6
7 [ $component == leg && $checked ] 7 [ $component == leg && $checked ]
8 *: Skip 8 *: Skip
9 9
10 10
(...skipping 27 matching lines...) Expand all
38 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 38 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000
39 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented 39 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented
40 ConstObjectsAreImmutableTest: Fail # map not implemented 40 ConstObjectsAreImmutableTest: Fail # map not implemented
41 Constructor5Test: Fail # no matching constructor found 41 Constructor5Test: Fail # no matching constructor found
42 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
43 Context2Test: Fail # switch cases are not implemented 43 Context2Test: Fail # switch cases are not implemented
44 ContinueTest: Fail # switch cases are not implemented 44 ContinueTest: Fail # switch cases are not implemented
45 DefaultFactoryLibraryTest: Fail # lib is not a type 45 DefaultFactoryLibraryTest: Fail # lib is not a type
46 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented 46 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented
47 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support. 47 DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support.
48 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented
48 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0. 49 DoubleToStringAsExponentialTest: Fail # -0.0 is printed as 0.0.
49 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0. 50 DoubleToStringAsFixedTest: Fail # -0.0 is printed as 0.0.
50 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0. 51 DoubleToStringAsPrecisionTest: Fail # -0.0 is printed as 0.0.
51 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented
52 DynamicTest: Fail # cannot resolve type F1 52 DynamicTest: Fail # cannot resolve type F1
53 EmptyBlockCaseTest: Fail # switch cases are not implemented 53 EmptyBlockCaseTest: Fail # switch cases are not implemented
54 Factory3Test: Fail # Handling of compile-time constants. 54 Factory3Test: Fail # Handling of compile-time constants.
55 Factory4Test: Fail # named constructors with type arguments are not implemented
56 ForTest: Fail # SsaBuilder for loop without condition not implemented 55 ForTest: Fail # SsaBuilder for loop without condition not implemented
57 FunctionSyntaxTest: Fail # Internal Error: Cannot find value 56 FunctionSyntaxTest: Fail # Internal Error: Cannot find value
58 FunctionTypeAlias2Test: Fail # cannot resolve type f1 57 FunctionTypeAlias2Test: Fail # cannot resolve type f1
59 FunctionTypeAlias3Test: Fail # cannot resolve type F 58 FunctionTypeAlias3Test: Fail # cannot resolve type F
60 FunctionTypeAlias4Test: Fail # cannot resolve type F 59 FunctionTypeAlias4Test: Fail # cannot resolve type F
61 FunctionTypeAliasTest: Fail # cannot resolve type Fun 60 FunctionTypeAliasTest: Fail # cannot resolve type Fun
62 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters 61 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters
63 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters 62 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters
64 GenericInstanceofTest: Fail # cannot resolve type T 63 GenericInstanceofTest: Fail # cannot resolve type T
65 GenericTest: Fail # cannot resolve type T 64 GenericTest: Fail # cannot resolve type T
66 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s 65 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s
67 ImplicitScopeTest: Fail # duplicate definition of a="bar" 66 ImplicitScopeTest: Fail # duplicate definition of a="bar"
68 Issue1363Test: Fail # lib is not a type 67 Issue1363Test: Fail # lib is not a type
69 Issue4515170Test: Fail # cannot resolve VAL 68 Issue4515170Test: Fail # cannot resolve VAL
70 LabelTest: Fail # switch cases are not implemented 69 LabelTest: Fail # switch cases are not implemented
71 Library5Test: Fail # library prefixes not handled 70 Library5Test: Fail # library prefixes not handled
72 LibraryPrefixesTest: Fail # other is not a type 71 LibraryPrefixesTest: Fail # other is not a type
73 LibrarySameNameUsedTest: Fail # lib2 is not a type 72 LibrarySameNameUsedTest: Fail # lib2 is not a type
74 ListTest: Fail # named constructors with type arguments are not implemented
75 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1 73 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1
76 ManyGenericInstanceofTest: Fail # cannot resolve type T 74 ManyGenericInstanceofTest: Fail # cannot resolve type T
77 MapLiteral2Test: Fail # expected a constant string 75 MapLiteral2Test: Fail # expected a constant string
78 MapLiteral4Test: Fail # map not implemented 76 MapLiteral4Test: Fail # map not implemented
79 MapLiteralTest: Fail # Unexpected token ',' 77 MapLiteralTest: Fail # Unexpected token ','
80 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 78 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
81 MethodNameTest: Fail # Unexpected token '(' 79 MethodNameTest: Fail # Unexpected token '('
82 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType 80 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType
83 NamedArgumentInConstCreationTest: Fail # CompileTimeConstantEvaluator not implem ented 81 NamedArgumentInConstCreationTest: Fail # CompileTimeConstantEvaluator not implem ented
84 NamedParameters2Test: Fail # Unimplemented non-matching static call 82 NamedParameters2Test: Fail # Unimplemented non-matching static call
85 NamedParameters3Test: Fail # Unimplemented non-matching static call 83 NamedParameters3Test: Fail # Unimplemented non-matching static call
86 NamedParameters4Test: Fail # Unimplemented non-matching static call 84 NamedParameters4Test: Fail # Unimplemented non-matching static call
87 NamedParametersTypeTest: Fail # Internal Error: Cannot find value 85 NamedParametersTypeTest: Fail # Internal Error: Cannot find value
88 NamingTest: Fail # Internal Error: Cannot find value 86 NamingTest: Fail # Internal Error: Cannot find value
89 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented 87 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented
90 NonParameterizedFactory2Test: Fail # named constructors with type arguments are not implemented
91 NullToStringTest: Fail # Closurization of intercepted methods. 88 NullToStringTest: Fail # Closurization of intercepted methods.
92 NumbersTest: Fail # cannot resolve type Smi 89 NumbersTest: Fail # cannot resolve type Smi
93 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 90 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
94 Prefix101Test: Fail # duplicate definition 91 Prefix101Test: Fail # duplicate definition
95 Prefix10Test: Fail # lib11 is not a type 92 Prefix10Test: Fail # lib11 is not a type
96 Prefix11Test: Fail # lib11 is not a type 93 Prefix11Test: Fail # lib11 is not a type
97 Prefix12Test: Fail # named constructors with type arguments are not implemented 94 Prefix12Test: Fail # lib11 is not a type.
98 Prefix14Test: Fail # prefixes not implemented 95 Prefix14Test: Fail # prefixes not implemented
99 Prefix15Test: Fail # lib12 is not a type 96 Prefix15Test: Fail # lib12 is not a type
100 Prefix17Test: Fail # lib12 is not a type 97 Prefix17Test: Fail # lib12 is not a type
101 Prefix21Test: Fail # Internal Error: Element.computeType. 98 Prefix21Test: Fail # Internal Error: Element.computeType.
102 Prefix22Test: Fail # library prefixes not handled 99 Prefix22Test: Fail # library prefixes not handled
103 PseudoKWTest: Fail # Unexpected token '(' 100 PseudoKWTest: Fail # Unexpected token '('
104 RegExpTest: Fail # named constructors with type arguments are not implemented
105 ResourceTest: Fail # #resource tag not recognized - issue 1807 101 ResourceTest: Fail # #resource tag not recognized - issue 1807
106 StatementTest: Fail # switch cases are not implemented 102 StatementTest: Fail # switch cases are not implemented
107 StaticFieldTest: Fail # cannot resolve setValues 103 StaticFieldTest: Fail # cannot resolve setValues
108 StaticFinalFieldTest: Fail # map not implemented 104 StaticFinalFieldTest: Fail # map not implemented
109 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value 105 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value
110 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 106 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
111 SuperFieldTest: Fail # no method named city in class B 107 SuperFieldTest: Fail # no method named city in class B
112 SuperOperatorTest: Fail # no method named + in class A 108 SuperOperatorTest: Fail # no method named + in class A
113 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 109 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
114 SuperTest: Fail # cannot find tokens to produce error message for i++. 110 SuperTest: Fail # cannot find tokens to produce error message for i++.
115 SwitchFallthruTest: Fail # switch cases are not implemented 111 SwitchFallthruTest: Fail # switch cases are not implemented
116 SwitchLabelTest: Fail # switch cases are not implemented 112 SwitchLabelTest: Fail # switch cases are not implemented
117 SwitchScopeTest: Fail # switch cases are not implemented 113 SwitchScopeTest: Fail # switch cases are not implemented
118 SwitchTest: Fail # switch cases are not implemented 114 SwitchTest: Fail # switch cases are not implemented
119 TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k+ +. 115 TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k+ +.
120 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled 116 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled
121 ToplevelCollision2Test/none: Fail # duplicate definition 117 ToplevelCollision2Test/none: Fail # duplicate definition
122 TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are not implemented
123 TypeDartcTest: Fail # non-empty instruction stack 118 TypeDartcTest: Fail # non-empty instruction stack
124 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented 119 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented
125 WrongNumberTypeArgumentsTest/01: Fail # Should not complain in production mode. 120 WrongNumberTypeArgumentsTest/01: Fail # Should not complain in production mode.
126 121
122
127 # Implementation errors (library or generated code). 123 # Implementation errors (library or generated code).
128 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. 124 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails.
129 BadNamedParametersTest: Fail # NullPointerException 125 BadNamedParametersTest: Fail # NullPointerException
130 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails. 126 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails.
131 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails. 127 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails.
132 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 128 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
133 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2- 3-5-4-6-7->) fails. 129 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2- 3-5-4-6-7->) fails.
134 Constructor3Test: Fail # Expect.equals(expected: <1-2-3-4-5-6->, actual: <1-2-4- 3-5-6->) fails. 130 Constructor3Test: Fail # Expect.equals(expected: <1-2-3-4-5-6->, actual: <1-2-4- 3-5-6->) fails.
135 ExampleConstructorTest: Fail # Expect.equals(expected: <0 1 2 3 4 5 6 >, actual: <0 1 3 4 2 5 6 >) fails. 131 ExampleConstructorTest: Fail # Expect.equals(expected: <0 1 2 3 4 5 6 >, actual: <0 1 3 4 2 5 6 >) fails.
136 ExpectTest: Fail # Expect.identical did not fail 132 ExpectTest: Fail # Expect.identical did not fail
137 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail s. 133 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail s.
138 GenericDeepTest: Fail # Expect.isTrue(false) fails. 134 GenericDeepTest: Fail # Expect.isTrue(false) fails.
139 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. 135 GenericInheritanceTest: Fail # Expect.isTrue(false) fails.
140 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. 136 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails.
141 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa ils. 137 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa ils.
142 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu al: <5>) fails. 138 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu al: <5>) fails.
143 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 139 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
144 LocalFunction3Test: Fail # Expect.equals(expected: <Closure>, actual: <Instance of 'Closure'>) fails.
145 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 140 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
146 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails . 141 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails .
142 ListTest: Fail # TypeError: Object ,,, has no method 'copyFrom$4'
143 LocalFunction3Test: Fail # Expect.equals(expected: <Closure>, actual: <Instance of 'Closure'>) fails.
144 Private3Test: Fail # Expect.equals(expected: <-1>, actual: <The Ring>) fails.
147 PrivateMemberTest: Fail # uncaught exception in toString 145 PrivateMemberTest: Fail # uncaught exception in toString
148 Private3Test: Fail # Expect.equals(expected: <-1>, actual: <The Ring>) fails.
149 PrivateTest: Fail # Expect.equals(expected: <99>, actual: <499>) fails. 146 PrivateTest: Fail # Expect.equals(expected: <99>, actual: <499>) fails.
150 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000 010>) fails. 147 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000 010>) fails.
148 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f alse>) fails.
151 TypedMessageTest: Fail # SyntaxError: Unexpected token this 149 TypedMessageTest: Fail # SyntaxError: Unexpected token this
152 150
153 151
154 # 152 #
155 # The following tests are all semantic tests that we can rely on dartc 153 # The following tests are all semantic tests that we can rely on dartc
156 # catching for now. 154 # catching for now.
157 # 155 #
158 AbstractStaticNegativeTest: Fail, OK # Negative language test. 156 AbstractStaticNegativeTest: Fail, OK # Negative language test.
159 AbstractSyntaxTest/01: Fail, OK # Negative language test. 157 AbstractSyntaxTest/01: Fail, OK # Negative language test.
160 AbstractSyntaxTest/02: Fail, OK # Negative language test. 158 AbstractSyntaxTest/02: Fail, OK # Negative language test.
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 ConstructorReturnWithArrowNegativeTest: Fail, OK # Negative language test. 192 ConstructorReturnWithArrowNegativeTest: Fail, OK # Negative language test.
195 ConstructorReturnWithInitAndArrowNegativeTest: Fail, OK # Negative language test . 193 ConstructorReturnWithInitAndArrowNegativeTest: Fail, OK # Negative language test .
196 ConstructorReturnWithInitNegativeTest: Fail, OK # Negative language test. 194 ConstructorReturnWithInitNegativeTest: Fail, OK # Negative language test.
197 DuplicateConstructorTest/01: Fail, OK # Negative language test. 195 DuplicateConstructorTest/01: Fail, OK # Negative language test.
198 DuplicateImplementsTest/01: Fail, OK # Negative language test. 196 DuplicateImplementsTest/01: Fail, OK # Negative language test.
199 DuplicateImplementsTest/02: Fail, OK # Negative language test. 197 DuplicateImplementsTest/02: Fail, OK # Negative language test.
200 DuplicateImplementsTest/03: Fail, OK # Negative language test. 198 DuplicateImplementsTest/03: Fail, OK # Negative language test.
201 DuplicateImplementsTest/04: Fail, OK # Negative language test. 199 DuplicateImplementsTest/04: Fail, OK # Negative language test.
202 EmptyBodyMemberNegativeTest: Fail, OK # Negative language test. 200 EmptyBodyMemberNegativeTest: Fail, OK # Negative language test.
203 Factory2NegativeTest: Fail, OK # Negative language test. 201 Factory2NegativeTest: Fail, OK # Negative language test.
202 Factory3NegativeTest: Fail, OK # Negative language test.
203 FactoryNegativeTest: Fail, OK # Negative language test.
204 FauxverrideTest/03: Fail, OK # Negative language test. 204 FauxverrideTest/03: Fail, OK # Negative language test.
205 FauxverrideTest/05: Fail, OK # Negative language test. 205 FauxverrideTest/05: Fail, OK # Negative language test.
206 Field1NegativeTest: Fail, OK # Negative language test. 206 Field1NegativeTest: Fail, OK # Negative language test.
207 Field2NegativeTest: Fail, OK # Negative language test. 207 Field2NegativeTest: Fail, OK # Negative language test.
208 Field3NegativeTest: Fail, OK # Negative language test. 208 Field3NegativeTest: Fail, OK # Negative language test.
209 Field4NegativeTest: Fail, OK # Negative language test. 209 Field4NegativeTest: Fail, OK # Negative language test.
210 Field5NegativeTest: Fail, OK # Negative language test. 210 Field5NegativeTest: Fail, OK # Negative language test.
211 Field6NegativeTest: Fail, OK # Negative language test. 211 Field6NegativeTest: Fail, OK # Negative language test.
212 Field6aNegativeTest: Fail, OK # Negative language test. 212 Field6aNegativeTest: Fail, OK # Negative language test.
213 Field7NegativeTest: Fail, OK # Negative language test. 213 Field7NegativeTest: Fail, OK # Negative language test.
(...skipping 24 matching lines...) Expand all
238 OverrideFieldMethod4NegativeTest: Fail, OK # Negative language test. 238 OverrideFieldMethod4NegativeTest: Fail, OK # Negative language test.
239 OverrideFieldMethod5NegativeTest: Fail, OK # Negative language test. 239 OverrideFieldMethod5NegativeTest: Fail, OK # Negative language test.
240 OverrideFieldMethod6NegativeTest: Fail, OK # Negative language test. 240 OverrideFieldMethod6NegativeTest: Fail, OK # Negative language test.
241 OverrideFieldTest/01: Fail, OK # Negative language test. 241 OverrideFieldTest/01: Fail, OK # Negative language test.
242 OverrideFieldTest/04: Fail, OK # Negative language test. 242 OverrideFieldTest/04: Fail, OK # Negative language test.
243 OverrideMethodWithFieldTest/01: Fail, OK # Negative language test. 243 OverrideMethodWithFieldTest/01: Fail, OK # Negative language test.
244 Prefix16NegativeTest: Fail, OK # Negative language test. 244 Prefix16NegativeTest: Fail, OK # Negative language test.
245 Prefix18NegativeTest: Fail, OK # Negative language test. 245 Prefix18NegativeTest: Fail, OK # Negative language test.
246 Prefix20NegativeTest: Fail, OK # Negative language test. 246 Prefix20NegativeTest: Fail, OK # Negative language test.
247 Prefix23NegativeTest: Fail, OK # Negative language test. 247 Prefix23NegativeTest: Fail, OK # Negative language test.
248 Prefix9NegativeTest: Fail, OK # Negative language test.
248 PrivateMember3NegativeTest: Fail, OK # Negative language test. 249 PrivateMember3NegativeTest: Fail, OK # Negative language test.
249 PseudoKWIllegalTest/01: Fail, OK # Negative language test. 250 PseudoKWIllegalTest/01: Fail, OK # Negative language test.
250 PseudoKWIllegalTest/03: Fail, OK # Negative language test. 251 PseudoKWIllegalTest/03: Fail, OK # Negative language test.
251 PseudoKWIllegalTest/04: Fail, OK # Negative language test. 252 PseudoKWIllegalTest/04: Fail, OK # Negative language test.
252 PseudoKWIllegalTest/05: Fail, OK # Negative language test. 253 PseudoKWIllegalTest/05: Fail, OK # Negative language test.
253 PseudoKWIllegalTest/06: Fail, OK # Negative language test. 254 PseudoKWIllegalTest/06: Fail, OK # Negative language test.
254 PseudoKWIllegalTest/07: Fail, OK # Negative language test. 255 PseudoKWIllegalTest/07: Fail, OK # Negative language test.
255 PseudoKWIllegalTest/08: Fail, OK # Negative language test. 256 PseudoKWIllegalTest/08: Fail, OK # Negative language test.
256 PseudoKWIllegalTest/09: Fail, OK # Negative language test. 257 PseudoKWIllegalTest/09: Fail, OK # Negative language test.
257 PseudoKWIllegalTest/10: Fail, OK # Negative language test. 258 PseudoKWIllegalTest/10: Fail, OK # Negative language test.
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 # TODO(ahe): Categorize these failures. 301 # TODO(ahe): Categorize these failures.
301 ClosureBreak1Test: Fail 302 ClosureBreak1Test: Fail
302 ClosureBreak2Test: Fail 303 ClosureBreak2Test: Fail
303 ClosureBreakTest: Fail 304 ClosureBreakTest: Fail
304 ExecuteFinally3Test: Fail 305 ExecuteFinally3Test: Fail
305 ExecuteFinally9Test: Fail 306 ExecuteFinally9Test: Fail
306 307
307 308
308 [ $component == leg && $mode == release ] 309 [ $component == leg && $mode == release ]
309 AssignTopMethodNegativeTest: Crash 310 AssignTopMethodNegativeTest: Crash
OLDNEW
« dart/frog/leg/resolver.dart ('K') | « dart/tests/corelib/corelib-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698