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

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

Issue 9838038: "Implement" #resource tag and various restrictions on library definitions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add #import tags. 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
ahe 2012/03/24 08:40:14 Changes in this file only due to updating.
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 == dart2js && $checked ] 5 [ $component == dart2js && $checked ]
6 *: Skip 6 *: Skip
7 7
8 8
9 [ $component == dart2js || $component == legium ] 9 [ $component == dart2js || $component == legium ]
10 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call . 10 AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call .
11 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet . 11 CompileTimeConstant8Test: Fail # We don't take the generic type into account yet .
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 NamedParameters2Test: Fail # Unimplemented non-matching static call 53 NamedParameters2Test: Fail # Unimplemented non-matching static call
54 NamedParameters3Test: Fail # Unimplemented non-matching static call 54 NamedParameters3Test: Fail # Unimplemented non-matching static call
55 NamedParameters4Test: Fail # Unimplemented non-matching static call 55 NamedParameters4Test: Fail # Unimplemented non-matching static call
56 NamedParametersTypeTest: Fail # Internal Error: Cannot find value 56 NamedParametersTypeTest: Fail # Internal Error: Cannot find value
57 NamingTest: Fail # Internal Error: Cannot find value 57 NamingTest: Fail # Internal Error: Cannot find value
58 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented 58 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented
59 NullToStringTest: Fail # Closurization of intercepted methods. 59 NullToStringTest: Fail # Closurization of intercepted methods.
60 NumbersTest: Fail # cannot resolve type Smi 60 NumbersTest: Fail # cannot resolve type Smi
61 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 61 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
62 PseudoKWTest: Fail # Unexpected token '(' 62 PseudoKWTest: Fail # Unexpected token '('
63 ResourceTest: Fail # #resource tag not recognized - issue 1807
64 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value 63 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value
65 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 64 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
66 SuperFieldTest: Fail # no method named city in class B 65 SuperFieldTest: Fail # no method named city in class B
67 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 66 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
68 SuperOperatorTest: Fail # no method named + in class A 67 SuperOperatorTest: Fail # no method named + in class A
69 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 68 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
70 SwitchLabelTest: Fail # switch cases are not implemented 69 SwitchLabelTest: Fail # switch cases are not implemented
71 TypeDartcTest: Fail # non-empty instruction stack 70 TypeDartcTest: Fail # non-empty instruction stack
72 71
73 72
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 PseudoKWIllegalTest/08: Fail, OK # Negative language test. 180 PseudoKWIllegalTest/08: Fail, OK # Negative language test.
182 PseudoKWIllegalTest/09: Fail, OK # Negative language test. 181 PseudoKWIllegalTest/09: Fail, OK # Negative language test.
183 PseudoKWIllegalTest/10: Fail, OK # Negative language test. 182 PseudoKWIllegalTest/10: Fail, OK # Negative language test.
184 PseudoKWIllegalTest/11: Fail, OK # Negative language test. 183 PseudoKWIllegalTest/11: Fail, OK # Negative language test.
185 PseudoKWIllegalTest/12: Fail, OK # Negative language test. 184 PseudoKWIllegalTest/12: Fail, OK # Negative language test.
186 PseudoKWIllegalTest/13: Fail, OK # Negative language test. 185 PseudoKWIllegalTest/13: Fail, OK # Negative language test.
187 PseudoKWIllegalTest/14: Fail, OK # Negative language test. 186 PseudoKWIllegalTest/14: Fail, OK # Negative language test.
188 PseudoKWIllegalTest/15: Fail, OK # Negative language test. 187 PseudoKWIllegalTest/15: Fail, OK # Negative language test.
189 PseudoKWIllegalTest/16: Fail, OK # Negative language test. 188 PseudoKWIllegalTest/16: Fail, OK # Negative language test.
190 ScopeNegativeTest: Fail, OK # Negative language test. 189 ScopeNegativeTest: Fail, OK # Negative language test.
191 Script1NegativeTest: Fail, OK # Negative language test.
192 ScriptNegativeTest: Fail, OK # Negative language test.
193 SetterDeclaration2NegativeTest: Fail, OK # Negative language test. 190 SetterDeclaration2NegativeTest: Fail, OK # Negative language test.
194 SetterDeclarationNegativeTest: Fail, OK # Negative language test. 191 SetterDeclarationNegativeTest: Fail, OK # Negative language test.
195 StaticFinalField2NegativeTest: Fail, OK # Negative language test. 192 StaticFinalField2NegativeTest: Fail, OK # Negative language test.
196 StaticFinalFieldNegativeTest: Fail, OK # Negative language test. 193 StaticFinalFieldNegativeTest: Fail, OK # Negative language test.
197 StaticTopLevelTest/00: Fail, OK # Negative language test. 194 StaticTopLevelTest/00: Fail, OK # Negative language test.
198 StaticTopLevelTest/01: Fail, OK # Negative language test. 195 StaticTopLevelTest/01: Fail, OK # Negative language test.
199 StaticTopLevelTest/02: Fail, OK # Negative language test. 196 StaticTopLevelTest/02: Fail, OK # Negative language test.
200 StaticTopLevelTest/03: Fail, OK # Negative language test. 197 StaticTopLevelTest/03: Fail, OK # Negative language test.
201 StaticTopLevelTest/04: Fail, OK # Negative language test. 198 StaticTopLevelTest/04: Fail, OK # Negative language test.
202 StaticTopLevelTest/05: Fail, OK # Negative language test. 199 StaticTopLevelTest/05: Fail, OK # Negative language test.
(...skipping 21 matching lines...) Expand all
224 221
225 222
226 RegExp3Test: Fail, OK # Expects exception from const constructor. 223 RegExp3Test: Fail, OK # Expects exception from const constructor.
227 224
228 225
229 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31. 226 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31.
230 227
231 228
232 [ $component == dart2js && $mode == release ] 229 [ $component == dart2js && $mode == release ]
233 AssignTopMethodNegativeTest: Crash 230 AssignTopMethodNegativeTest: Crash
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698