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

Unified Diff: pkg/pkg.status

Issue 12499005: dart2js: Create noSuchMethod handlers at runtime to reduce overhead. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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: pkg/pkg.status
diff --git a/pkg/pkg.status b/pkg/pkg.status
index 27549e1d8efc4ef998b81bcd48aacd7a59711218..ccb57ef303623a60111b46e46d701cf07cb903cc 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -82,6 +82,12 @@ unittest/test/mock_stepwise_negative_test: Fail
[ $compiler == dart2js ]
unittest/test/instance_test: Skip
+[ $compiler == dart2js && $minified ]
+# The unittest package relies on getting the original (non-minified) method
ngeoffray 2013/03/11 09:41:27 I don't know how specified is the name of Invocati
erikcorry 2013/03/13 08:55:45 That's right, that's what we do in the non-minifyi
+# names in InvocationMirrors. You can't get that when minifying.
+unittest/test/mock_test: Fail
+unittest/test/mock_regexp_negative_test: Fail
+
[ $compiler == none && $runtime == drt ]
dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541.

Powered by Google App Engine
This is Rietveld 408576698