| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 899e854cfb94f2590252b25acf2eb413637cffbb..edff803fd020075a70e0edbc8afc9efbf1f2028a 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -240,6 +240,9 @@ async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur
|
| # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread.
|
| async/timer_isolate_test: Fail
|
|
|
| +[ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == windows ]
|
| +platform/uri_test: Fail # Issue 14504
|
| +
|
| [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ]
|
| async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
|
|
|
|
|