| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index 0e8a7fc3bf06bfc478006d19b77078dea558aae5..90f4ff8716f7fdaf5ee971cfab717699a5c73542 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -114,6 +114,12 @@ map_keys2_test: RuntimeError # Generic types aren't right.
|
| [ $compiler == dart2js ]
|
| map_values2_test: RuntimeError # Generic types aren't right
|
|
|
| +## Tests failing after merge of experimental library branch.
|
| +[ $compiler == dart2js ]
|
| +# Tests fail due to bug in generics on constants, issue 6827
|
| +iterable_to_list_test: RuntimeError
|
| +iterable_to_set_test: RuntimeError
|
| +
|
| [ $compiler == dart2dart && $minified ]
|
| error_stack_trace1_test: Fail # Fails in minified mode, test depends on method names.
|
|
|
|
|