Update status file to reflect what's implemented in dartc and fix bot.

Review URL: https://chromereviews.googleplex.com/3551014

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@104 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
ngeoffray@google.com
2011-10-06 09:28:21 +00:00
parent 98d704a3cb
commit eebda50623
2 changed files with 7 additions and 9 deletions
+2 -1
View File
@@ -216,12 +216,13 @@ LibTest/core/Set/some/Set/some/A01/t06: Fail # Bug 5371670.
LibTest/core/Strings/concatAll/Strings/concatAll/A01/t02: Fail # Bug 5371670.
LibTest/core/Strings/join/Strings/join/A01/t02: Fail # Bug 5371670.
# These spread/rest tests need to be removed (b/5359622).
# These spread/rest tests need to be removed (b/5359622, b/5420449).
LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Spread_Arguments/A01/t01: Skip
LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Spread_Arguments/A02/t01: Skip
LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Spread_Arguments/A03/t01: Skip
LangGuideTest/08_Expressions/08_17_Function_Invocation_Expression/Spread_Arguments/A04/t01: Skip
LangGuideTest/02_Language_Constructs/02_6_Functions/A04/t02: Skip
LangGuideTest/02_Language_Constructs/02_7_Abstract_Methods/A01/t02: Fail, Okay
# This test is incorrect, see b/5392661
LangGuideTest/02_Language_Constructs/02_1_Class/A05/t01: Fail
+5 -8
View File
@@ -74,14 +74,11 @@ StringConcatTest: FAIL # 5196164
NamedParametersTest: Fail # Implementation in progress.
NamedParametersTypeTest: Fail # Implementation in progress.
NamedParametersWithConversionsTest: Fail # Implementation in progress.
NamedParametersNegativeTest: Skip # Implementation in progress.
NamedParameters2NegativeTest: Skip # Implementation in progress.
NamedParameters3NegativeTest: Skip # Implementation in progress.
NamedParameters4NegativeTest: Skip # Implementation in progress.
NamedParameters5NegativeTest: Skip # Implementation in progress.
NamedParameters6NegativeTest: Skip # Implementation in progress.
NamedParameters7NegativeTest: Skip # Implementation in progress.
NamedParameters8NegativeTest: Skip # Implementation in progress.
NamedParametersNegativeTest: Fail # Implementation in progress.
NamedParameters2NegativeTest: Fail # Implementation in progress.
NamedParameters3NegativeTest: Fail # Implementation in progress.
NamedParameters4NegativeTest: Fail # Implementation in progress.
NamedParameters6NegativeTest: Crash # Implementation in progress.
ScopeVariableTest: Fail # 5244704
Field1NegativeTest: Fail # 5253031
InstFieldInitializerTest: Fail # Cannot deal with static final values in const expression.