| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index 7f9deef02753310638a7ad86985317d1ca08581f..3d68c80015c8ed0ae0adf70c14ca153ccaceab93 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -25,6 +25,13 @@ indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437
|
| indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437
|
| async_test: Pass, Fail # timers test fails on ie10.
|
|
|
| +[ $compiler == dart2js && $runtime == safari ]
|
| +url_test: Fail # Issue 10096
|
| +
|
| +[ $compiler == dart2js && $runtime == drt && $checked ]
|
| +postmessage_structured_test/typed_arrays: Fail # Issue 10097
|
| +postmessage_structured_test/primitives: Fail # Issue 10097
|
| +
|
| [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ]
|
| indexeddb_2_test: Fail, Crash, Pass # Bug in v8, http://dartbug.com/9407
|
| async_test: Fail, Crash, Pass # Bug in v8, http://dartbug.com/9407
|
|
|