| 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 ] | 9 [ $compiler == dart2js && $runtime != drt ] |
| 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 |
| 11 custom/document_register_basic_test: Fail # Polyfill is not case-sensitive | 11 custom/document_register_basic_test: Fail # Polyfill is not case-sensitive |
| 12 | 12 |
| 13 [ $compiler == dart2js && $browser ] | 13 [ $compiler == dart2js && $browser ] |
| 14 # Issue 9325 failures | 14 # Issue 9325 failures |
| 15 custom/attribute_changed_callback_test: Fail | 15 custom/attribute_changed_callback_test: Fail |
| 16 | 16 |
| 17 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g && $system == macos] | 17 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g && $system == macos] |
| 18 audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601 | 18 audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601 |
| 19 | 19 |
| 20 [ $compiler == none && $runtime == dartium && $system == macos] | 20 [ $compiler == none && $runtime == dartium && $system == macos] |
| 21 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11834 | 21 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11834 |
| 22 | 22 |
| 23 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 23 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 24 # postMessage in dartium always transfers the typed array buffer, never a view | 24 # postMessage in dartium always transfers the typed array buffer, never a view |
| 25 postmessage_structured_test/typed_arrays: Fail | 25 postmessage_structured_test/typed_arrays: Fail |
| 26 xhr_test: Pass, Fail # Issue 12648 | 26 xhr_test: Pass, Fail # Issue 12648 |
| 27 custom/attribute_changed_callback_test: Fail # 12643 | 27 custom/attribute_changed_callback_test: Fail # 12643 |
| 28 custom/created_callback_test: Fail # Issue 12642 | |
| 29 xhr_test/json: Fail # Issue 13069 | 28 xhr_test/json: Fail # Issue 13069 |
| 30 | 29 |
| 31 [ $compiler == none && $runtime == drt && $system == windows ] | 30 [ $compiler == none && $runtime == drt && $system == windows ] |
| 32 worker_test/functional: Pass, Crash # Issue 9929. | 31 worker_test/functional: Pass, Crash # Issue 9929. |
| 33 | 32 |
| 34 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa
fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $
runtime == opera || $runtime == drt || $runtime == dartium)] | 33 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa
fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $
runtime == opera || $runtime == drt || $runtime == dartium)] |
| 35 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. | 34 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. |
| 36 | 35 |
| 37 [ $compiler == dart2js && $runtime == ie10 ] | 36 [ $compiler == dart2js && $runtime == ie10 ] |
| 38 async_test: Pass, Fail # timers test fails on ie10. | 37 async_test: Pass, Fail # timers test fails on ie10. |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 websql_test/supported: Fail | 137 websql_test/supported: Fail |
| 139 xhr_test/json: Fail # IE10 returns string, not JSON object | 138 xhr_test/json: Fail # IE10 returns string, not JSON object |
| 140 xhr_test/supported_HttpRequestProgressEvent: Fail | 139 xhr_test/supported_HttpRequestProgressEvent: Fail |
| 141 xhr_test/supported_overrideMimeType: Fail | 140 xhr_test/supported_overrideMimeType: Fail |
| 142 xsltprocessor_test/supported: Fail | 141 xsltprocessor_test/supported: Fail |
| 143 | 142 |
| 144 | 143 |
| 145 [ $runtime == ie9 ] | 144 [ $runtime == ie9 ] |
| 146 isolates_test: Timeout # Issue 13027 | 145 isolates_test: Timeout # Issue 13027 |
| 147 blob_constructor_test: Fail | 146 blob_constructor_test: Fail |
| 147 custom/document_register_type_extensions_test/namespaces: Fail # Issue 13193 |
| 148 document_test/document: Pass, Fail # BUG(9654) need per-instance patching | 148 document_test/document: Pass, Fail # BUG(9654) need per-instance patching |
| 149 dom_constructors_test: Fail | 149 dom_constructors_test: Fail |
| 150 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. | 150 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. |
| 151 element_test/click: Fail # IE does not support firing this event. | 151 element_test/click: Fail # IE does not support firing this event. |
| 152 form_element_test: Fail # Issue 4793. | 152 form_element_test: Fail # Issue 4793. |
| 153 localstorage_test: Fail | 153 localstorage_test: Fail |
| 154 microtask_test: Pass, Fail # http://dartbug.com/8300 | 154 microtask_test: Pass, Fail # http://dartbug.com/8300 |
| 155 postmessage_structured_test: Skip # BUG(5685): times out. | 155 postmessage_structured_test: Skip # BUG(5685): times out. |
| 156 serialized_script_value_test: Fail | 156 serialized_script_value_test: Fail |
| 157 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) | 157 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 event_customevent_test: Fail # Test cannot run under CSP restrictions. | 371 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). | 372 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. | 373 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). | 374 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). | 375 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). | 376 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). | 377 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 378 | 378 |
| 379 [ $compiler == dart2js && $runtime == drt ] | 379 [ $compiler == dart2js && $runtime == drt ] |
| 380 wheelevent_test: Fail # http://dartbug.com/12958 | 380 wheelevent_test: Fail # http://dartbug.com/12958 |
| OLD | NEW |