| Index: tests/html/html.status
|
| ===================================================================
|
| --- tests/html/html.status (revision 13149)
|
| +++ tests/html/html.status (working copy)
|
| @@ -19,6 +19,7 @@
|
| request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not implemented
|
|
|
| [ $compiler == none && $runtime == drt && $system == windows]
|
| +audiobuffersourcenode_test: Skip
|
| audiocontext_test: Skip
|
|
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == windows]
|
| @@ -40,6 +41,9 @@
|
| [ $compiler == none && $runtime == drt && $system == macos]
|
| audiocontext_test: Pass, Fail
|
|
|
| +[ $compiler == dart2js && $runtime == drt && $system == macos]
|
| +audiobuffersourcenode_test: Pass, Fail
|
| +
|
| [ $compiler == none && $runtime == drt && $system == linux]
|
| documentfragment_test: Pass, Timeout
|
|
|
| @@ -74,6 +78,7 @@
|
| #
|
| # Investigate and triage the following into bug reports.
|
| #
|
| +audiobuffersourcenode_test: Fail
|
| audiocontext_test: Fail
|
| blob_constructor_test: Fail
|
| cache_test: Fail
|
| @@ -121,6 +126,7 @@
|
| # away after we upgrade the buildbots to Mountain Lion after M1.
|
| # TODO(efortuna): Make our test framework able to separate tests out by browser
|
| # version.
|
| +audiobuffersourcenode_test: Fail
|
| audiocontext_test: Fail
|
| blob_constructor_test: Fail
|
| canvas_pixel_array_type_alias_test: Fail
|
| @@ -143,6 +149,7 @@
|
| url_test: Fail
|
|
|
| [ $runtime == ff ]
|
| +audiobuffersourcenode_test: Fail # FF only has Audio element.
|
| audiocontext_test: Fail # FF only has Audio element
|
| css_test: Fail # No analog to WebKitCSSMatrix
|
| canvas_test: Fail # No setFillColor() method. Use fillstyle attribute instead.
|
|
|