| Index: tests/language/language.status
|
| ===================================================================
|
| --- tests/language/language.status (revision 15957)
|
| +++ tests/language/language.status (working copy)
|
| @@ -52,11 +52,12 @@
|
|
|
| compile_time_constant10_test/none: Fail # issue 5214
|
|
|
| -invocation_mirror_test: Fail # issue 3326, 3622.
|
| +invocation_mirror_test: Fail # issue 3326.
|
| +invocation_mirror2_test: Fail # issue 3326.
|
| +invocation_mirror_indirect_test: Fail # Issue 3326
|
|
|
| export_cyclic_test: Fail, Crash # issue 6060
|
| duplicate_export_negative_test: Fail # issue 6134
|
| -invocation_mirror_indirect_test: Fail # Issue 3326
|
| type_annotation_test/04: Fail # Issue 6970
|
| type_annotation_test/06: Fail # Issue 6973
|
| type_annotation_test/09: Fail # Issue 6973
|
| @@ -518,8 +519,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, 3622.
|
| -invocation_mirror_indirect_test: Fail # issue 3326, 3622.
|
| +invocation_mirror_test: Fail # issue 3326.
|
| +invocation_mirror2_test: Fail # issue 3326.
|
| +invocation_mirror_indirect_test: Fail # issue 3326.
|
|
|
| [ $compiler == dart2dart && $minified ]
|
| import_core_prefix_test: Pass
|
|
|