| Index: tests/language/language.status
|
| ===================================================================
|
| --- tests/language/language.status (revision 14313)
|
| +++ tests/language/language.status (working copy)
|
| @@ -55,8 +55,6 @@
|
|
|
| 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
|
| @@ -64,6 +62,8 @@
|
|
|
| invocation_mirror_test: Fail # issue 3326, 3622.
|
|
|
| +export_cyclic_test: Fail, Crash # issue 6060
|
| +
|
| [ $compiler == none && ($system == macos || $system == linux) && $arch == ia32 && $checked ]
|
| gc_test: Skip # Issue 1487, flaky.
|
|
|
| @@ -315,10 +315,7 @@
|
|
|
| [ $compiler == none && $runtime == drt ]
|
| gc_test: Skip # Issue 1487
|
| -prefix_new_test: Fail
|
| import_combinators_test: Fail
|
| -export_test: Fail # Issue 5785
|
| -export_cyclic_test: Fail # Issue 5785
|
| first_class_types_libraries_test: Fail # Issue 2264
|
| local_export_test: Fail # http://dartbug.com/2264
|
|
|
|
|