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

Unified Diff: tests/language/language-leg.status

Issue 9887003: Update reasons for some failing tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: more updates 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language-leg.status
diff --git a/tests/language/language-leg.status b/tests/language/language-leg.status
index 93739d009a837bd1f9913ecddca851380a640699..476d0db07185df334829914514f32b9597c42222 100644
--- a/tests/language/language-leg.status
+++ b/tests/language/language-leg.status
@@ -13,10 +13,10 @@ CompileTimeConstantBTest: Fail # We don't handle constant map literals with __pr
# Compilation errors.
-CTConstTest: Fail # map not implemented
+CTConstTest: Fail # We don't take the generic type into account yet.
CallOperatorTest: Fail # Unexpected token 'call'
CharEscapeTest: Fail # Unhandled non-BMP character: U+10000
-ConstObjectsAreImmutableTest: Fail # map not implemented
+ConstObjectsAreImmutableTest: Fail # Const objects are not immutable.
Constructor6Test: Fail # Closures inside initializers not implemented.
DefaultFactoryLibraryTest: Fail # lib is not a type
DynamicTest: Fail # cannot resolve type F1
@@ -42,16 +42,15 @@ ManyGenericInstanceofTest: Fail # cannot resolve type T
MapLiteral2Test: Fail # expected a constant string
MapLiteral3Test: Fail # CL on its way (const { 'a': 3, 'a': 4 } not treated correctly.
MapLiteral4Test: Fail # map not implemented
-MethodBindingTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
+MethodBindingTest: Fail # internal error: super property read not implemented.
MethodNameTest: Fail # Parsing of pseudo keywords.
MethodOverrideTest: Fail # cannot resolve type GetKeysFunctionType
NamedParameters2Test: Fail # Unimplemented non-matching static call
NamedParameters3Test: Fail # Unimplemented non-matching static call
NamedParameters4Test: Fail # Unimplemented non-matching static call
NamedParametersTypeTest: Fail # Internal Error: Cannot find value
-NamingTest: Fail # Internal Error: Cannot find value
-NanInfinityTest: Fail # CompileTimeConstantEvaluator not implemented
-ParameterInitializerTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
+NamingTest: Fail # Broken because operator negate is not accessible as if it was a method.
+ParameterInitializerTest: Fail # internal error: super property read not implemented
PseudoKWTest: Fail # Unexpected token '('
SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value
SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-this
@@ -76,7 +75,6 @@ GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails.
InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actual: <5>) fails.
Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails.
-ToStringAsFixedTest: Fail # Expect.equals(expected: <0.0000006>, actual: <0.0000010>) fails.
TypeChecksInFactoryMethodTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
@@ -210,7 +208,7 @@ NumbersTest: Fail, OK # (unintended?) VM specific test.
DivByZeroTest: Fail, OK # Leg only has doubles.
-RegExp3Test: Fail, OK # Expects exception from const constructor.
+RegExp3Test: Fail, OK # Expects exception from RegExp constructor.
ahe 2012/03/29 05:13:02 Well, the problem is still that the test expects t
floitsch 2012/03/29 05:30:41 Ok. reverted.
ListTest: Fail, OK # Obsolete test uses List.copyFrom that was removed on 2011-10-31.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698