| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index f9ce16e42131a359d246e31d1673d4f886a8d964..2b8d7015d0a8859dbae07c9b7145e74236e99cb3 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -25,7 +25,7 @@ audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601
|
| [ $compiler == none && $runtime == dartium && $system == macos]
|
| canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11834
|
|
|
| -[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
| +[ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellInAndroid) ]
|
| # postMessage in dartium always transfers the typed array buffer, never a view
|
| postmessage_structured_test/typed_arrays: Fail
|
| xhr_test: Pass, Fail # Issue 12648
|
| @@ -34,6 +34,9 @@ async_test: Fail # Background timers not implemented.
|
| keyboard_event_test: Fail # Issue 13902
|
| isolates_test: Fail # Issue 13921
|
|
|
| +[ $compiler == none && $runtime == ContentShellInAndroid ]
|
| +element_offset_test/offset: Pass, Fail # Issue 13296
|
| +
|
| [ $compiler == none && $runtime == drt && $system == windows ]
|
| worker_test/functional: Pass, Crash # Issue 9929.
|
| touchevent_test/supported: Pass, Fail # Issue 17061
|
| @@ -74,11 +77,10 @@ touchevent_test/supported: Pass, Fail # Issue 17061
|
| xhr_cross_origin_test: Pass, Fail # Issue 11884
|
| xhr_test: Pass, Fail # Issue 11884
|
|
|
| -[$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chromeOnAndroid]
|
| +[$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chromeOnAndroid || $runtime == ContentShellOnAndroid ]
|
| webgl_1_test: Pass, Fail # Issue 8219
|
|
|
| -[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
| -request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not implemented
|
| +[ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
|
| worker_api_test: Fail # http://dartbug.com/10223
|
|
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == windows]
|
| @@ -380,10 +382,6 @@ postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
|
| [ $compiler == dart2js && ($runtime == drt || $runtime ==chrome) ]
|
| wheelevent_test: Fail # http://dartbug.com/12958
|
|
|
| -[ $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
|
|
|