Chromium Code Reviews| Index: tests/language/language.status |
| =================================================================== |
| --- tests/language/language.status (revision 16455) |
| +++ tests/language/language.status (working copy) |
| @@ -20,7 +20,6 @@ |
| library_juxtaposition_test: Fail # Issue 6877 |
| gc_test: Pass, Fail # Issue 1487 |
| pseudo_kw_illegal_test/14: Fail # Issue 356 |
| -first_class_types_constants_test: Fail # Issue 6282 |
| method_override2_test/00: Fail # Issue 7076. |
| method_override2_test/02: Fail # Issue 7076. |
| method_override2_test/03: Fail # Issue 7076. |
| @@ -43,6 +42,8 @@ |
| type_error_test: Fail # http://dartbug.com/5280 |
| +first_class_types_literals_test: Fail # Issue 7549 |
|
regis
2012/12/22 00:04:50
See my comment in issue 7549.
It would be nice to
Tom Ball
2012/12/27 22:13:44
Fixed by commit 16516, status file updated.
|
| + |
| # DartC specific tests that should not be run by the VM |
| *dartc_test: Skip |
| *dartc_negative_test: Skip |
| @@ -59,6 +60,8 @@ |
| type_annotation_test/06: Fail # Issue 6973 |
| type_annotation_test/09: Fail # Issue 6973 |
| +type_parameter_literal_test: Fail # Issue 7551 |
| + |
| [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 && $checked ] |
| gc_test: Skip # Issue 1487, flaky. |