| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index b49f83b23835b46e6f986df75956bf9c7dede27c..5538ca5c70f828a0df4adc4c60faab63c271eba2 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -62,6 +62,12 @@ compile_time_constant10_test/none: Fail # issue 5214
|
|
|
| export_cyclic_test: Crash # issue 6060
|
|
|
| +call_through_getter_test: Fail # issue 6124
|
| +call_through_null_getter_test: Fail # issue 6124
|
| +local_function_test: Fail # issue 6124
|
| +naming_test: Fail # issue 6124
|
| +
|
| +
|
| [ $compiler == none && $mode == debug ]
|
| gc_test: Skip # Takes too long.
|
|
|
| @@ -434,3 +440,8 @@ compile_time_constant_checked3_test/05: Fail, OK
|
| compile_time_constant_checked3_test/06: Fail, OK
|
|
|
| type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
|
| +
|
| +call_through_getter_test: Fail # issue 6130
|
| +call_through_null_getter_test: Fail # issue 6130
|
| +local_function_test: Fail # issue 6130
|
| +naming_test: Fail # issue 6130
|
|
|