Chromium Code Reviews| Index: tests/html/html.status |
| =================================================================== |
| --- tests/html/html.status (revision 24626) |
| +++ tests/html/html.status (working copy) |
| @@ -9,6 +9,9 @@ |
| custom_elements_test: Skip # Not yet implemented. |
| interactive_test: Skip # Must be run manually. |
| +[ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debug ] |
| +audiobuffersourcenode_test/functional: Fail, Crash # http://crbug.com/256601 |
|
kustermann
2013/07/02 12:05:59
You could mark the whole test as Fail, Crash (i.e.
|
| + |
| [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| # postMessage in dartium always transfers the typed array buffer, never a view |
| postmessage_structured_test/typed_arrays: Fail |