Support for stack traces in catch blocks.

Review URL: https://chromiumcodereview.appspot.com//9601014

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@5018 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
ngeoffray@google.com
2012-03-06 12:17:49 +00:00
parent d3b04b2939
commit e1151981ff
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -177,8 +177,6 @@ Language/11_Statements/13_Continue_A03_t04: Fail # TODO(ahe): New co19 failure,
Language/11_Statements/13_Continue_A03_t05: Fail # TODO(ahe): New co19 failure, please triage.
Language/11_Statements/13_Continue_A03_t06: Fail # TODO(ahe): New co19 failure, please triage.
Language/11_Statements/13_Continue_A03_t07: Fail # TODO(ahe): New co19 failure, please triage.
Language/11_Statements/14_Throw_A02_t02: Fail # TODO(ahe): New co19 failure, please triage.
Language/11_Statements/14_Throw_A02_t03: Fail # TODO(ahe): New co19 failure, please triage.
Language/11_Statements/14_Throw_A03_t02: Fail # TODO(ahe): New co19 failure, please triage.
Language/11_Statements/14_Throw_A03_t03: Fail # TODO(ahe): New co19 failure, please triage.
Language/11_Statements/15_Assert_A03_t05: Fail # TODO(ahe): New co19 failure, please triage.
-2
View File
@@ -107,7 +107,6 @@ Prefix22Test: Fail # library prefixes not handled
PseudoKWTest: Fail # Unexpected token '('
RegExpTest: Fail # named constructors with type arguments are not implemented
ResourceTest: Fail # #resource tag not recognized - issue 1807
StackTraceTest: Fail # SsaBuilder: throw without expression not implemented
StatementTest: Fail # switch cases are not implemented
StaticFieldTest: Fail # cannot resolve setValues
StaticFinalFieldTest: Fail # map not implemented
@@ -125,7 +124,6 @@ SwitchTest: Fail # switch cases are not implemented
TopLevelFuncTest: Fail # cannot find tokens to produce error message for ()=> k++.
TopLevelPrefixedDeclarationTest: Fail # library prefixes not handled
ToplevelCollision2Test/none: Fail # duplicate definition
TryCatch3Test: Fail # Internal Error: Cannot find value
TypeChecksInFactoryMethodTest: Fail # named constructors with type arguments are not implemented
TypeDartcTest: Fail # non-empty instruction stack
WhileTest: Fail # SsaBuilder for loop with aborting body not implemented