| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index d35ca0e7e2f3bf27d3023d4a8b2d83da0c642c45..fb50ea3db9579d90bb215447ae3283c9fbf91475 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -325,13 +325,10 @@ assign_top_method_negative_test: Crash
|
|
|
|
|
| [ $compiler == dart2js && $runtime == ff ]
|
| -call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instance of 'TypeError'
|
| call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: Instance of 'TypeError'
|
| double_to_string_as_fixed_test: Fail
|
|
|
| [ $compiler == dart2js && $runtime == ie9 ]
|
| -call_through_getter_test: Fail
|
| -call_through_null_getter_test: Fail
|
| div_by_zero_test: Fail
|
| double_to_string_as_fixed_test: Fail
|
| expect_test: Fail
|
| @@ -343,7 +340,6 @@ type_checks_in_factory_method_test: Fail
|
|
|
| [ $compiler == dart2js && $runtime == safari ]
|
| arithmetic_test: Skip # BUG(3492): Times out.
|
| -call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instance of 'TypeError'
|
| call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: Instance of 'TypeError'
|
| closure3_test: Fail # Uncaught error: Instance of 'TypeError'
|
| method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
|
|
|