| 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 xsltprocessor_test/supported: Fail | 265 xsltprocessor_test/supported: Fail |
| 266 | 266 |
| 267 [ $runtime == safari ] | 267 [ $runtime == safari ] |
| 268 worker_test: Skip # Issue 13221 | 268 worker_test: Skip # Issue 13221 |
| 269 worker_api_test: Skip # Issue 13221 | 269 worker_api_test: Skip # Issue 13221 |
| 270 element_types_test/supported_track: Pass, Fail | 270 element_types_test/supported_track: Pass, Fail |
| 271 input_element_test/supported_month: Fail, Crash | 271 input_element_test/supported_month: Fail, Crash |
| 272 input_element_test/supported_time: Fail, Crash | 272 input_element_test/supported_time: Fail, Crash |
| 273 input_element_test/supported_week: Fail, Crash | 273 input_element_test/supported_week: Fail, Crash |
| 274 webgl_1_test: Pass, Fail # Issue 8219 | 274 webgl_1_test: Pass, Fail # Issue 8219 |
| 275 wheelevent_test: Fail # Issue: 12798 | |
| 276 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su
pport drawImage w/ video element | 275 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su
pport drawImage w/ video element |
| 277 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe
s not support drawImage w/ video element | 276 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe
s not support drawImage w/ video element |
| 278 audiocontext_test/functional: Fail # Issue 14354 | 277 audiocontext_test/functional: Fail # Issue 14354 |
| 279 | 278 |
| 280 | 279 |
| 281 # Safari Feature support statuses- | 280 # Safari Feature support statuses- |
| 282 # All changes should be accompanied by platform support annotation changes. | 281 # All changes should be accompanied by platform support annotation changes. |
| 283 element_types_test/supported_content: Fail | 282 element_types_test/supported_content: Fail |
| 284 element_types_test/supported_datalist: Fail | 283 element_types_test/supported_datalist: Fail |
| 285 element_types_test/supported_shadow: Fail | 284 element_types_test/supported_shadow: Fail |
| (...skipping 107 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). | 392 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 394 | 393 |
| 395 [ $compiler == dart2js && $runtime == drt ] | 394 [ $compiler == dart2js && $runtime == drt ] |
| 396 wheelevent_test: Fail # http://dartbug.com/12958 | 395 wheelevent_test: Fail # http://dartbug.com/12958 |
| 397 | 396 |
| 398 [ $compiler == none && $runtime == dartium ] | 397 [ $compiler == none && $runtime == dartium ] |
| 399 async_test: Timeout # Issue 13719: Please triage this failure. | 398 async_test: Timeout # Issue 13719: Please triage this failure. |
| 400 dromaeo_smoke_test: Fail # Issue 13719: Please triage this failure. | 399 dromaeo_smoke_test: Fail # Issue 13719: Please triage this failure. |
| 401 element_offset_test/offset: Pass, Fail # Issue 13719, 13296 | 400 element_offset_test/offset: Pass, Fail # Issue 13719, 13296 |
| 402 touchevent_test/supported: Fail # Issue 13719: Please triage this failure. | 401 touchevent_test/supported: Fail # Issue 13719: Please triage this failure. |
| OLD | NEW |