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

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

Issue 9427012: Allow binary operators on compile-time-constants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status file.wq Created 8 years, 10 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/language/language.status ('k') | tests/language/src/CompileTimeConstant2Test.dart » ('j') | 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 prefix language 5 prefix language
6 6
7 [ $component == leg && $checked ] 7 [ $component == leg && $checked ]
8 *: Skip 8 *: Skip
9 9
10 10
(...skipping 11 matching lines...) Expand all
22 CallOperatorTest: Fail # Unexpected token 'call' 22 CallOperatorTest: Fail # Unexpected token 'call'
23 CallThroughGetterTest: Fail # Internal Error: Cannot find value 23 CallThroughGetterTest: Fail # Internal Error: Cannot find value
24 CanonicalConstTest: Fail # map not implemented 24 CanonicalConstTest: Fail # map not implemented
25 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000 25 CharEscapeTest: Fail # Unhandled non-BMP character: U+10000
26 ClassTest: Fail # Internal Error: Cannot find value 26 ClassTest: Fail # Internal Error: Cannot find value
27 ClosureBreak1Test: Fail # SsaBuilder.visitLabelledStatement not implemented 27 ClosureBreak1Test: Fail # SsaBuilder.visitLabelledStatement not implemented
28 ClosureBreak2Test: Fail # SsaBuilder.visitLabelledStatement not implemented 28 ClosureBreak2Test: Fail # SsaBuilder.visitLabelledStatement not implemented
29 ClosureBreakTest: Fail # SsaBuilder.visitLabelledStatement not implemented 29 ClosureBreakTest: Fail # SsaBuilder.visitLabelledStatement not implemented
30 ClosureTest: Fail # Internal Error: Cannot find value 30 ClosureTest: Fail # Internal Error: Cannot find value
31 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented 31 ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented
32 ConstNamedTest: Fail # CompileTimeConstantEvaluator not implemented
33 ConstObjectsAreImmutableTest: Fail # map not implemented 32 ConstObjectsAreImmutableTest: Fail # map not implemented
34 Constructor5Test: Fail # no matching constructor found 33 Constructor5Test: Fail # no matching constructor found
35 ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance me thods 34 ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance me thods
36 Context2Test: Fail # switch cases are not implemented 35 Context2Test: Fail # switch cases are not implemented
37 ContextTest: Fail # Internal Error: Cannot find value 36 ContextTest: Fail # Internal Error: Cannot find value
38 ContinueTest: Fail # switch cases are not implemented 37 ContinueTest: Fail # switch cases are not implemented
39 DefaultFactoryLibraryTest: Fail # lib is not a type 38 DefaultFactoryLibraryTest: Fail # lib is not a type
40 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented 39 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented
41 DeoptNoFeedbackTest: Fail # Internal Error: Cannot find value 40 DeoptNoFeedbackTest: Fail # Internal Error: Cannot find value
42 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented 41 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 Prefix17Test: Fail # lib12 is not a type 109 Prefix17Test: Fail # lib12 is not a type
111 Prefix21Test: Fail # Internal Error: Element.computeType. 110 Prefix21Test: Fail # Internal Error: Element.computeType.
112 Prefix22Test: Fail # library prefixes not handled 111 Prefix22Test: Fail # library prefixes not handled
113 PseudoKWTest: Fail # Unexpected token '(' 112 PseudoKWTest: Fail # Unexpected token '('
114 RegExpTest: Fail # named constructors with type arguments are not implemented 113 RegExpTest: Fail # named constructors with type arguments are not implemented
115 RethrowTest: Fail # SsaBuilder: throw without expression not implemented 114 RethrowTest: Fail # SsaBuilder: throw without expression not implemented
116 SavannahTest: Fail # SsaBuilder.visitContinueStatement not implemented 115 SavannahTest: Fail # SsaBuilder.visitContinueStatement not implemented
117 StatementTest: Fail # switch cases are not implemented 116 StatementTest: Fail # switch cases are not implemented
118 StaticFieldTest: Fail # cannot resolve setValues 117 StaticFieldTest: Fail # cannot resolve setValues
119 StaticFinalFieldTest: Fail # map not implemented 118 StaticFinalFieldTest: Fail # map not implemented
120 StringConcatTest: Fail # CompileTimeConstantEvaluator not implemented
121 StringInterpolate2Test: Fail # map not implemented 119 StringInterpolate2Test: Fail # map not implemented
122 StringInterpolateNPETest: Fail # SsaBuilder.visitBreakStatement not implemented 120 StringInterpolateNPETest: Fail # SsaBuilder.visitBreakStatement not implemented
123 StringInterpolateTest: Fail # CompileTimeConstantEvaluator not implemented
124 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value 121 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value
125 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 122 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
126 SuperFieldTest: Fail # no method named city in class B 123 SuperFieldTest: Fail # no method named city in class B
127 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 124 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
128 SuperOperatorTest: Fail # no method named + in class A 125 SuperOperatorTest: Fail # no method named + in class A
129 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 126 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
130 SuperTest: Fail # cannot find tokens to produce error message for i++. 127 SuperTest: Fail # cannot find tokens to produce error message for i++.
131 Switch6Test: Fail # switch cases are not implemented 128 Switch6Test: Fail # switch cases are not implemented
132 SwitchFallthruTest: Fail # switch cases are not implemented 129 SwitchFallthruTest: Fail # switch cases are not implemented
133 SwitchLabelTest: Fail # switch cases are not implemented 130 SwitchLabelTest: Fail # switch cases are not implemented
134 SwitchScopeTest: Fail # switch cases are not implemented 131 SwitchScopeTest: Fail # switch cases are not implemented
135 SwitchTest: Fail # switch cases are not implemented 132 SwitchTest: Fail # switch cases are not implemented
136 SyntaxTest/none: Fail # non-empty instruction stack 133 SyntaxTest/none: Fail # non-empty instruction stack
137 Throw3Test: Fail # SsaBuilder: throw without expression not implemented 134 Throw3Test: Fail # SsaBuilder: throw without expression not implemented
138 TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k+ +. 135 TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k+ +.
139 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled 136 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled
140 TopLevelVarTest: Fail # CompileTimeConstantEvaluator not implemented
141 ToplevelCollision2Test/none: Fail # duplicate definition 137 ToplevelCollision2Test/none: Fail # duplicate definition
142 TryCatch3Test: Fail # Internal Error: Cannot find value 138 TryCatch3Test: Fail # Internal Error: Cannot find value
143 TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are not implemented 139 TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are not implemented
144 TypeDartcTest: Fail # non-empty instruction stack 140 TypeDartcTest: Fail # non-empty instruction stack
145 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented 141 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented
146 142
147 143
148 # Implementation errors (library or generated code). 144 # Implementation errors (library or generated code).
149 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. 145 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails.
150 BadNamedParametersTest: Fail # NullPointerException 146 BadNamedParametersTest: Fail # NullPointerException
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 324
329 325
330 TypeVMTest: Fail, OK # VM specific test. 326 TypeVMTest: Fail, OK # VM specific test.
331 327
332 328
333 ExceptionTest: Fail # TODO(ahe): Probably a bad merge. 329 ExceptionTest: Fail # TODO(ahe): Probably a bad merge.
334 330
335 331
336 [ $component == leg && $mode == release] 332 [ $component == leg && $mode == release]
337 AssignTopMethodNegativeTest: Crash 333 AssignTopMethodNegativeTest: Crash
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/src/CompileTimeConstant2Test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698