| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index 1967026b9a868471655cf88bfcca2215aec9ffb9..2d59c4765a1ca0d20ce4060a6ad328d14e9d771b 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -23,12 +23,12 @@ shadow_dom_test/supported: Fail
|
| speechrecognition_test/types: Pass, Fail
|
| touchevent_test/supported: Fail
|
|
|
| -[$runtime == drt || $runtime == dartium]
|
| +[$runtime == drt || $runtime == dartium || $runtime == chrome]
|
| webgl_1_test: Pass, Fail # Issue 8219
|
|
|
| -[ $runtime == chrome || $runtime == drt]
|
| -audiobuffersourcenode_test: Pass, Fail, Timeout # AudiobufferSourceNode is flaky on Chrome and Dartium - filed issue 8021 for the timeout.
|
| -audiocontext_test: Pass, Timeout # Issue 8021.
|
| +[ $runtime == drt || $runtime == chrome]
|
| +audiobuffersourcenode_test: Pass, Fail, Timeout, Crash # AudiobufferSourceNode is flaky on Chrome and Dartium - filed issue 8021 for the timeout.
|
| +audiocontext_test: Pass, Timeout, Crash # Issue 8021.
|
|
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
| request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not implemented
|
|
|