Chromium Code Reviews| Index: tests/corelib/corelib.status |
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status |
| index 4ab39bbc511ca0d299231da156beb7511fb900f0..2a1d6370d802101b19d3ce5e46a8050cb3f03031 100644 |
| --- a/tests/corelib/corelib.status |
| +++ b/tests/corelib/corelib.status |
| @@ -130,11 +130,6 @@ map_keys2_test: RuntimeError # Generic types aren't right. |
| map_values2_test: RuntimeError # Generic types aren't right |
| ## Tests failing after merge of experimental library branch. |
|
kasperl
2013/11/01 10:30:57
Remove this comment too.
karlklose
2013/11/01 10:35:01
Done.
|
| -[ $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. |