| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 2ea4216b422e81de7cfd6184dfc0ef6f80a57928..9b6683c33c451fd115312691be24d92d5c803a8c 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -340,6 +340,9 @@ profiler/metrics_num_test: Fail # Issue 20309
|
| [ ($compiler == dartanalyzer || $compiler == dart2analyzer) && $checked ]
|
| mirrors/regress_16321_test/01: MissingCompileTimeError # Issue 16391
|
|
|
| +[ $compiler == dart2analyzer && $builder_tag == strong ]
|
| +*: Skip # Issue 28649
|
| +
|
| [ $compiler == dart2js && $runtime == d8 && $system == windows ]
|
| async/*deferred*: Pass,RuntimeError # Issue 17458
|
| mirrors/*deferred*: Pass,RuntimeError # Issue 17458
|
|
|