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

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

Issue 9663047: Repeated prefixes and parser fixes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebased and status file 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/frog/leg/scanner/scanner_task.dart ('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 AdjacentStringLiteralsTest: Crash # Cannot call 'get:dartString' on "${s}". 10 AdjacentStringLiteralsTest: Crash # Cannot call 'get:dartString' on "${s}".
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 FunctionTypeAlias3Test: Fail # cannot resolve type F 44 FunctionTypeAlias3Test: Fail # cannot resolve type F
45 FunctionTypeAlias4Test: Fail # cannot resolve type F 45 FunctionTypeAlias4Test: Fail # cannot resolve type F
46 FunctionTypeAliasTest: Fail # cannot resolve type Fun 46 FunctionTypeAliasTest: Fail # cannot resolve type Fun
47 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters 47 FunctionTypeParameter2Test: Fail # Internal Error: expected expected optional pa rameters
48 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters 48 FunctionTypeParameterTest: Fail # Internal Error: expected expected optional par ameters
49 GenericInstanceofTest: Fail # cannot resolve type T 49 GenericInstanceofTest: Fail # cannot resolve type T
50 GenericTest: Fail # cannot resolve type T 50 GenericTest: Fail # cannot resolve type T
51 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords. 51 GetSetSyntaxTest/none: Fail # Parsing of pseudo keywords.
52 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s 52 GettersSettersTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-thi s
53 ImplicitScopeTest: Fail # duplicate definition of a="bar" 53 ImplicitScopeTest: Fail # duplicate definition of a="bar"
54 Issue1363Test: Fail # lib is not a type
55 Issue4515170Test: Fail # cannot resolve VAL 54 Issue4515170Test: Fail # cannot resolve VAL
56 LabelTest: Fail # switch cases are not implemented 55 LabelTest: Fail # switch cases are not implemented
57 Library5Test: Fail # library prefixes not handled
58 LibraryPrefixesTest: Fail # other is not a type 56 LibraryPrefixesTest: Fail # other is not a type
59 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1 57 LocalFunctionTest: Fail # duplicate definition of f(var n)=> n*n-1
60 ManyGenericInstanceofTest: Fail # cannot resolve type T 58 ManyGenericInstanceofTest: Fail # cannot resolve type T
61 MapLiteral2Test: Fail # expected a constant string 59 MapLiteral2Test: Fail # expected a constant string
62 MapLiteral4Test: Fail # map not implemented 60 MapLiteral4Test: Fail # map not implemented
63 MapLiteralTest: Fail # Unexpected token ','
64 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 61 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
65 MethodNameTest: Fail # Parsing of pseudo keywords. 62 MethodNameTest: Fail # Parsing of pseudo keywords.
66 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType 63 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType
67 NamedArgumentInConstCreationTest: Fail # CompileTimeConstantEvaluator not implem ented 64 NamedArgumentInConstCreationTest: Fail # CompileTimeConstantEvaluator not implem ented
68 NamedParameters2Test: Fail # Unimplemented non-matching static call 65 NamedParameters2Test: Fail # Unimplemented non-matching static call
69 NamedParameters3Test: Fail # Unimplemented non-matching static call 66 NamedParameters3Test: Fail # Unimplemented non-matching static call
70 NamedParameters4Test: Fail # Unimplemented non-matching static call 67 NamedParameters4Test: Fail # Unimplemented non-matching static call
71 NamedParametersTypeTest: Fail # Internal Error: Cannot find value 68 NamedParametersTypeTest: Fail # Internal Error: Cannot find value
72 NamingTest: Fail # Internal Error: Cannot find value 69 NamingTest: Fail # Internal Error: Cannot find value
73 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented 70 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented
74 NullToStringTest: Fail # Closurization of intercepted methods. 71 NullToStringTest: Fail # Closurization of intercepted methods.
75 NumbersTest: Fail # cannot resolve type Smi 72 NumbersTest: Fail # cannot resolve type Smi
76 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 73 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
77 Prefix101Test: Fail # duplicate definition
78 Prefix14Test: Fail # prefixes not implemented
79 Prefix21Test: Fail # Internal Error: Element.computeType.
80 Prefix22Test: Fail # library prefixes not handled
81 PseudoKWTest: Fail # Unexpected token '(' 74 PseudoKWTest: Fail # Unexpected token '('
82 ResourceTest: Fail # #resource tag not recognized - issue 1807 75 ResourceTest: Fail # #resource tag not recognized - issue 1807
83 StatementTest: Fail # switch cases are not implemented 76 StatementTest: Fail # switch cases are not implemented
84 StaticFinalFieldTest: Fail # map not implemented 77 StaticFinalFieldTest: Fail # map not implemented
85 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value 78 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value
86 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 79 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
87 SuperFieldTest: Fail # no method named city in class B 80 SuperFieldTest: Fail # no method named city in class B
88 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 81 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
89 SuperOperatorTest: Fail # no method named + in class A 82 SuperOperatorTest: Fail # no method named + in class A
90 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 83 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
91 SuperTest: Fail # cannot find tokens to produce error message for i++. 84 SuperTest: Fail # cannot find tokens to produce error message for i++.
92 SwitchFallthruTest: Fail # switch cases are not implemented 85 SwitchFallthruTest: Fail # switch cases are not implemented
93 SwitchLabelTest: Fail # switch cases are not implemented 86 SwitchLabelTest: Fail # switch cases are not implemented
94 SwitchTest: Fail # switch cases are not implemented 87 SwitchTest: Fail # switch cases are not implemented
95 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled
96 TypeDartcTest: Fail # non-empty instruction stack 88 TypeDartcTest: Fail # non-empty instruction stack
97 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented 89 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented
98 WrongNumberTypeArgumentsTest*: Skip # multiple error annotations are required 90 WrongNumberTypeArgumentsTest*: Skip # multiple error annotations are required
99 91
100 92
101 # Implementation errors (library or generated code). 93 # Implementation errors (library or generated code).
102 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. 94 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails.
103 BadNamedParametersTest: Fail # NullPointerException 95 BadNamedParametersTest: Fail # NullPointerException
104 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails. 96 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails.
105 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails. 97 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails.
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 StaticTopLevelTest/02: Fail, OK # Negative language test. 245 StaticTopLevelTest/02: Fail, OK # Negative language test.
254 StaticTopLevelTest/03: Fail, OK # Negative language test. 246 StaticTopLevelTest/03: Fail, OK # Negative language test.
255 StaticTopLevelTest/04: Fail, OK # Negative language test. 247 StaticTopLevelTest/04: Fail, OK # Negative language test.
256 StaticTopLevelTest/05: Fail, OK # Negative language test. 248 StaticTopLevelTest/05: Fail, OK # Negative language test.
257 StringInterpolation7NegativeTest: Fail, OK # Negative language test. 249 StringInterpolation7NegativeTest: Fail, OK # Negative language test.
258 Switch3NegativeTest: Fail, OK # Negative language test. 250 Switch3NegativeTest: Fail, OK # Negative language test.
259 Switch7NegativeTest: Fail, OK # Negative language test. 251 Switch7NegativeTest: Fail, OK # Negative language test.
260 SyntaxTest/47: Fail, OK # No error on body in const constructor. 252 SyntaxTest/47: Fail, OK # No error on body in const constructor.
261 Throw7NegativeTest: Fail, OK # Negative language test. 253 Throw7NegativeTest: Fail, OK # Negative language test.
262 TryCatchSyntaxTest/08: Fail, OK # Negative language test. 254 TryCatchSyntaxTest/08: Fail, OK # Negative language test.
255 TypeVariableBounds2Test*: Skip # multiple error annotations are required
263 TypeVariableBoundsTest*: Skip # multiple error annotations are required 256 TypeVariableBoundsTest*: Skip # multiple error annotations are required
264 TypeVariableBounds2Test*: Skip # multiple error annotations are required
265 TypeVariableIdentifierExpressionNegativeTest: Fail, OK # Negative language test. 257 TypeVariableIdentifierExpressionNegativeTest: Fail, OK # Negative language test.
266 TypeVariableScopeTest/00: Fail, OK # Negative language test. 258 TypeVariableScopeTest/00: Fail, OK # Negative language test.
267 TypeVariableScopeTest/01: Fail, OK # Negative language test. 259 TypeVariableScopeTest/01: Fail, OK # Negative language test.
268 TypeVariableScopeTest/02: Fail, OK # Negative language test. 260 TypeVariableScopeTest/02: Fail, OK # Negative language test.
269 TypeVariableScopeTest/03: Fail, OK # Negative language test. 261 TypeVariableScopeTest/03: Fail, OK # Negative language test.
270 TypeVariableScopeTest/04: Fail, OK # Negative language test. 262 TypeVariableScopeTest/04: Fail, OK # Negative language test.
271 TypeVariableScopeTest/05: Fail, OK # Negative language test. 263 TypeVariableScopeTest/05: Fail, OK # Negative language test.
272 264
273 265
274 TypeVMTest: Fail, OK # VM specific test. 266 TypeVMTest: Fail, OK # VM specific test.
275 267
276 268
277 DivByZeroTest: Fail, OK # Leg only has doubles. 269 DivByZeroTest: Fail, OK # Leg only has doubles.
278 270
279 271
280 # TODO(ahe): Categorize these failures. 272 # TODO(ahe): Categorize these failures.
281 ClosureBreak1Test: Fail 273 ClosureBreak1Test: Fail
282 ClosureBreak2Test: Fail 274 ClosureBreak2Test: Fail
283 ClosureBreakTest: Fail 275 ClosureBreakTest: Fail
284 ExecuteFinally3Test: Fail 276 ExecuteFinally3Test: Fail
285 ExecuteFinally9Test: Fail 277 ExecuteFinally9Test: Fail
286 278
287 279
288 [ $component == leg && $mode == release ] 280 [ $component == leg && $mode == release ]
289 AssignTopMethodNegativeTest: Crash 281 AssignTopMethodNegativeTest: Crash
290 282
291 [ $component == legium ] 283 [ $component == legium ]
292 *: Skip 284 *: Skip
OLDNEW
« no previous file with comments | « dart/frog/leg/scanner/scanner_task.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698