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

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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 Prefix11Test: Fail # lib11 is not a type 99 Prefix11Test: Fail # lib11 is not a type
100 Prefix12Test: Fail # named constructors with type arguments are not implemented 100 Prefix12Test: Fail # named constructors with type arguments are not implemented
101 Prefix14Test: Fail # prefixes not implemented 101 Prefix14Test: Fail # prefixes not implemented
102 Prefix15Test: Fail # lib12 is not a type 102 Prefix15Test: Fail # lib12 is not a type
103 Prefix17Test: Fail # lib12 is not a type 103 Prefix17Test: Fail # lib12 is not a type
104 Prefix21Test: Fail # Internal Error: Element.computeType. 104 Prefix21Test: Fail # Internal Error: Element.computeType.
105 Prefix22Test: Fail # library prefixes not handled 105 Prefix22Test: Fail # library prefixes not handled
106 PseudoKWTest: Fail # Unexpected token '(' 106 PseudoKWTest: Fail # Unexpected token '('
107 RegExpTest: Fail # named constructors with type arguments are not implemented 107 RegExpTest: Fail # named constructors with type arguments are not implemented
108 ResourceTest: Fail # #resource tag not recognized - issue 1807 108 ResourceTest: Fail # #resource tag not recognized - issue 1807
109 StackTraceTest: Fail # SsaBuilder: throw without expression not implemented
110 StatementTest: Fail # switch cases are not implemented 109 StatementTest: Fail # switch cases are not implemented
111 StaticFieldTest: Fail # cannot resolve setValues 110 StaticFieldTest: Fail # cannot resolve setValues
112 StaticFinalFieldTest: Fail # map not implemented 111 StaticFinalFieldTest: Fail # map not implemented
113 StringInterpolate2Test: Fail # map not implemented 112 StringInterpolate2Test: Fail # map not implemented
114 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value 113 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value
115 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 114 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
116 SuperFieldTest: Fail # no method named city in class B 115 SuperFieldTest: Fail # no method named city in class B
117 SuperOperatorTest: Fail # no method named + in class A 116 SuperOperatorTest: Fail # no method named + in class A
118 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this 117 SuperSetterTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
119 SuperTest: Fail # cannot find tokens to produce error message for i++. 118 SuperTest: Fail # cannot find tokens to produce error message for i++.
120 Switch6Test: Fail # switch cases are not implemented 119 Switch6Test: Fail # switch cases are not implemented
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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 # TODO(ahe): Categorize these failures. 303 # TODO(ahe): Categorize these failures.
306 ClosureBreak1Test: Fail 304 ClosureBreak1Test: Fail
307 ClosureBreak2Test: Fail 305 ClosureBreak2Test: Fail
308 ClosureBreakTest: Fail 306 ClosureBreakTest: Fail
309 ExecuteFinally3Test: Fail 307 ExecuteFinally3Test: Fail
310 ExecuteFinally9Test: Fail 308 ExecuteFinally9Test: Fail
311 309
312 310
313 [ $component == leg && $mode == release ] 311 [ $component == leg && $mode == release ]
314 AssignTopMethodNegativeTest: Crash 312 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