| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index 91fcc5def481c8a515e537b6ff5c8e01885ff504..10ca152603372b7952d29dd0910f7935cb5b5d49 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -6,12 +6,12 @@ interactive_test: Skip # Must be run manually.
|
| cross_frame_test: Skip # Test reloads itself. Issue 18558
|
|
|
| [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
|
| -
|
| mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044)
|
| js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior.
|
| js_typed_interop_type1_test: Fail, OK # tests dart2js-specific behavior.
|
| js_typed_interop_type2_test: Fail, OK # tests dart2js-specific behavior.
|
| js_typed_interop_type3_test: Fail, OK # tests dart2js-specific behavior.
|
| +svgelement_test/PathElement: RuntimeError # Issue 25665
|
|
|
| native_gc_test: Skip # Dartium JSInterop failure
|
| js_interop_constructor_name_test/HTMLDivElement-methods: Fail # Investigate.
|
| @@ -359,10 +359,6 @@ postmessage_structured_test: SkipByDesign
|
| [ $compiler == dart2js && ($runtime == chrome || $runtime == drt) ]
|
| svgelement_test/supported_altGlyph: RuntimeError # Issue 25787
|
|
|
| -[ ($runtime == dartium) && ($system == macos || $system == windows || $system == linux)]
|
| -# Desktop operating systems do not support touch events on chrome 34 dartium.
|
| -touchevent_test/supported: Fail
|
| -
|
| [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == windows ]
|
| xhr_test/xhr: Skip # Times out. Issue 21527
|
|
|
|
|