| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index 8cdf46deb85705046e8f1f6c3c617b70d5a1280b..874309488f6a26364cd2dfa42fca34e9061ad09d 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -8,6 +8,12 @@ interactive_test: Skip # Must be run manually.
|
|
|
| [ $compiler == dart2js && $runtime != drt ]
|
| custom_elements_test: Skip
|
| +custom/*: Skip
|
| +
|
| +[ $compiler == dart2js && $browser ]
|
| +# Issue 9325 failures
|
| +custom/attribute_changed_callback_test: Fail
|
| +custom/document_register_type_extensions_test: Fail
|
|
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debug && $system == macos]
|
| audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601
|
| @@ -17,6 +23,10 @@ audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601
|
| postmessage_structured_test/typed_arrays: Fail
|
| events_test: Pass, Fail # Issue 12489
|
| custom_elements_test/lifecycle: Fail # Issue 9326 - Implement "extends Element" in dartium
|
| +# Issue 9326 failures
|
| +custom/attribute_changed_callback_test: Fail
|
| +custom/created_callback_test: Fail
|
| +custom/document_register_type_extensions_test: Fail
|
|
|
| [ $compiler == none && $runtime == drt && $system == windows ]
|
| worker_test/functional: Pass, Crash # Issue 9929.
|
|
|