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

Unified Diff: tests/co19/co19-frog.status

Issue 8478025: Restore r1383: Fix method resolution to warn about things that don't exist on the declared type. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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
« frog/world.dart ('K') | « frog/world.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/co19-frog.status
diff --git a/tests/co19/co19-frog.status b/tests/co19/co19-frog.status
index e36089014534dd3f26350cbd4f75a9f6fe0499ff..85f29a720d7971c89e4cba6e87ccb832e3054317 100644
--- a/tests/co19/co19-frog.status
+++ b/tests/co19/co19-frog.status
@@ -226,7 +226,6 @@ LibTest/core/Proxy/Proxy.forReply/Proxy/Proxy.forReply/A01/t01: Fail
LibTest/core/Proxy/Proxy.forPort/Proxy/Proxy.forPort/A01/t01: Fail
LibTest/core/Proxy/call/Proxy/call/A01/t01: Fail
LibTest/core/Duration/Duration/Duration/A03/t01: Fail
-LibTest/core/Map/A01/t03: Fail
LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t09: Fail
LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail
LibTest/core/double/operatorLT/double/operatorLT/A01/t03: Fail
@@ -301,6 +300,10 @@ LibTest/core/SendPort/send/SendPort/send/A03/t01: Fail
LibTest/core/SendPort/send/SendPort/send/A03/t02: Fail
LibTest/core/Set/filter/Set/filter/A01/t03: Fail
LibTest/core/Set/addAll/Set/addAll/A01/t03: Fail
+LibTest/core/Set/add/Set/add/A01/t05: Fail # was passing for wrong reason, would pass for right reason if --enable_type_checks was on
+LibTest/core/Set/addAll/Set/addAll/A01/t05: Fail # was passing for wrong reason, would pass for right reason if --enable_type_checks was on
+LibTest/core/Set/contains/Set/contains/A01/t04: Fail # was passing for wrong reason, would pass for right reason if --enable_type_checks was on
+LibTest/core/Set/containsAll/Set/containsAll/A01/t04: Fail # was passing for wrong reason, would pass for right reason if --enable_type_checks was on
LibTest/core/Set/forEach/Set/forEach/A01/t03: Fail
LibTest/core/Set/remove/Set/remove/A01/t03: Fail
LibTest/core/Set/add/Set/add/A01/t03: Fail
« frog/world.dart ('K') | « frog/world.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698