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

Unified Diff: tests/co19/co19-dart2js.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
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/co19-dart2js.status
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
index 55bd6cf6ba4ecebb321fc78ad953e5b546eab32a..7025f7c0ca038859680fce8959018af4b552a688 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -258,6 +258,25 @@ LibTest/core/Date/timeZoneOffset_A01_t01: Fail
LibTest/core/Date/toLocal_A01_t01: Fail
LibTest/core/Date/toUtc_A01_t01: Fail
+# The following tests use hashCode() (function) instead of hashCode (getter).
+# co19 issue 273
ahe 2012/10/22 13:55:08 When I have to update co19 status files, these kin
+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 == dart2js && $system == macos && $runtime == d8 ]
LibTest/core/Math/acos_A01_t01: Fail, OK
LibTest/core/Math/asin_A01_t01: Fail, OK
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698