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

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

Powered by Google App Engine
This is Rietveld 408576698