| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index 2b8d7015d0a8859dbae07c9b7145e74236e99cb3..36780af6ea066217b7da07d46bf4276187867ac5 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -382,6 +382,14 @@ postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
|
| [ $compiler == dart2js && ($runtime == drt || $runtime ==chrome) ]
|
| wheelevent_test: Fail # http://dartbug.com/12958
|
|
|
| +[ $runtime == dartium && ($system == macos || $system == windows || $system == linux)]
|
| +# Desktop operation systems do not support touch events on chrome 34 dartium.
|
| +touchevent_test/supported: Fail
|
| +
|
| +[ $compiler == none && $runtime == dartium ]
|
| +async_test: Timeout # Issue 13719: Please triage this failure.
|
| +element_offset_test/offset: Pass, Fail # Issue 13719, 13296
|
| +
|
| [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
| audiocontext_test: StaticWarning
|
| custom/document_register_basic_test: StaticWarning
|
|
|