| 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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 fileapi_test/supported: Fail | 248 fileapi_test/supported: Fail |
| 249 indexeddb_1_test/supportsDatabaseNames: Fail | 249 indexeddb_1_test/supportsDatabaseNames: Fail |
| 250 media_stream_test/supported_MediaStreamEvent: Fail | 250 media_stream_test/supported_MediaStreamEvent: Fail |
| 251 media_stream_test/supported_MediaStreamTrackEvent: Fail | 251 media_stream_test/supported_MediaStreamTrackEvent: Fail |
| 252 media_stream_test/supported_media: Fail | 252 media_stream_test/supported_media: Fail |
| 253 performance_api_test/supported: Fail | 253 performance_api_test/supported: Fail |
| 254 rtc_test/supported: Fail | 254 rtc_test/supported: Fail |
| 255 shadow_dom_test/supported: Fail | 255 shadow_dom_test/supported: Fail |
| 256 speechrecognition_test/supported: Fail | 256 speechrecognition_test/supported: Fail |
| 257 | 257 |
| 258 [ ($runtime == safari && $builder_tag == mac10_7) || $runtime == safarimobilesim
] | 258 [ $runtime == safarimobilesim ] |
| 259 indexeddb_1_test/supported: Fail | 259 indexeddb_1_test/supported: Fail |
| 260 element_types_test/supported_template: Fail | 260 element_types_test/supported_template: Fail |
| 261 xhr_test/json: Fail # Safari doesn't support JSON response type | 261 xhr_test/json: Fail # Safari doesn't support JSON response type |
| 262 | 262 |
| 263 [ $runtime == safari ] | 263 [ $runtime == safari ] |
| 264 input_element_test/supported_month: RuntimeError | 264 input_element_test/supported_month: RuntimeError |
| 265 input_element_test/supported_time: RuntimeError | 265 input_element_test/supported_time: RuntimeError |
| 266 input_element_test/supported_week: RuntimeError | 266 input_element_test/supported_week: RuntimeError |
| 267 input_element_test/supported_date: Fail | 267 input_element_test/supported_date: Fail |
| 268 input_element_test/supported_datetime-local: Fail | 268 input_element_test/supported_datetime-local: Fail |
| 269 touchevent_test/supported: Fail | 269 touchevent_test/supported: Fail |
| 270 | 270 |
| 271 [ $runtime == safari && ($builder_tag == mac10_8 || $builder_tag == mac10_9) ] | 271 [ $runtime == safari ] |
| 272 indexeddb_1_test/functional: Skip # Times out. Issue 21433 | 272 indexeddb_1_test/functional: Skip # Times out. Issue 21433 |
| 273 indexeddb_2_test: RuntimeError # Issue 21433 | 273 indexeddb_2_test: RuntimeError # Issue 21433 |
| 274 indexeddb_4_test: RuntimeError # Issue 21433 | 274 indexeddb_4_test: RuntimeError # Issue 21433 |
| 275 indexeddb_5_test: RuntimeError # Issue 21433 | 275 indexeddb_5_test: RuntimeError # Issue 21433 |
| 276 wheelevent_test: RuntimeError # Issue 21434 | 276 wheelevent_test: RuntimeError # Issue 21434 |
| 277 js_test: RuntimeError # Issue 21434 | 277 js_test: RuntimeError # Issue 21434 |
| 278 | 278 |
| 279 [ $runtime == opera ] | 279 [ $runtime == opera ] |
| 280 blob_constructor_test: Fail | 280 blob_constructor_test: Fail |
| 281 canvas_test: Fail | 281 canvas_test: Fail |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 htmlelement_test: StaticWarning | 392 htmlelement_test: StaticWarning |
| 393 localstorage_test: StaticWarning | 393 localstorage_test: StaticWarning |
| 394 mutationobserver_test: StaticWarning | 394 mutationobserver_test: StaticWarning |
| 395 queryall_test: fail | 395 queryall_test: fail |
| 396 track_element_constructor_test: StaticWarning | 396 track_element_constructor_test: StaticWarning |
| 397 transferables_test: StaticWarning | 397 transferables_test: StaticWarning |
| 398 typed_arrays_range_checks_test: StaticWarning | 398 typed_arrays_range_checks_test: StaticWarning |
| 399 typing_test: StaticWarning | 399 typing_test: StaticWarning |
| 400 webgl_1_test: StaticWarning | 400 webgl_1_test: StaticWarning |
| 401 window_nosuchmethod_test: StaticWarning | 401 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |