| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index e71ee34f6be08e38e6f704e3b559404c73bb94c6..aa997624f8e6482bd3744003bbc0075d6bcaecb1 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -258,6 +258,12 @@ isolates_test: Skip # Timeout because leg does not support web workers.
|
| inner_frame_test: Skip # Timeout
|
| svg_3_test: Skip # Timeout
|
|
|
| +[ $compiler == dart2js && ($runtime == chrome || $runtime == drt) ]
|
| +audiocontext_test: Fail
|
| +
|
| +[ $compiler == dart2js && $runtime == drt ]
|
| +notifications_test/webkitNotifications: Fail
|
| +
|
| [ $compiler == none && $system == linux && $runtime == drt ]
|
| audiocontext_test: Fail
|
| notifications_test/webkitNotifications: Fail
|
|
|