| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index 8f5ae9104f5ef1bfcc344aec85dfcedfc29026cd..dc0f751da2e980e83002aa579a3336cd258ddede 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -28,7 +28,6 @@ audiocontext_test: Pass, Timeout, Crash # Issue 8021.
|
|
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
| request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not implemented
|
| -transferables_test: Pass, Fail # Issue 8026
|
|
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == windows]
|
| websql_test: Skip # Issue 4941: stderr contains a backtrace.
|
| @@ -286,7 +285,6 @@ audiocontext_test: Fail # FF only has Audio element
|
| dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTED_ERR
|
| dromaeo_smoke_test: Pass, Fail # Issue: 8257
|
| inner_frame_test: Skip
|
| -transferables_test: Fail # Issue 3392.
|
| webgl_1_test: Pass, Fail # Issue 8219
|
|
|
| # FireFox Feature support statuses-
|
| @@ -320,6 +318,7 @@ speechrecognition_test/supported: Fail
|
| svg_test/supported_externalResourcesRequired: Fail
|
| svg_test/supported_langSpace: Fail
|
| touchevent_test/supported: Fail
|
| +webgl_1_test: Pass, Fail # Issue 8219
|
| websql_test/supported: Fail
|
| xhr_test/supported_HttpRequestProgressEvent: Fail
|
|
|
| @@ -334,9 +333,6 @@ xhr_test/supported_HttpRequestProgressEvent: Fail
|
| [ $runtime == vm ]
|
| *: Skip
|
|
|
| -[ $compiler == dart2js ]
|
| -transferables_test: Skip # until isInstance works in dart2js
|
| -
|
| [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
|
| request_animation_frame_test: Skip # Async test hangs.
|
|
|
|
|