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

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

Issue 9703074: Call the compile-time constant handler inside bodies. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comment. 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 | « tests/co19/co19-leg.status ('k') | 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 e509787980fc0e8e74176e7c3a10471a83d4a7c3..2091224ade6851f7e605034405b0a33f604120eb 100644
--- a/tests/language/language-leg.status
+++ b/tests/language/language-leg.status
@@ -23,6 +23,7 @@ CharEscapeTest: Fail # Unhandled non-BMP character: U+10000
ConstInitTest: Fail # CompileTimeConstantHandler with arguments not implemented
ConstObjectsAreImmutableTest: Fail # map not implemented
Constructor6Test: Fail # Closures inside initializers not implemented.
+ConstructorRedirectTest/none: Fail # ConstantHandler with this or super not implemented
Context2Test: Fail # switch cases are not implemented
ContinueTest: Fail # switch cases are not implemented
DefaultFactoryLibraryTest: Fail # lib is not a type
@@ -78,7 +79,6 @@ TypeDartcTest: Fail # non-empty instruction stack
AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails.
BadNamedParametersTest: Fail # NullPointerException
BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual: <1>) fails.
-ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails.
ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
ExpectTest: Fail # Expect.identical did not fail
FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fails.
@@ -110,7 +110,6 @@ ConstConstructorSyntaxTest/01: Fail, OK # Negative language test.
ConstConstructorSyntaxTest/02: Fail, OK # Negative language test.
ConstConstructorSyntaxTest/03: Fail, OK # Negative language test.
ConstConstructorSyntaxTest/04: Fail, OK # Negative language test.
-ConstConstructorSyntaxTest/05: Fail, OK # Negative language test.
ConstFactoryNegativeTest: Fail, OK # Negative language test.
ConstFieldNegativeTest: Fail, OK # Negative language test.
ConstInit4NegativeTest: Fail, OK # Negative language test.
« no previous file with comments | « tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698