| Index: tests/co19/co19-dart2dart.status
|
| diff --git a/tests/co19/co19-dart2dart.status b/tests/co19/co19-dart2dart.status
|
| index 2bccd5dd4da34aa83eb1bd91aaa66143f6857bc8..f7d8a86af8cdecc9bed72a7a96c3c172302a7b0e 100644
|
| --- a/tests/co19/co19-dart2dart.status
|
| +++ b/tests/co19/co19-dart2dart.status
|
| @@ -3,6 +3,26 @@
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| [ $compiler == dart2dart ]
|
| +
|
| +# 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
|
| +
|
| +
|
| # These tests need to be updated to the new Date core lib API, co19 issue 256:
|
| LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail
|
| LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail
|
|
|