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

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

Issue 9753001: super and this in compile-time constants. (Closed) Base URL: /home/flo/programming/dart2/../dart/dart@master
Patch Set: Remove work-around for VM bug. 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
Index: tests/language/language-leg.status
diff --git a/tests/language/language-leg.status b/tests/language/language-leg.status
index 76a7f03390bf1a556439cd48c5b6b7a16ae9016e..4d9885d643057b62102f2e9cf861a4e31f20a8bf 100644
--- a/tests/language/language-leg.status
+++ b/tests/language/language-leg.status
@@ -10,8 +10,6 @@
AdjacentConstStringLiteralsTest: Pass # Not recognizing 'const' constructor call.
CompileTimeConstant8Test: Fail # We don't take the generic type into account yet.
CompileTimeConstantBTest: Fail # We don't handle constant map literals with __proto__ key yet.
-CompileTimeConstantGTest: Fail # We don't handle constants with optional arguments to super yet.
-Factory2Test: Fail # We don't handle constants with super calls.
# Compilation errors.
@@ -23,7 +21,6 @@ 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

Powered by Google App Engine
This is Rietveld 408576698