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

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

Issue 11191078: Make hashCode a getter and not a method. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status file with co19 issue number. Created 8 years, 2 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-compiler.status
diff --git a/tests/co19/co19-compiler.status b/tests/co19/co19-compiler.status
index e745c56fa22fac4f64c2c6b9cdb11474400919fc..a97db8f1b48fabebbc0961a4a4e18878b9988fdc 100644
--- a/tests/co19/co19-compiler.status
+++ b/tests/co19/co19-compiler.status
@@ -273,6 +273,24 @@ Language/11_Statements/08_Switch_A06_t03: Fail, OK # out of date - case can use
Language/11_Statements/08_Switch_A06_t04: Fail, OK # out of date - case can use any constant expression
+# The following tests use hashCode() (function) instead of hashCode (getter).
+# co19 issue 273
+Language/10_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, OK
+LibTest/isolate/SendPort/hashCode_A01_t01: Pass, OK
+LibTest/core/Map/putIfAbsent_A01_t04: Fail, OK
+LibTest/core/Map/Map_class_A01_t03: Fail, OK
+LibTest/core/Set/remove_A01_t03: Fail, OK
+LibTest/core/Set/contains_A01_t03: Pass, OK
+LibTest/core/Set/addAll_A01_t04: Pass, OK
+LibTest/core/Set/remove_A01_t04: Pass, OK
+LibTest/core/Set/addAll_A01_t03: Fail, OK
+LibTest/core/Set/removeAll_A01_t03: Pass, OK
+LibTest/core/Set/forEach_A01_t03: Fail, OK
+LibTest/core/Set/add_A01_t03: Fail, OK
+LibTest/core/Set/filter_A01_t03: Fail, OK
+LibTest/core/String/hashCode_A01_t01: Pass, OK
+LibTest/core/int/hashCode_A01_t01: Pass, OK
+
# The following tests use the deprecated catch syntax
LibTest/core/Expect/equals_A02_t01: Fail, OK

Powered by Google App Engine
This is Rietveld 408576698