| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 1f0403d49450e34e0ce6ae3e331a2d64785e7b1c..fea3766c4d7d6c7c5cb032b23a1b57b29b8a7075 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -174,7 +174,8 @@ async/timer_not_available_test: Fail, OK # only meant to test when there is no w
|
| # implement timer (currently only in d8)
|
|
|
| [ $compiler == dart2js && $minified ]
|
| -mirrors/intercepted_superclass_test: RuntimeError # Issue 16389
|
| +mirrors/intercepted_superclass_test: RuntimeError # Issue 16804
|
| +mirrors/null_test/00: RuntimeError # Issue 16804. Please remove the multi-test comments when this test starts succeeding.
|
|
|
| [ $compiler == dart2dart ]
|
| mirrors/*: Skip # http://dartbug.com/11511
|
|
|