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

Unified Diff: tests/co19/co19-dart2js.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: Reordered some stuff due to code review feedback 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: tests/co19/co19-dart2js.status
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
index 9822fca2be97f69c18bd77278a0de94a0c5eea24..f97e7f80a1220f8f858bbda87873554bf0edfe52 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -191,6 +191,17 @@ LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F
LibTest/math/acos_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
LibTest/math/asin_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
+[ $compiler == dart2js && $minified ]
+
+# These tests assume that the invocation mirror gets the original name of the
+# method, but that information is not present when minifying. They could be
+# fixed by using the invocation mirror to invoke a method on a different object
+# and checking that the correct method is invoked.
+Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail, OK
+Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail, OK
+Language/11_Expressions/18_Assignment_A08_t04: Fail, OK
+
+
[ $compiler == dart2js && $checked ]
Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TODO(ahe): Please triage this failure.
Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TODO(ahe): Please triage this failure.

Powered by Google App Engine
This is Rietveld 408576698