| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index e4af4db0dc9a47f9e8468d48af53347c0af57b24..7a9bff58957cd495b130020bffac55443007c29f 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -15,13 +15,20 @@ request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
|
| [ $compiler == none && $runtime == drt && $system == windows]
|
| audiocontext_test: Skip
|
|
|
| +[ $compiler == dart2js && $runtime == drt && $system == windows]
|
| +audiocontext_test: Fail
|
| +audioelement_test: Fail
|
| +blob_constructor_test: Fail
|
| +css_test: Fail
|
| +htmlaudioelement_test: Fail
|
| +
|
| [ $compiler == none && $runtime == drt && $system == macos]
|
| audiocontext_test: Pass, Fail
|
|
|
| [ $compiler == none && $runtime == drt && $system == linux]
|
| documentfragment_test: Pass, Timeout
|
|
|
| -[ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
|
| +[ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime == drt ]
|
| # TODO(vsm): Triage DOM tests.
|
| indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps correctly.
|
| htmloptionscollection_test: Fail # Issue 3813.
|
| @@ -189,10 +196,6 @@ instance_of_test: Fail # Issue 2535
|
| localstorage_test: Fail
|
| mutationobserver_test: Fail # Bots have FF 13, will pass on FF 14.
|
|
|
| -[ $compiler == dart2js && ($runtime == drt || $runtime == ff) && $system == linux]
|
| -# DOM errors.
|
| -indexeddb_2_test: Fail # Uncaught error
|
| -
|
| [ $compiler == dart2js && $runtime == chrome && $system == macos ]
|
| fileapi_test: Skip # Issue 3022
|
|
|
|
|