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

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

Issue 9657006: Lookup super scope after looking up lexical scope. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
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
« 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 [ $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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 NullToStringTest: Fail # Closurization of intercepted methods. 75 NullToStringTest: Fail # Closurization of intercepted methods.
76 NumbersTest: Fail # cannot resolve type Smi 76 NumbersTest: Fail # cannot resolve type Smi
77 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 77 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
78 Prefix101Test: Fail # duplicate definition 78 Prefix101Test: Fail # duplicate definition
79 Prefix14Test: Fail # prefixes not implemented 79 Prefix14Test: Fail # prefixes not implemented
80 Prefix21Test: Fail # Internal Error: Element.computeType. 80 Prefix21Test: Fail # Internal Error: Element.computeType.
81 Prefix22Test: Fail # library prefixes not handled 81 Prefix22Test: Fail # library prefixes not handled
82 PseudoKWTest: Fail # Unexpected token '(' 82 PseudoKWTest: Fail # Unexpected token '('
83 ResourceTest: Fail # #resource tag not recognized - issue 1807 83 ResourceTest: Fail # #resource tag not recognized - issue 1807
84 StatementTest: Fail # switch cases are not implemented 84 StatementTest: Fail # switch cases are not implemented
85 StaticFieldTest: Fail # cannot resolve setValues
86 StaticFinalFieldTest: Fail # map not implemented 85 StaticFinalFieldTest: Fail # map not implemented
87 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value 86 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value
88 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 87 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
89 SuperFieldTest: Fail # no method named city in class B 88 SuperFieldTest: Fail # no method named city in class B
90 SuperOperatorTest: Fail # no method named + in class A 89 SuperOperatorTest: Fail # no method named + in class A
91 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 90 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
92 SuperTest: Fail # cannot find tokens to produce error message for i++. 91 SuperTest: Fail # cannot find tokens to produce error message for i++.
93 SwitchFallthruTest: Fail # switch cases are not implemented 92 SwitchFallthruTest: Fail # switch cases are not implemented
94 SwitchLabelTest: Fail # switch cases are not implemented 93 SwitchLabelTest: Fail # switch cases are not implemented
95 SwitchTest: Fail # switch cases are not implemented 94 SwitchTest: Fail # switch cases are not implemented
(...skipping 20 matching lines...) Expand all
116 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. 115 GenericInheritanceTest: Fail # Expect.isTrue(false) fails.
117 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. 116 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails.
118 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa ils. 117 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa ils.
119 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu al: <5>) fails. 118 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu al: <5>) fails.
120 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 119 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
121 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 120 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
122 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails . 121 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails .
123 ListTest: Fail # TypeError: Object ,,, has no method 'copyFrom$4' 122 ListTest: Fail # TypeError: Object ,,, has no method 'copyFrom$4'
124 LocalFunction3Test: Fail # Expect.equals(expected: <Closure>, actual: <Instance of 'Closure'>) fails. 123 LocalFunction3Test: Fail # Expect.equals(expected: <Closure>, actual: <Instance of 'Closure'>) fails.
125 Private3Test: Fail # Expect.equals(expected: <-1>, actual: <The Ring>) fails. 124 Private3Test: Fail # Expect.equals(expected: <-1>, actual: <The Ring>) fails.
126 PrivateMemberTest: Fail # uncaught exception in toString
127 PrivateTest: Fail # Expect.equals(expected: <99>, actual: <499>) fails. 125 PrivateTest: Fail # Expect.equals(expected: <99>, actual: <499>) fails.
128 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000 010>) fails. 126 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000 010>) fails.
129 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f alse>) fails. 127 TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <f alse>) fails.
130 TypedMessageTest: Fail # SyntaxError: Unexpected token this 128 TypedMessageTest: Fail # SyntaxError: Unexpected token this
131 129
132 130
133 # 131 #
134 # The following tests are all semantic tests that we can rely on dartc 132 # The following tests are all semantic tests that we can rely on dartc
135 # catching for now. 133 # catching for now.
136 # 134 #
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 OverrideFieldMethod6NegativeTest: Fail, OK # Negative language test. 217 OverrideFieldMethod6NegativeTest: Fail, OK # Negative language test.
220 OverrideFieldTest/01: Fail, OK # Negative language test. 218 OverrideFieldTest/01: Fail, OK # Negative language test.
221 OverrideFieldTest/04: Fail, OK # Negative language test. 219 OverrideFieldTest/04: Fail, OK # Negative language test.
222 OverrideMethodWithFieldTest/01: Fail, OK # Negative language test. 220 OverrideMethodWithFieldTest/01: Fail, OK # Negative language test.
223 Prefix10NegativeTest: Fail, OK # Negative language test. 221 Prefix10NegativeTest: Fail, OK # Negative language test.
224 Prefix16NegativeTest: Fail, OK # Negative language test. 222 Prefix16NegativeTest: Fail, OK # Negative language test.
225 Prefix18NegativeTest: Fail, OK # Negative language test. 223 Prefix18NegativeTest: Fail, OK # Negative language test.
226 Prefix20NegativeTest: Fail, OK # Negative language test. 224 Prefix20NegativeTest: Fail, OK # Negative language test.
227 Prefix23NegativeTest: Fail, OK # Negative language test. 225 Prefix23NegativeTest: Fail, OK # Negative language test.
228 Prefix9NegativeTest: Fail, OK # Negative language test. 226 Prefix9NegativeTest: Fail, OK # Negative language test.
227 PrivateMember2NegativeTest: Fail, OK # Negative language test.
229 PrivateMember3NegativeTest: Fail, OK # Negative language test. 228 PrivateMember3NegativeTest: Fail, OK # Negative language test.
230 PseudoKWIllegalTest/01: Fail, OK # Negative language test. 229 PseudoKWIllegalTest/01: Fail, OK # Negative language test.
231 PseudoKWIllegalTest/03: Fail, OK # Negative language test. 230 PseudoKWIllegalTest/03: Fail, OK # Negative language test.
232 PseudoKWIllegalTest/04: Fail, OK # Negative language test. 231 PseudoKWIllegalTest/04: Fail, OK # Negative language test.
233 PseudoKWIllegalTest/05: Fail, OK # Negative language test. 232 PseudoKWIllegalTest/05: Fail, OK # Negative language test.
234 PseudoKWIllegalTest/06: Fail, OK # Negative language test. 233 PseudoKWIllegalTest/06: Fail, OK # Negative language test.
235 PseudoKWIllegalTest/07: Fail, OK # Negative language test. 234 PseudoKWIllegalTest/07: Fail, OK # Negative language test.
236 PseudoKWIllegalTest/08: Fail, OK # Negative language test. 235 PseudoKWIllegalTest/08: Fail, OK # Negative language test.
237 PseudoKWIllegalTest/09: Fail, OK # Negative language test. 236 PseudoKWIllegalTest/09: Fail, OK # Negative language test.
238 PseudoKWIllegalTest/10: Fail, OK # Negative language test. 237 PseudoKWIllegalTest/10: Fail, OK # Negative language test.
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 ClosureBreakTest: Fail 283 ClosureBreakTest: Fail
285 ExecuteFinally3Test: Fail 284 ExecuteFinally3Test: Fail
286 ExecuteFinally9Test: Fail 285 ExecuteFinally9Test: Fail
287 286
288 287
289 [ $component == leg && $mode == release ] 288 [ $component == leg && $mode == release ]
290 AssignTopMethodNegativeTest: Crash 289 AssignTopMethodNegativeTest: Crash
291 290
292 [ $component == legium ] 291 [ $component == legium ]
293 *: Skip 292 *: Skip
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