| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index c2b831e669cd4c7cab65cde91f1f95b78be063ef..8bdaff963b395bcb946e94873fa3dc82a1e8bf0c 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -111,6 +111,9 @@ list_as_map_test: Pass, Slow # TODO(kasperl): Please triage.
|
| [ $compiler == dart2js && ($runtime == d8 || $runtime == chrome || $runtime == drt || $runtime == safari) ]
|
| string_trimlr_test/none: Fail # Bug in v8. Fixed in v8 r19222, 2014-02-10.
|
|
|
| +[ $compiler == dart2js && $checked ]
|
| +map_test: Crash # Issue 17829
|
| +
|
| [ $compiler == dart2dart ]
|
| compare_to2_test: Fail # inherited from VM
|
| unicode_test: Fail # inherited from VM
|
|
|