| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index 15a0d735194d2f64466efd6264bcd754a2054194..8a70c08f6045cf9146a5111b2e3c44d663ae557c 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -15,7 +15,7 @@ dom_isolates_test: Skip # Need to migrate to new spawnDomFunction.
|
| [ $compiler == dart2js && $runtime == ie10 ]
|
| indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437
|
| indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437
|
| -async_test: Fail # timers test failes on ie10.
|
| +async_test: Pass, Fail # timers test fails on ie10.
|
|
|
| [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ]
|
| indexeddb_2_test: Fail, Crash, Pass # Bug in v8, http://dartbug.com/9407
|
| @@ -107,6 +107,7 @@ xsltprocessor_test/supported: Fail
|
|
|
| [ $runtime == ie9 ]
|
| blob_constructor_test: Fail
|
| +document_test/document: Fail # BUG(9654) need per-instance patching
|
| dom_constructors_test: Fail
|
| dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
|
| element_test/click: Fail # IE does not support firing this event.
|
|
|