| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index 32f8a960f98fca472b8219849db1527d6add2d54..63a6af520a370dad3cd488fa1f79163b2ab6c285 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -9,8 +9,8 @@ event_test: Skip # Issue 1996
|
| custom_elements_test: Skip # Not yet implemented.
|
| interactive_test: Skip # Must be run manually.
|
|
|
| -[ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debug ]
|
| -audiobuffersourcenode_test: Fail, Crash # http://crbug.com/256601
|
| +[ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debug && $system == macos]
|
| +audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601
|
|
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
| # postMessage in dartium always transfers the typed array buffer, never a view
|
|
|