| Index: tests/language/language_dart2js.status
|
| diff --git a/tests/language/language_dart2js.status b/tests/language/language_dart2js.status
|
| index c36d5577908adf83a6d3ff942d78674a0af76705..2b3c8ac4ac8820fb941a9d989b4acf346d1fcbf7 100644
|
| --- a/tests/language/language_dart2js.status
|
| +++ b/tests/language/language_dart2js.status
|
| @@ -329,11 +329,10 @@ assign_top_method_test: Fail
|
| [ $compiler == dart2js && $runtime == none ]
|
| *: 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)]
|
| -call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: Instance of 'TypeError'
|
|
|
| [ $compiler == dart2js && $runtime == ie9 ]
|
| div_by_zero_test: Fail
|
| @@ -351,14 +350,12 @@ type_checks_in_factory_method_test: Fail
|
| execute_finally8_test: Fail # Issue: 7414
|
| execute_finally9_test: Fail # Issue: 7414
|
| null_access_error_test: Fail # Issue: 7414
|
| -string_interpolate_null_test: Fail # Issue: 7414
|
| -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'
|
| null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
|
| string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
|
| arithmetic_test: Fail # Issue: 7414
|
|
|
| +
|
| [ $runtime == opera ]
|
| null_access_error_test: Fail # Issue: 7413
|
| string_interpolate_null_test: Fail # Issue: 7413
|
|
|