| Index: tests/corelib/corelib.status
|
| diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
|
| index c469c3bc9038ead78aa576f1d14b54cb83aa26a8..9bc31d7381e560f379d6be4df5f2279ad2a5ba5a 100644
|
| --- a/tests/corelib/corelib.status
|
| +++ b/tests/corelib/corelib.status
|
| @@ -12,10 +12,14 @@ compare_to2_test: Fail # Bug 4018
|
| [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ]
|
| unicode_test: Fail
|
|
|
| -[ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari]
|
| +[ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari ]
|
| double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
|
| double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1.
|
|
|
| +[ $runtime == ie9 ]
|
| +double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 4503599627370497.
|
| +double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) != 4503599627370497.
|
| +
|
| [ $compiler == dart2js && ($runtime == chrome || $runtime == drt || $runtime == d8 || $runtime == safari) ]
|
| string_trim_unicode_test: Fail # V8 bug 2408
|
|
|
|
|