| 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 && $runtime != drt && $browser ] | 9 [ $compiler == dart2js && $runtime != drt && $browser ] |
| 10 custom/document_register_type_extensions_test/namespaces: Fail # Polyfill does n
ot support createElementNS | 10 custom/document_register_type_extensions_test/namespaces: Fail # Polyfill does n
ot support createElementNS |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 websql_test/supported: Fail | 240 websql_test/supported: Fail |
| 241 worker_test/supported: Fail | 241 worker_test/supported: Fail |
| 242 xhr_test/supported_HttpRequestProgressEvent: Fail | 242 xhr_test/supported_HttpRequestProgressEvent: Fail |
| 243 xhr_test/supported_onLoadEnd: Fail | 243 xhr_test/supported_onLoadEnd: Fail |
| 244 xhr_test/supported_onProgress: Fail | 244 xhr_test/supported_onProgress: Fail |
| 245 xhr_test/supported_overrideMimeType: Fail | 245 xhr_test/supported_overrideMimeType: Fail |
| 246 xsltprocessor_test/supported: Fail | 246 xsltprocessor_test/supported: Fail |
| 247 | 247 |
| 248 [ $runtime == safari ] | 248 [ $runtime == safari ] |
| 249 worker_test: Skip # Issue 13221 | 249 worker_test: Skip # Issue 13221 |
| 250 notifications_test/supported: Pass, Fail # Issue 13210 |
| 250 element_types_test/supported_track: Pass, Fail | 251 element_types_test/supported_track: Pass, Fail |
| 251 input_element_test/supported_month: Fail, Crash | 252 input_element_test/supported_month: Fail, Crash |
| 252 input_element_test/supported_time: Fail, Crash | 253 input_element_test/supported_time: Fail, Crash |
| 253 input_element_test/supported_week: Fail, Crash | 254 input_element_test/supported_week: Fail, Crash |
| 254 webgl_1_test: Pass, Fail # Issue 8219 | 255 webgl_1_test: Pass, Fail # Issue 8219 |
| 255 wheelevent_test: Fail # Issue: 12798 | 256 wheelevent_test: Fail # Issue: 12798 |
| 256 xhr_test/xhr_requestBlob: Fail # Issue: 9178 Safari doesn't support Blob respons
es. | 257 xhr_test/xhr_requestBlob: Fail # Issue: 9178 Safari doesn't support Blob respons
es. |
| 257 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su
pport drawImage w/ video element | 258 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su
pport drawImage w/ video element |
| 258 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe
s not support drawImage w/ video element | 259 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe
s not support drawImage w/ video element |
| 259 | 260 |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 event_customevent_test: Fail # Test cannot run under CSP restrictions. | 372 event_customevent_test: Fail # Test cannot run under CSP restrictions. |
| 372 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 373 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 373 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 374 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 374 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 375 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 375 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 376 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 376 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 377 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 377 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 378 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 378 | 379 |
| 379 [ $compiler == dart2js && $runtime == drt ] | 380 [ $compiler == dart2js && $runtime == drt ] |
| 380 wheelevent_test: Fail # http://dartbug.com/12958 | 381 wheelevent_test: Fail # http://dartbug.com/12958 |
| OLD | NEW |