Chromium Code Reviews| Index: tests/html/html.status |
| =================================================================== |
| --- tests/html/html.status (revision 13263) |
| +++ tests/html/html.status (working copy) |
| @@ -17,6 +17,9 @@ |
| [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not implemented |
| +[ $compiler == none && ($runtime == drt && $runtime == chrome) ] |
|
vsm
2012/10/04 21:52:43
Shouldn't this be compiler == dart2js?
Emily Fortuna
2012/10/04 21:55:20
Yes I copied from the line below, which was a bad
|
| +audiocontext_test: Fail # Issue 5657 |
| + |
| [ $compiler == none && $runtime == drt && $system == windows] |
| audiobuffersourcenode_test: Skip |
| audiocontext_test: Skip |