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

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

Issue 9601014: Support for stack traces in catch blocks. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
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
« frog/leg/tree/nodes.dart ('K') | « tests/co19/co19-leg.status ('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 prefix language 5 prefix language
6 6
7 [ $component == leg && $checked ] 7 [ $component == leg && $checked ]
8 *: Skip 8 *: Skip
9 9
10 10
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 Prefix11Test: Fail # lib11 is not a type 100 Prefix11Test: Fail # lib11 is not a type
101 Prefix12Test: Fail # named constructors with type arguments are not implemented 101 Prefix12Test: Fail # named constructors with type arguments are not implemented
102 Prefix14Test: Fail # prefixes not implemented 102 Prefix14Test: Fail # prefixes not implemented
103 Prefix15Test: Fail # lib12 is not a type 103 Prefix15Test: Fail # lib12 is not a type
104 Prefix17Test: Fail # lib12 is not a type 104 Prefix17Test: Fail # lib12 is not a type
105 Prefix21Test: Fail # Internal Error: Element.computeType. 105 Prefix21Test: Fail # Internal Error: Element.computeType.
106 Prefix22Test: Fail # library prefixes not handled 106 Prefix22Test: Fail # library prefixes not handled
107 PseudoKWTest: Fail # Unexpected token '(' 107 PseudoKWTest: Fail # Unexpected token '('
108 RegExpTest: Fail # named constructors with type arguments are not implemented 108 RegExpTest: Fail # named constructors with type arguments are not implemented
109 ResourceTest: Fail # #resource tag not recognized - issue 1807 109 ResourceTest: Fail # #resource tag not recognized - issue 1807
110 StackTraceTest: Fail # SsaBuilder: throw without expression not implemented
111 StatementTest: Fail # switch cases are not implemented 110 StatementTest: Fail # switch cases are not implemented
112 StaticFieldTest: Fail # cannot resolve setValues 111 StaticFieldTest: Fail # cannot resolve setValues
113 StaticFinalFieldTest: Fail # map not implemented 112 StaticFinalFieldTest: Fail # map not implemented
114 StringInterpolate2Test: Fail # map not implemented 113 StringInterpolate2Test: Fail # map not implemented
115 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value 114 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value
116 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 115 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
117 SuperFieldTest: Fail # no method named city in class B 116 SuperFieldTest: Fail # no method named city in class B
118 SuperOperatorTest: Fail # no method named + in class A 117 SuperOperatorTest: Fail # no method named + in class A
119 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 118 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
120 SuperTest: Fail # cannot find tokens to produce error message for i++. 119 SuperTest: Fail # cannot find tokens to produce error message for i++.
121 SwitchFallthruTest: Fail # switch cases are not implemented 120 SwitchFallthruTest: Fail # switch cases are not implemented
122 SwitchLabelTest: Fail # switch cases are not implemented 121 SwitchLabelTest: Fail # switch cases are not implemented
123 SwitchScopeTest: Fail # switch cases are not implemented 122 SwitchScopeTest: Fail # switch cases are not implemented
124 SwitchTest: Fail # switch cases are not implemented 123 SwitchTest: Fail # switch cases are not implemented
125 TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k+ +. 124 TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k+ +.
126 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled 125 TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled
127 ToplevelCollision2Test/none: Fail # duplicate definition 126 ToplevelCollision2Test/none: Fail # duplicate definition
128 TryCatch3Test: Fail # Internal Error: Cannot find value
129 TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are not implemented 127 TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are not implemented
130 TypeDartcTest: Fail # non-empty instruction stack 128 TypeDartcTest: Fail # non-empty instruction stack
131 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented 129 WhileTest: Fail # SsaBuilder for loop with aborting body not implemented
132 WrongNumberTypeArgumentsTest/01: Fail # Should not complain in production mode. 130 WrongNumberTypeArgumentsTest/01: Fail # Should not complain in production mode.
133 131
134 # Implementation errors (library or generated code). 132 # Implementation errors (library or generated code).
135 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. 133 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails.
136 BadNamedParametersTest: Fail # NullPointerException 134 BadNamedParametersTest: Fail # NullPointerException
137 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails. 135 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails.
138 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails. 136 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails.
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 # TODO(ahe): Categorize these failures. 304 # TODO(ahe): Categorize these failures.
307 ClosureBreak1Test: Fail 305 ClosureBreak1Test: Fail
308 ClosureBreak2Test: Fail 306 ClosureBreak2Test: Fail
309 ClosureBreakTest: Fail 307 ClosureBreakTest: Fail
310 ExecuteFinally3Test: Fail 308 ExecuteFinally3Test: Fail
311 ExecuteFinally9Test: Fail 309 ExecuteFinally9Test: Fail
312 310
313 311
314 [ $component == leg && $mode == release ] 312 [ $component == leg && $mode == release ]
315 AssignTopMethodNegativeTest: Crash 313 AssignTopMethodNegativeTest: Crash
OLDNEW
« frog/leg/tree/nodes.dart ('K') | « tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698