| 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 svgelement_test/constructors: Skip # Temporary suppression, WIP alanknight | 9 svgelement_test/constructors: Skip # Temporary suppression, WIP alanknight |
| 10 | 10 |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 input_element_test/supported_date: Fail | 283 input_element_test/supported_date: Fail |
| 284 input_element_test/supported_datetime-local: Fail | 284 input_element_test/supported_datetime-local: Fail |
| 285 touchevent_test/supported: Fail # Safari does not support TouchEvents | 285 touchevent_test/supported: Fail # Safari does not support TouchEvents |
| 286 notification_test/constructors: Fail # Safari doesn't let us access the fields o
f the Notification to verify them. | 286 notification_test/constructors: Fail # Safari doesn't let us access the fields o
f the Notification to verify them. |
| 287 | 287 |
| 288 [ $runtime == safari ] | 288 [ $runtime == safari ] |
| 289 indexeddb_1_test/functional: Skip # Times out. Issue 21433 | 289 indexeddb_1_test/functional: Skip # Times out. Issue 21433 |
| 290 indexeddb_2_test: RuntimeError # Issue 21433 | 290 indexeddb_2_test: RuntimeError # Issue 21433 |
| 291 indexeddb_4_test: RuntimeError # Issue 21433 | 291 indexeddb_4_test: RuntimeError # Issue 21433 |
| 292 indexeddb_5_test: RuntimeError # Issue 21433 | 292 indexeddb_5_test: RuntimeError # Issue 21433 |
| 293 wheelevent_test: RuntimeError # Issue 21434 | 293 wheelevent_test: RuntimeError # Issue 21434, 12958 |
| 294 js_test: RuntimeError # Issue 21434 | 294 js_test: RuntimeError # Issue 21434 |
| 295 | 295 |
| 296 [ $runtime == opera ] | 296 [ $runtime == opera ] |
| 297 blob_constructor_test: Fail | 297 blob_constructor_test: Fail |
| 298 canvas_test: Fail | 298 canvas_test: Fail |
| 299 canvas_test: Pass,Fail | 299 canvas_test: Pass,Fail |
| 300 cssstyledeclaration_test: Fail | 300 cssstyledeclaration_test: Fail |
| 301 document_test/document: Fail # Issue: 7413 | 301 document_test/document: Fail # Issue: 7413 |
| 302 element_add_test: Fail | 302 element_add_test: Fail |
| 303 element_constructor_1_test: Fail | 303 element_constructor_1_test: Fail |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 404 htmlelement_test: StaticWarning | 404 htmlelement_test: StaticWarning |
| 405 localstorage_test: StaticWarning | 405 localstorage_test: StaticWarning |
| 406 mutationobserver_test: StaticWarning | 406 mutationobserver_test: StaticWarning |
| 407 queryall_test: fail | 407 queryall_test: fail |
| 408 track_element_constructor_test: StaticWarning | 408 track_element_constructor_test: StaticWarning |
| 409 transferables_test: StaticWarning | 409 transferables_test: StaticWarning |
| 410 typed_arrays_range_checks_test: StaticWarning | 410 typed_arrays_range_checks_test: StaticWarning |
| 411 typing_test: StaticWarning | 411 typing_test: StaticWarning |
| 412 webgl_1_test: StaticWarning | 412 webgl_1_test: StaticWarning |
| 413 window_nosuchmethod_test: StaticWarning | 413 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |