Chromium Code Reviews| Index: tests/html/html.status |
| diff --git a/tests/html/html.status b/tests/html/html.status |
| index 87f028d7f843a5220069db03687efcc45885a3ab..f546938251a7dd3ed85f822abbcf1245172ff830 100644 |
| --- a/tests/html/html.status |
| +++ b/tests/html/html.status |
| @@ -23,6 +23,9 @@ webgl_1_test: Pass, Fail # Issue 8219 |
| 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. |
|
Emily Fortuna
2013/03/13 00:27:57
note: I still need to figure out why this was flak
|
| +[ $runtime == dartium ] |
| +audiocontext_test: Skip # Issue 9094. |
| + |
| [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not implemented |