| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index 8ad255a93358abb3df28036c038155ef33214bf1..abee47c143a4e03780bf26bfd663c698d65a3910 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -9,6 +9,10 @@ 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) ]
|
| +# postMessage in dartium always transfers the typed array buffer, never a view
|
| +postmessage_structured_test/typed_arrays: Fail
|
| +
|
| [ $compiler == none && $runtime == drt && $system == windows ]
|
| worker_test/functional: Pass, Crash # Issue 9929.
|
|
|
|
|