| Index: dart/tests/language/language_dart2js.status
|
| diff --git a/dart/tests/language/language_dart2js.status b/dart/tests/language/language_dart2js.status
|
| index ff583fb076db4cdeb80e9d867b950d7a673ac4dc..9fed73235f1ae0140bd2b0068ed2ffd4ac7fff7c 100644
|
| --- a/dart/tests/language/language_dart2js.status
|
| +++ b/dart/tests/language/language_dart2js.status
|
| @@ -246,8 +246,8 @@ null_test/none: Fail # Issue 12482
|
| *: Fail, Pass # TODO(ahe): Triage these tests.
|
|
|
|
|
| -[ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9)]
|
| -arithmetic_test: Fail # Issue 7881
|
| +[ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9 || $runtime == safari)]
|
| +round_test: Fail, OK # Common JavaScript engine Math.round bug.
|
|
|
|
|
| [ $compiler == dart2js && $runtime == ie9 ]
|
| @@ -260,10 +260,6 @@ stack_overflow_stacktrace_test: Fail
|
| licm2_test: Timeout # Issue: 11848
|
|
|
|
|
| -[ $compiler == dart2js && $runtime == safari ]
|
| -arithmetic_test: Fail # Issue: 7414
|
| -
|
| -
|
| [ $runtime == opera ]
|
| null_access_error_test: Fail # Issue: 7413
|
| string_interpolate_null_test: Fail # Issue: 7413
|
|
|