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

Unified Diff: tests/co19/co19-runtime.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-runtime.status
diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
index acf4f178924ee8b18d2abc06c809939085929c59..3ee46b2fdeb373b897924a200d35e15461eabce0 100644
--- a/tests/co19/co19-runtime.status
+++ b/tests/co19/co19-runtime.status
@@ -417,6 +417,24 @@ LibTest/core/int/remainder_A01_t02: Fail # http://dartbug.com/5407
LibTest/core/Date/toString_A02_t01: Fail, OK
LibTest/core/Date/year_A01_t01: Fail, OK
+# 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: Fail, 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: Fail, OK
+LibTest/core/Set/addAll_A01_t04: Fail, OK
+LibTest/core/Set/remove_A01_t04: Fail, OK
+LibTest/core/Set/addAll_A01_t03: Fail, OK
+LibTest/core/Set/removeAll_A01_t03: Fail, 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: Fail, OK
+LibTest/core/int/hashCode_A01_t01: Fail, OK
+
[ $compiler == none && $runtime == vm ]
Language/11_Statements/09_Try_A01_t01: Fail, OK # co19 issue 194

Powered by Google App Engine
This is Rietveld 408576698