| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index 42a02035304895e81d4df86a4f2ff0cd8b6477a9..3529c868efbe6ac44e891892b3dbd7f171d56618 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -108,7 +108,7 @@ compare_to2_test: Fail # inherited from VM
|
| unicode_test: Fail # inherited from VM
|
|
|
| [ $compiler == dart2js ]
|
| -map_values2_test: RuntimeError # Issue 8210
|
| +map_values2_test: RuntimeError, OK # Uses IterableBase.map, which loses the second type argument.
|
|
|
| [ $compiler == dart2dart && $minified ]
|
| error_stack_trace1_test: Fail # Fails in minified mode, test depends on method names.
|
|
|