Chromium Code Reviews| Index: tests/lib/lib.status |
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status |
| index 2135f3d3491d106cb6997d938ff3927ed8c10ea3..899e854cfb94f2590252b25acf2eb413637cffbb 100644 |
| --- a/tests/lib/lib.status |
| +++ b/tests/lib/lib.status |
| @@ -171,9 +171,6 @@ async/timer_test: Fail, Pass |
| [ $runtime == vm ] |
|
rmacnak
2013/10/25 23:11:59
This doesn't include Dartium, BTW.
regis
2013/10/25 23:21:02
Thanks for fixing it!
|
| async/timer_not_available_test: Fail, OK |
| mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. |
| -mirrors/redirecting_factory_test/none: CompileTimeError # Issue 14472 |
| -mirrors/redirecting_factory_test/01: CompileTimeError # Issue 14472 |
| -mirrors/redirecting_factory_test/02: CompileTimeError # Issue 14472 |
| [ $compiler == none ] |
| async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug.com/9001. |
| @@ -220,7 +217,6 @@ mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 |
| mirrors/generic_interface_test/none: Fail # Inexpressible in multitest |
| mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 |
| -mirrors/redirecting_factory_test/none: Fail # Issue 14285 |
| mirrors/type_variable_owner_test/none: Fail # Issue 14356 |
| [ $compiler == dart2analyzer ] |
| @@ -234,7 +230,6 @@ mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 |
| mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 |
| mirrors/generic_interface_test/none: Fail # Inexpressible in multitest |
| mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13093 |
| -mirrors/redirecting_factory_test/none: Fail # Issue 14285 |
| mirrors/type_variable_owner_test/none: Fail # Issue 14356 |
| [ $compiler == none && $runtime == dartium ] |