| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index f8a1d41e537d940b748fd04cd9f420f37ded9760..36b1ced2730793b9bd7030732d83bb83a8ce4d0b 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -65,7 +65,6 @@ native_gc_test: Pass, Slow
|
|
|
| [ $compiler == none && $runtime == drt && $system == windows ]
|
| worker_test/functional: Pass, Crash # Issue 9929.
|
| -touchevent_test/supported: Pass, Fail # Issue 17061
|
|
|
| [ $compiler == dart2js && $runtime == chromeOnAndroid ]
|
| crypto_test/functional: Pass, Slow # TODO(dart2js-team): Please triage this failure.
|
| @@ -94,7 +93,7 @@ element_offset_test/offset: RuntimeError # Issue 18573
|
| element_types_test/supported_meter: RuntimeError # Issue 18573
|
|
|
| [ $runtime == chrome ]
|
| -touchevent_test/supported: Pass, Fail # Issue 17061
|
| +touchevent_test/supported: Fail # Touch events are only supported on touch devices
|
| xhr_cross_origin_test: Pass, Fail # Issue 11884
|
| xhr_test: Pass, Fail # Issue 11884
|
| audiocontext_test/functional: Skip # Renderer crash. Issue 22327
|
| @@ -168,7 +167,7 @@ svgelement_test/supported_animateMotion: Fail
|
| svgelement_test/supported_animateTransform: Fail
|
| svgelement_test/supported_foreignObject: Fail
|
| svgelement_test/supported_set: Fail
|
| -touchevent_test/supported: Fail
|
| +touchevent_test/supported: Fail # IE does not support TouchEvents
|
| webgl_1_test/supported: Fail
|
| websql_test/supported: Fail
|
| xhr_test/json: Fail # IE10 returns string, not JSON object
|
| @@ -223,7 +222,7 @@ svgelement_test/supported_animateMotion: Fail
|
| svgelement_test/supported_animateTransform: Fail
|
| svgelement_test/supported_foreignObject: Fail
|
| svgelement_test/supported_set: Fail
|
| -touchevent_test/supported: Fail
|
| +touchevent_test/supported: Fail # IE does not support TouchEvents
|
| webgl_1_test/functional: Fail
|
| websql_test/supported: Fail
|
| xhr_test/json: Fail # IE10 returns string, not JSON object
|
| @@ -270,7 +269,7 @@ input_element_test/supported_time: RuntimeError
|
| input_element_test/supported_week: RuntimeError
|
| input_element_test/supported_date: Fail
|
| input_element_test/supported_datetime-local: Fail
|
| -touchevent_test/supported: Fail
|
| +touchevent_test/supported: Fail # Safari does not support TouchEvents
|
|
|
| [ $runtime == safari ]
|
| indexeddb_1_test/functional: Skip # Times out. Issue 21433
|
|
|