| 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 async_window_test: Skip #TODO(gram): investigating | 5 async_window_test: Skip #TODO(gram): investigating |
| 6 event_test: Skip # Issue 1996 | 6 event_test: Skip # Issue 1996 |
| 7 interactive_test: Skip # Must be run manually. | 7 interactive_test: Skip # Must be run manually. |
| 8 | 8 |
| 9 [ $compiler == dart2js && $browser ] | 9 [ $compiler == dart2js && $browser ] |
| 10 element_offset_test/offset: Pass, Fail # Issue 13296 | 10 element_offset_test/offset: Pass, Fail # Issue 13296 |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 worker_api_test: Skip # Issue 13221 | 270 worker_api_test: Skip # Issue 13221 |
| 271 element_types_test/supported_track: Pass, Fail | 271 element_types_test/supported_track: Pass, Fail |
| 272 input_element_test/supported_month: Fail, Crash | 272 input_element_test/supported_month: Fail, Crash |
| 273 input_element_test/supported_time: Fail, Crash | 273 input_element_test/supported_time: Fail, Crash |
| 274 input_element_test/supported_week: Fail, Crash | 274 input_element_test/supported_week: Fail, Crash |
| 275 webgl_1_test: Pass, Fail # Issue 8219 | 275 webgl_1_test: Pass, Fail # Issue 8219 |
| 276 wheelevent_test: Fail # Issue: 12798 | 276 wheelevent_test: Fail # Issue: 12798 |
| 277 xhr_test/xhr_requestBlob: Fail # Issue: 9178 Safari doesn't support Blob respons
es. | 277 xhr_test/xhr_requestBlob: Fail # Issue: 9178 Safari doesn't support Blob respons
es. |
| 278 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su
pport drawImage w/ video element | 278 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su
pport drawImage w/ video element |
| 279 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe
s not support drawImage w/ video element | 279 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe
s not support drawImage w/ video element |
| 280 audiocontext_test/functional: Fail # Issue 14354 |
| 281 |
| 280 | 282 |
| 281 # Safari Feature support statuses- | 283 # Safari Feature support statuses- |
| 282 # All changes should be accompanied by platform support annotation changes. | 284 # All changes should be accompanied by platform support annotation changes. |
| 283 element_types_test/supported_content: Fail | 285 element_types_test/supported_content: Fail |
| 284 element_types_test/supported_datalist: Fail | 286 element_types_test/supported_datalist: Fail |
| 285 element_types_test/supported_shadow: Fail | 287 element_types_test/supported_shadow: Fail |
| 286 element_types_test/supported_template: Fail | 288 element_types_test/supported_template: Fail |
| 287 fileapi_test/supported: Fail | 289 fileapi_test/supported: Fail |
| 288 indexeddb_1_test/supported: Fail | 290 indexeddb_1_test/supported: Fail |
| 289 indexeddb_1_test/supportsDatabaseNames: Fail | 291 indexeddb_1_test/supportsDatabaseNames: Fail |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 395 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 394 | 396 |
| 395 [ $compiler == dart2js && $runtime == drt ] | 397 [ $compiler == dart2js && $runtime == drt ] |
| 396 wheelevent_test: Fail # http://dartbug.com/12958 | 398 wheelevent_test: Fail # http://dartbug.com/12958 |
| 397 | 399 |
| 398 [ $compiler == none && $runtime == dartium ] | 400 [ $compiler == none && $runtime == dartium ] |
| 399 async_test: Timeout # Issue 13719: Please triage this failure. | 401 async_test: Timeout # Issue 13719: Please triage this failure. |
| 400 dromaeo_smoke_test: Fail # Issue 13719: Please triage this failure. | 402 dromaeo_smoke_test: Fail # Issue 13719: Please triage this failure. |
| 401 element_offset_test/offset: Pass, Fail # Issue 13719, 13296 | 403 element_offset_test/offset: Pass, Fail # Issue 13719, 13296 |
| 402 touchevent_test/supported: Fail # Issue 13719: Please triage this failure. | 404 touchevent_test/supported: Fail # Issue 13719: Please triage this failure. |
| OLD | NEW |