Chromium Code Reviews| Index: tests/corelib/corelib.status |
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status |
| index 3529c868efbe6ac44e891892b3dbd7f171d56618..ae99e1c899e6d2424f1551ee184afc49058c9758 100644 |
| --- a/tests/corelib/corelib.status |
| +++ b/tests/corelib/corelib.status |
| @@ -107,8 +107,8 @@ list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
| compare_to2_test: Fail # inherited from VM |
| unicode_test: Fail # inherited from VM |
| -[ $compiler == dart2js ] |
| -map_values2_test: RuntimeError, OK # Uses IterableBase.map, which loses the second type argument. |
| +[ $compiler == dart2js && $unchecked ] |
| +map_values4_test: RuntimeError # Issue: 14837 |
|
karlklose
2013/11/06 14:14:52
I have a CL that fixes this bug.
floitsch
2013/11/06 20:57:26
Ok. I will land this CL before yours. Don't forget
|
| [ $compiler == dart2dart && $minified ] |
| error_stack_trace1_test: Fail # Fails in minified mode, test depends on method names. |