| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index 47239d185ff63216c2920c188614941c1f296240..f31a01f06179c0ad7118a29d19a6ee558c772c04 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -9,6 +9,10 @@ event_test: Skip # Issue 1996
|
| custom_elements_test: Skip # Not yet implemented.
|
| interactive_test: Skip # Must be run manually.
|
|
|
| +[ $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
|
| +
|
| [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ]
|
| indexeddb_2_test: Fail, Pass # Bug in v8, http://dartbug.com/9407
|
|
|
|
|