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

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: 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 [ $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 .
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 NamedParameters2Test: Fail # Unimplemented non-matching static call 57 NamedParameters2Test: Fail # Unimplemented non-matching static call
58 NamedParameters3Test: Fail # Unimplemented non-matching static call 58 NamedParameters3Test: Fail # Unimplemented non-matching static call
59 NamedParameters4Test: Fail # Unimplemented non-matching static call 59 NamedParameters4Test: Fail # Unimplemented non-matching static call
60 NamedParametersTypeTest: Fail # Internal Error: Cannot find value 60 NamedParametersTypeTest: Fail # Internal Error: Cannot find value
61 NamingTest: Fail # Internal Error: Cannot find value 61 NamingTest: Fail # Internal Error: Cannot find value
62 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented 62 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented
63 NullToStringTest: Fail # Closurization of intercepted methods. 63 NullToStringTest: Fail # Closurization of intercepted methods.
64 NumbersTest: Fail # cannot resolve type Smi 64 NumbersTest: Fail # cannot resolve type Smi
65 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 65 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
66 PseudoKWTest: Fail # Unexpected token '(' 66 PseudoKWTest: Fail # Unexpected token '('
67 ResourceTest: Fail # #resource tag not recognized - issue 1807
68 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value 67 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value
69 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 68 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
70 SuperFieldTest: Fail # no method named city in class B 69 SuperFieldTest: Fail # no method named city in class B
71 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 70 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
72 SuperOperatorTest: Fail # no method named + in class A 71 SuperOperatorTest: Fail # no method named + in class A
73 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 72 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
74 SwitchLabelTest: Fail # switch cases are not implemented 73 SwitchLabelTest: Fail # switch cases are not implemented
75 TypeDartcTest: Fail # non-empty instruction stack 74 TypeDartcTest: Fail # non-empty instruction stack
76 75
77 76
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 PseudoKWIllegalTest/08: Fail, OK # Negative language test. 184 PseudoKWIllegalTest/08: Fail, OK # Negative language test.
186 PseudoKWIllegalTest/09: Fail, OK # Negative language test. 185 PseudoKWIllegalTest/09: Fail, OK # Negative language test.
187 PseudoKWIllegalTest/10: Fail, OK # Negative language test. 186 PseudoKWIllegalTest/10: Fail, OK # Negative language test.
188 PseudoKWIllegalTest/11: Fail, OK # Negative language test. 187 PseudoKWIllegalTest/11: Fail, OK # Negative language test.
189 PseudoKWIllegalTest/12: Fail, OK # Negative language test. 188 PseudoKWIllegalTest/12: Fail, OK # Negative language test.
190 PseudoKWIllegalTest/13: Fail, OK # Negative language test. 189 PseudoKWIllegalTest/13: Fail, OK # Negative language test.
191 PseudoKWIllegalTest/14: Fail, OK # Negative language test. 190 PseudoKWIllegalTest/14: Fail, OK # Negative language test.
192 PseudoKWIllegalTest/15: Fail, OK # Negative language test. 191 PseudoKWIllegalTest/15: Fail, OK # Negative language test.
193 PseudoKWIllegalTest/16: Fail, OK # Negative language test. 192 PseudoKWIllegalTest/16: Fail, OK # Negative language test.
194 ScopeNegativeTest: Fail, OK # Negative language test. 193 ScopeNegativeTest: Fail, OK # Negative language test.
195 Script1NegativeTest: Fail, OK # Negative language test.
196 ScriptNegativeTest: Fail, OK # Negative language test.
197 SetterDeclaration2NegativeTest: Fail, OK # Negative language test. 194 SetterDeclaration2NegativeTest: Fail, OK # Negative language test.
198 SetterDeclarationNegativeTest: Fail, OK # Negative language test. 195 SetterDeclarationNegativeTest: Fail, OK # Negative language test.
199 StaticFinalField2NegativeTest: Fail, OK # Negative language test. 196 StaticFinalField2NegativeTest: Fail, OK # Negative language test.
200 StaticFinalFieldNegativeTest: Fail, OK # Negative language test. 197 StaticFinalFieldNegativeTest: Fail, OK # Negative language test.
201 StaticTopLevelTest/00: Fail, OK # Negative language test. 198 StaticTopLevelTest/00: Fail, OK # Negative language test.
202 StaticTopLevelTest/01: Fail, OK # Negative language test. 199 StaticTopLevelTest/01: Fail, OK # Negative language test.
203 StaticTopLevelTest/02: Fail, OK # Negative language test. 200 StaticTopLevelTest/02: Fail, OK # Negative language test.
204 StaticTopLevelTest/03: Fail, OK # Negative language test. 201 StaticTopLevelTest/03: Fail, OK # Negative language test.
205 StaticTopLevelTest/04: Fail, OK # Negative language test. 202 StaticTopLevelTest/04: Fail, OK # Negative language test.
206 StaticTopLevelTest/05: Fail, OK # Negative language test. 203 StaticTopLevelTest/05: Fail, OK # Negative language test.
(...skipping 21 matching lines...) Expand all
228 225
229 226
230 RegExp3Test: Fail, OK # Expects exception from const constructor. 227 RegExp3Test: Fail, OK # Expects exception from const constructor.
231 228
232 229
233 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31. 230 ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-1 0-31.
234 231
235 232
236 [ $component == dart2js && $mode == release ] 233 [ $component == dart2js && $mode == release ]
237 AssignTopMethodNegativeTest: Crash 234 AssignTopMethodNegativeTest: Crash
OLDNEW
« dart/frog/leg/scanner/scanner_task.dart ('K') | « dart/tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698