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

Unified Diff: dart/pkg/pkg.status

Issue 14049009: Rename Invocation to InvocationMirror. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged Created 7 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: dart/pkg/pkg.status
diff --git a/dart/pkg/pkg.status b/dart/pkg/pkg.status
index c4b6f349a5af3e47e763c08406f8fbcdf322b21a..195a42fd624860e97e50c3c07337b08d491a3663 100644
--- a/dart/pkg/pkg.status
+++ b/dart/pkg/pkg.status
@@ -123,7 +123,8 @@ intl/test/date_time_format_uninitialized_test: Pass, Fail # http://dartbug.com/9
[ $compiler == dart2js && $minified ]
# The unittest package relies on getting the original (non-minified) method
-# names in InvocationMirrors. You can't get that when minifying.
+# names in Invocation. You can't get that when minifying.
+# TODO(ahe/erikcorry): But soon you can, now that we use Symbol.
unittest/test/mock_test: Fail
unittest/test/mock_regexp_negative_test: Fail
« no previous file with comments | « dart/compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java ('k') | dart/pkg/unittest/lib/mock.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698