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

Unified Diff: tests/language/language.status

Issue 9930005: Use default values of named arguments when invoking the default super constructor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Report bad static calls with position (regression fix). Created 8 years, 8 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.status
diff --git a/tests/language/language.status b/tests/language/language.status
index ce1e894667b1dcc30bb61f6dc6b6cab64f380277..b19d98cee9d562237a478ed79bdc2789fbf4a6d8 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -214,6 +214,7 @@ CompileTimeConstantDTest: Fail # doesn't recognize 400 + z (with z parameter of
CompileTimeConstantETest: Fail
CompileTimeConstantGTest: Fail # compile time constants with super calls to optional arguments.
CompileTimeConstantKTest: Fail # Constant maps are not canonicalized correctly if the same key appears multiple times.
+CompileTimeConstantLTest: Fail # final instance fields with default values are not initialized correctly.
DisablePrivacyTest: Skip # Issue 1882: Needs --disable_privacy support.
DoubleToStringAsExponentialTest: Fail # fails due to -0.0.
# Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to

Powered by Google App Engine
This is Rietveld 408576698