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

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

Issue 9474040: Improve exception handling: (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 prefix language 5 prefix language
6 6
7 [ $component == leg && $checked ] 7 [ $component == leg && $checked ]
8 *: Skip 8 *: Skip
9 9
10 10
(...skipping 20 matching lines...) Expand all
31 ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance me thods 31 ConstructorRedirectTest: Fail # staticFun(x, y) is only available in instance me thods
32 Context2Test: Fail # switch cases are not implemented 32 Context2Test: Fail # switch cases are not implemented
33 ContextTest: Fail # Internal Error: Cannot find value 33 ContextTest: Fail # Internal Error: Cannot find value
34 ContinueTest: Fail # switch cases are not implemented 34 ContinueTest: Fail # switch cases are not implemented
35 DefaultFactoryLibraryTest: Fail # lib is not a type 35 DefaultFactoryLibraryTest: Fail # lib is not a type
36 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented 36 DefaultInitTest: Fail # CompileTimeConstantHandler with fields not implemented
37 DeoptNoFeedbackTest: Fail # Internal Error: Cannot find value 37 DeoptNoFeedbackTest: Fail # Internal Error: Cannot find value
38 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented 38 DoWhileTest: Fail # SsaBuilder for loop with aborting body not implemented
39 DynamicTest: Fail # cannot resolve type F1 39 DynamicTest: Fail # cannot resolve type F1
40 EmptyBlockCaseTest: Fail # switch cases are not implemented 40 EmptyBlockCaseTest: Fail # switch cases are not implemented
41 Factory3Test: Fail # Handling of compile-time constants.
41 Factory4Test: Fail # named constructors with type arguments are not implemented 42 Factory4Test: Fail # named constructors with type arguments are not implemented
42 FannkuchTest: Fail # Expect.equals(expected: <49>, actual: <0>) fails. 43 FannkuchTest: Fail # Expect.equals(expected: <49>, actual: <0>) fails.
43 FinalSyntaxTest/none: Fail # CompileTimeConstantEvaluator not implemented 44 FinalSyntaxTest/none: Fail # CompileTimeConstantEvaluator not implemented
44 ForTest: Fail # SsaBuilder for loop without condition not implemented 45 ForTest: Fail # SsaBuilder for loop without condition not implemented
45 FunctionLiterals2Test: Fail # Internal Error: Cannot find value 46 FunctionLiterals2Test: Fail # Internal Error: Cannot find value
46 FunctionLiteralsTest: Fail # duplicate definition of _(int x)=> x 47 FunctionLiteralsTest: Fail # duplicate definition of _(int x)=> x
47 FunctionSyntaxTest: Fail # Internal Error: Cannot find value 48 FunctionSyntaxTest: Fail # Internal Error: Cannot find value
48 FunctionTypeAlias2Test: Fail # cannot resolve type f1 49 FunctionTypeAlias2Test: Fail # cannot resolve type f1
49 FunctionTypeAlias3Test: Fail # cannot resolve type F 50 FunctionTypeAlias3Test: Fail # cannot resolve type F
50 FunctionTypeAlias4Test: Fail # cannot resolve type F 51 FunctionTypeAlias4Test: Fail # cannot resolve type F
(...skipping 26 matching lines...) Expand all
77 MapTest: Fail # Internal Error: Cannot find value 78 MapTest: Fail # Internal Error: Cannot find value
78 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 79 MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
79 MethodNameTest: Fail # Unexpected token '(' 80 MethodNameTest: Fail # Unexpected token '('
80 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType 81 MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType
81 NamedArgumentInConstCreationTest: Fail # CompileTimeConstantEvaluator not implem ented 82 NamedArgumentInConstCreationTest: Fail # CompileTimeConstantEvaluator not implem ented
82 NamedParameters2Test: Fail # Unimplemented non-matching static call 83 NamedParameters2Test: Fail # Unimplemented non-matching static call
83 NamedParameters3Test: Fail # Unimplemented non-matching static call 84 NamedParameters3Test: Fail # Unimplemented non-matching static call
84 NamedParameters4Test: Fail # Unimplemented non-matching static call 85 NamedParameters4Test: Fail # Unimplemented non-matching static call
85 NamedParametersTypeTest: Fail # Internal Error: Cannot find value 86 NamedParametersTypeTest: Fail # Internal Error: Cannot find value
86 NamingTest: Fail # Internal Error: Cannot find value 87 NamingTest: Fail # Internal Error: Cannot find value
88 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented
87 NonParameterizedFactory2Test: Fail # named constructors with type arguments are not implemented 89 NonParameterizedFactory2Test: Fail # named constructors with type arguments are not implemented
90 NullToStringTest: Fail # Closurization of intercepted methods.
88 NumbersTest: Fail # cannot resolve type Smi 91 NumbersTest: Fail # cannot resolve type Smi
89 ObjectDynamicMethodTest: Fail # map not implemented 92 ObjectDynamicMethodTest: Fail # map not implemented
90 OptimizedSetterTest: Fail # Internal Error: Cannot find value 93 OptimizedSetterTest: Fail # Internal Error: Cannot find value
91 OrderedMapsTest: Fail # map not implemented 94 OrderedMapsTest: Fail # map not implemented
92 Param2Test: Fail # Internal Error: Cannot find value 95 Param2Test: Fail # Internal Error: Cannot find value
93 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 96 ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
94 Prefix101Test: Fail # duplicate definition 97 Prefix101Test: Fail # duplicate definition
95 Prefix10Test: Fail # lib11 is not a type 98 Prefix10Test: Fail # lib11 is not a type
96 Prefix11Test: Fail # lib11 is not a type 99 Prefix11Test: Fail # lib11 is not a type
97 Prefix12Test: Fail # named constructors with type arguments are not implemented 100 Prefix12Test: Fail # named constructors with type arguments are not implemented
98 Prefix14Test: Fail # prefixes not implemented 101 Prefix14Test: Fail # prefixes not implemented
99 Prefix15Test: Fail # lib12 is not a type 102 Prefix15Test: Fail # lib12 is not a type
100 Prefix17Test: Fail # lib12 is not a type 103 Prefix17Test: Fail # lib12 is not a type
101 Prefix21Test: Fail # Internal Error: Element.computeType. 104 Prefix21Test: Fail # Internal Error: Element.computeType.
102 Prefix22Test: Fail # library prefixes not handled 105 Prefix22Test: Fail # library prefixes not handled
103 PseudoKWTest: Fail # Unexpected token '(' 106 PseudoKWTest: Fail # Unexpected token '('
104 RegExpTest: Fail # named constructors with type arguments are not implemented 107 RegExpTest: Fail # named constructors with type arguments are not implemented
105 ResourceTest: Fail # #resource tag not recognized - issue 1807 108 ResourceTest: Fail # #resource tag not recognized - issue 1807
106 RethrowTest: Fail # SsaBuilder: throw without expression not implemented 109 StackTraceTest: Fail # SsaBuilder: throw without expression not implemented
107 SavannahTest: Fail # SsaBuilder.visitContinueStatement not implemented
108 StatementTest: Fail # switch cases are not implemented 110 StatementTest: Fail # switch cases are not implemented
109 StaticFieldTest: Fail # cannot resolve setValues 111 StaticFieldTest: Fail # cannot resolve setValues
110 StaticFinalFieldTest: Fail # map not implemented 112 StaticFinalFieldTest: Fail # map not implemented
111 StringInterpolate2Test: Fail # map not implemented 113 StringInterpolate2Test: Fail # map not implemented
112 StringInterpolateNPETest: Fail # TypeError: Cannot call method 'get$name' of und efined
113 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value 114 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value
114 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 115 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
115 SuperFieldTest: Fail # no method named city in class B 116 SuperFieldTest: Fail # no method named city in class B
116 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this 117 SuperImplicitClosureTest: Fail # Internal Error: SsaBuilder.visitIdentifier on n on-this
117 SuperOperatorTest: Fail # no method named + in class A 118 SuperOperatorTest: Fail # no method named + in class A
118 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 119 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
119 SuperTest: Fail # cannot find tokens to produce error message for i++. 120 SuperTest: Fail # cannot find tokens to produce error message for i++.
120 Switch6Test: Fail # switch cases are not implemented 121 Switch6Test: Fail # switch cases are not implemented
121 SwitchFallthruTest: Fail # switch cases are not implemented 122 SwitchFallthruTest: Fail # switch cases are not implemented
122 SwitchLabelTest: Fail # switch cases are not implemented 123 SwitchLabelTest: Fail # switch cases are not implemented
123 SwitchScopeTest: Fail # switch cases are not implemented 124 SwitchScopeTest: Fail # switch cases are not implemented
124 SwitchTest: Fail # switch cases are not implemented 125 SwitchTest: Fail # switch cases are not implemented
125 SyntaxTest/none: Fail # non-empty instruction stack 126 SyntaxTest/none: Fail # non-empty instruction stack
126 Throw3Test: Fail # SsaBuilder: throw without expression not implemented
127 TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k+ +. 127 TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k+ +.
128 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled 128 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled
129 ToplevelCollision2Test/none: Fail # duplicate definition 129 ToplevelCollision2Test/none: Fail # duplicate definition
130 TryCatch3Test: Fail # Internal Error: Cannot find value 130 TryCatch3Test: Fail # Internal Error: Cannot find value
131 TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are not implemented 131 TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are not implemented
132 TypeDartcTest: Fail # non-empty instruction stack 132 TypeDartcTest: Fail # non-empty instruction stack
133 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented 133 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented
134 NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented
135 134
136 135
137 # Implementation errors (library or generated code). 136 # Implementation errors (library or generated code).
138 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. 137 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails.
139 BadNamedParametersTest: Fail # NullPointerException 138 BadNamedParametersTest: Fail # NullPointerException
140 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails. 139 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails.
141 CallThroughNullGetterTest: Fail # Expect.fail('Wrong exception. Expected: Objec tNotClosureException got: null')
142 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails. 140 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails.
143 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 141 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
144 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2- 3-5-4-6-7->) fails. 142 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2- 3-5-4-6-7->) fails.
145 Constructor3Test: Fail # Expect.equals(expected: <1-2-3-4-5-6->, actual: <1-2-4- 3-5-6->) fails. 143 Constructor3Test: Fail # Expect.equals(expected: <1-2-3-4-5-6->, actual: <1-2-4- 3-5-6->) fails.
146 ExampleConstructorTest: Fail # Expect.equals(expected: <0 1 2 3 4 5 6 >, actual: <0 1 3 4 2 5 6 >) fails. 144 ExampleConstructorTest: Fail # Expect.equals(expected: <0 1 2 3 4 5 6 >, actual: <0 1 3 4 2 5 6 >) fails.
147 ExpectTest: Fail # Expect.identical did not fail 145 ExpectTest: Fail # Expect.identical did not fail
148 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail s. 146 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail s.
149 GenericDeepTest: Fail # Expect.isTrue(false) fails. 147 GenericDeepTest: Fail # Expect.isTrue(false) fails.
150 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. 148 GenericInheritanceTest: Fail # Expect.isTrue(false) fails.
151 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. 149 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails.
152 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa ils. 150 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa ils.
153 InstFieldInitializerTest: Fail # Expect.equals(expected: <>, actual: <null>) fai ls. 151 InstFieldInitializerTest: Fail # Expect.equals(expected: <>, actual: <null>) fai ls.
154 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu al: <5>) fails. 152 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu al: <5>) fails.
155 InstanceFieldInitializerTest: Fail # Expect.equals(expected: <1>, actual: <null> ) fails. 153 InstanceFieldInitializerTest: Fail # Expect.equals(expected: <1>, actual: <null> ) fails.
156 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 154 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
157 IntrinsifiedMethodsTest: Fail # Expect.isTrue(false) fails. 155 IntrinsifiedMethodsTest: Fail # Expect.isTrue(false) fails.
158 LocalFunction3Test: Fail # Expect.equals(expected: <Closure>, actual: <Instance of 'Closure'>) fails. 156 LocalFunction3Test: Fail # Expect.equals(expected: <Closure>, actual: <Instance of 'Closure'>) fails.
159 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 157 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
160 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails . 158 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails .
161 PrivateMemberTest: Fail # uncaught exception in toString 159 PrivateMemberTest: Fail # uncaught exception in toString
162 Private3Test: Fail # Expect.equals(expected: <-1>, actual: <The Ring>) fails. 160 Private3Test: Fail # Expect.equals(expected: <-1>, actual: <The Ring>) fails.
163 PrivateTest: Fail # Expect.equals(expected: <99>, actual: <499>) fails. 161 PrivateTest: Fail # Expect.equals(expected: <99>, actual: <499>) fails.
164 PropertyFieldOverrideTest: Fail # Expect.equals(expected: <3>, actual: <null>) f ails. 162 PropertyFieldOverrideTest: Fail # Expect.equals(expected: <3>, actual: <null>) f ails.
165 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000 010>) fails. 163 ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000 010>) fails.
166 TypedMessageTest: Fail # SyntaxError: Unexpected token this 164 TypedMessageTest: Fail # SyntaxError: Unexpected token this
167 165
168 166
169 # Mapping of JS errors to Dart exceptions.
170 Factory3Test: Fail # TypeError: Cannot call method 'prepend$1' of undefined
171 MethodInvocationTest: Fail # TypeError: Cannot call method 'foo$0' of undefined
172 NullToStringTest: Fail # TypeError: Cannot call method 'get$toString' of undefin ed
173 StackOverflowTest: Fail # RangeError: Maximum call stack size exceeded
174 StackTraceTest: Fail # ReferenceError: stacktrace is not defined
175 StringTest: Fail # TypeError: Object Hello has no method 'operator$indexSet$2'
176
177
178 # 167 #
179 # The following tests are all semantic tests that we can rely on dartc 168 # The following tests are all semantic tests that we can rely on dartc
180 # catching for now. 169 # catching for now.
181 # 170 #
182 AbstractStaticNegativeTest: Fail, OK # Negative language test. 171 AbstractStaticNegativeTest: Fail, OK # Negative language test.
183 AbstractSyntaxTest/01: Fail, OK # Negative language test. 172 AbstractSyntaxTest/01: Fail, OK # Negative language test.
184 AbstractSyntaxTest/02: Fail, OK # Negative language test. 173 AbstractSyntaxTest/02: Fail, OK # Negative language test.
185 AssignTopMethodNegativeTest: Fail, OK # Negative language test. 174 AssignTopMethodNegativeTest: Fail, OK # Negative language test.
186 BlackListedTest/01: Fail, OK # Negative language test. 175 BlackListedTest/01: Fail, OK # Negative language test.
187 BlackListedTest/02: Fail, OK # Negative language test. 176 BlackListedTest/02: Fail, OK # Negative language test.
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 # TODO(ahe): Categorize these failures. 309 # TODO(ahe): Categorize these failures.
321 ClosureBreak1Test: Fail 310 ClosureBreak1Test: Fail
322 ClosureBreak2Test: Fail 311 ClosureBreak2Test: Fail
323 ClosureBreakTest: Fail 312 ClosureBreakTest: Fail
324 ExecuteFinally3Test: Fail 313 ExecuteFinally3Test: Fail
325 ExecuteFinally9Test: Fail 314 ExecuteFinally9Test: Fail
326 315
327 316
328 [ $component == leg && $mode == release ] 317 [ $component == leg && $mode == release ]
329 AssignTopMethodNegativeTest: Crash 318 AssignTopMethodNegativeTest: Crash
OLDNEW
« dart/frog/leg/lib/js_helper.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