| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index 91d7d56cd6fd1e490dd0c91a016bcc0848909333..85345704c1e0734830dc245607a11399559c82c6 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -22,7 +22,7 @@ transferables_test: RuntimeError # Dartium JSInterop failure
|
| worker_api_test: Fail # Issue 10223
|
| resource_http_test: Fail # Issue 24203
|
| js_function_getter_trust_types_test: Skip # dartium doesn't support trust types.
|
| -html/websocket_test/supported: Skip # Dartium 45 roll timesout
|
| +websocket_test/supported: Skip # Dartium 45 roll timesout
|
|
|
| [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium ) ]
|
| datalistelement_test: Skip # Issue 20540
|
| @@ -31,6 +31,8 @@ datalistelement_test: Skip # Issue 20540
|
| input_element_test/attributes: Fail # Issue 21555
|
| wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant to Dartium
|
| js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759
|
| +
|
| +[ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == dartium) ]
|
| websql_test/functional: RuntimeError # Issue 25927
|
|
|
| [ $compiler == dart2js && $checked ]
|
| @@ -46,6 +48,7 @@ custom/element_upgrade_test: Fail # Issue 17298
|
| [ $compiler == dart2js && $browser ]
|
| custom/created_callback_test: Fail # Support for created constructor. Issue 14835
|
| fontface_loaded_test: Fail # Support for promises.
|
| +js_typed_interop_side_cast_exp_test: RuntimeError # Issue 25937
|
|
|
| [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim || $runtime == ff || $ie) ]
|
| custom/entered_left_view_test/viewless_document: Fail # Polyfill does not handle this
|
|
|