| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 event_test: Skip # Issue 1996 | 5 event_test: Skip # Issue 1996 |
| 6 interactive_test: Skip # Must be run manually. | 6 interactive_test: Skip # Must be run manually. |
| 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
| 8 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 8 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 9 | 9 |
| 10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| (...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 media_stream_test/supported_media: Fail | 261 media_stream_test/supported_media: Fail |
| 262 performance_api_test/supported: Fail | 262 performance_api_test/supported: Fail |
| 263 rtc_test/supported: Fail | 263 rtc_test/supported: Fail |
| 264 shadow_dom_test/supported: Fail | 264 shadow_dom_test/supported: Fail |
| 265 speechrecognition_test/supported: Fail | 265 speechrecognition_test/supported: Fail |
| 266 | 266 |
| 267 [ $runtime == safarimobilesim ] | 267 [ $runtime == safarimobilesim ] |
| 268 indexeddb_1_test/supported: Fail | 268 indexeddb_1_test/supported: Fail |
| 269 element_types_test/supported_template: Fail | 269 element_types_test/supported_template: Fail |
| 270 xhr_test/json: Fail # Safari doesn't support JSON response type | 270 xhr_test/json: Fail # Safari doesn't support JSON response type |
| 271 notification_test/supported_notification: RuntimeError # Issue 22869 |
| 271 | 272 |
| 272 [ $runtime == safari ] | 273 [ $runtime == safari ] |
| 273 input_element_test/supported_month: RuntimeError | 274 input_element_test/supported_month: RuntimeError |
| 274 input_element_test/supported_time: RuntimeError | 275 input_element_test/supported_time: RuntimeError |
| 275 input_element_test/supported_week: RuntimeError | 276 input_element_test/supported_week: RuntimeError |
| 276 input_element_test/supported_date: Fail | 277 input_element_test/supported_date: Fail |
| 277 input_element_test/supported_datetime-local: Fail | 278 input_element_test/supported_datetime-local: Fail |
| 278 touchevent_test/supported: Fail | 279 touchevent_test/supported: Fail |
| 279 | 280 |
| 280 [ $runtime == safari ] | 281 [ $runtime == safari ] |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 htmlelement_test: StaticWarning | 400 htmlelement_test: StaticWarning |
| 400 localstorage_test: StaticWarning | 401 localstorage_test: StaticWarning |
| 401 mutationobserver_test: StaticWarning | 402 mutationobserver_test: StaticWarning |
| 402 queryall_test: fail | 403 queryall_test: fail |
| 403 track_element_constructor_test: StaticWarning | 404 track_element_constructor_test: StaticWarning |
| 404 transferables_test: StaticWarning | 405 transferables_test: StaticWarning |
| 405 typed_arrays_range_checks_test: StaticWarning | 406 typed_arrays_range_checks_test: StaticWarning |
| 406 typing_test: StaticWarning | 407 typing_test: StaticWarning |
| 407 webgl_1_test: StaticWarning | 408 webgl_1_test: StaticWarning |
| 408 window_nosuchmethod_test: StaticWarning | 409 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |