Chromium Code Reviews| Index: tests/corelib/corelib.status |
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status |
| index 2fa93a15492f9a0552014ca0159d8ac99c567a56..462f3840ed9ff735191b46600d912a95c80ac323 100644 |
| --- a/tests/corelib/corelib.status |
| +++ b/tests/corelib/corelib.status |
| @@ -76,3 +76,26 @@ map_keys2_test: Fail # Generic types aren't right. |
| [ $compiler == dart2js ] |
| map_values2_test: Fail # Generic types aren't right |
| + |
| +## Tests failing after merge of experimental library branch. |
| +[ $compiler == dart2js && $runtime == d8] |
| +# Tests fail due to bug in generics on constants, issue 6827 |
| +iterable_to_list_test: Fail |
| +iterable_to_set_test: Fail |
| + |
| +# Hits undetermined bug in compiler (tries to read from a null value). |
| +string_replace_all_test: Crash |
|
floitsch
2013/01/07 13:52:22
Please file a bug.
|
| + |
| +[ $compiler == dart2js && $runtime == d8 && $checked ] |
| +# Some bug related to assigning function to typedef-typed field. |
| +apply2_test: Fail |
|
floitsch
2013/01/07 13:52:22
ditto.
|
| +apply_test: Fail |
| +core_runtime_types_test: Fail |
| +linked_hash_map_test: Fail |
| +map_from_test: Fail |
| +map_keys_test: Fail |
| +map_test: Fail |
| +map_values_test: Fail |
| +queue_test: Fail |
| +reg_exp_all_matches_test: Fail |
| +set_test: Fail |