| Index: tests/language/language.status
|
| ===================================================================
|
| --- tests/language/language.status (revision 16462)
|
| +++ tests/language/language.status (working copy)
|
| @@ -49,10 +49,6 @@
|
|
|
| compile_time_constant10_test/none: Fail # issue 5214
|
|
|
| -invocation_mirror_test: Fail # issue 3326.
|
| -invocation_mirror_indirect_test: Fail # Issue 3326
|
| -super_call4_test: Fail # issue 3326.
|
| -
|
| export_cyclic_test: Fail, Crash # issue 6060
|
| duplicate_export_negative_test: Fail # issue 6134
|
| type_annotation_test/04: Fail # Issue 6970
|
| @@ -241,11 +237,6 @@
|
| instantiate_type_variable_negative_test: Fail
|
| type_variable_static_context_negative_test: Fail
|
|
|
| -
|
| -# test issue 7081 (assignment to top-level method is warning)
|
| -assign_top_method_negative_test: Fail
|
| -
|
| -
|
| # test issue 7062 (assignment to final variable is a static warning)
|
| final_for_in_variable_test/01: Fail
|
| final_param_negative_test: Fail
|
| @@ -533,12 +524,9 @@
|
|
|
| type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
|
|
|
| -# This is a VM error when the compiled code is run.
|
| -invocation_mirror_test: Fail # issue 3326.
|
| -invocation_mirror_indirect_test: Fail # issue 3326.
|
| -super_call4_test: Fail # issue 3326.
|
| -
|
| [ $compiler == dart2dart && $minified ]
|
| import_core_prefix_test: Pass
|
| prefix22_test: Pass
|
| -invocation_mirror2_test: Fail
|
| +invocation_mirror_test: Fail # Issue 7587
|
| +invocation_mirror2_test: Fail # Issue 7587
|
| +super_call4_test: Fail # Issue 7587
|
|
|