| 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 && $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 |
| 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 |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 xhr_test/json: Fail # IE10 returns string, not JSON object | 138 xhr_test/json: Fail # IE10 returns string, not JSON object |
| 139 xhr_test/supported_HttpRequestProgressEvent: Fail | 139 xhr_test/supported_HttpRequestProgressEvent: Fail |
| 140 xhr_test/supported_overrideMimeType: Fail | 140 xhr_test/supported_overrideMimeType: Fail |
| 141 xsltprocessor_test/supported: Fail | 141 xsltprocessor_test/supported: Fail |
| 142 | 142 |
| 143 | 143 |
| 144 [ $runtime == ie9 ] | 144 [ $runtime == ie9 ] |
| 145 isolates_test: Timeout # Issue 13027 | 145 isolates_test: Timeout # Issue 13027 |
| 146 blob_constructor_test: Fail | 146 blob_constructor_test: Fail |
| 147 custom/document_register_type_extensions_test/namespaces: Fail # Issue 13193 | 147 custom/document_register_type_extensions_test/namespaces: Fail # Issue 13193 |
| 148 custom/document_register_type_extensions_test/construction: Fail # Issue 13193 |
| 148 document_test/document: Pass, Fail # BUG(9654) need per-instance patching | 149 document_test/document: Pass, Fail # BUG(9654) need per-instance patching |
| 149 dom_constructors_test: Fail | 150 dom_constructors_test: Fail |
| 150 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. | 151 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. |
| 151 element_test/click: Fail # IE does not support firing this event. | 152 element_test/click: Fail # IE does not support firing this event. |
| 152 form_element_test: Fail # Issue 4793. | 153 form_element_test: Fail # Issue 4793. |
| 153 localstorage_test: Fail | 154 localstorage_test: Fail |
| 154 microtask_test: Pass, Fail # http://dartbug.com/8300 | 155 microtask_test: Pass, Fail # http://dartbug.com/8300 |
| 155 postmessage_structured_test: Skip # BUG(5685): times out. | 156 postmessage_structured_test: Skip # BUG(5685): times out. |
| 156 serialized_script_value_test: Fail | 157 serialized_script_value_test: Fail |
| 157 url_test: Fail # IE9 does not support createObjectURL (it is suppor
ted in IE10) | 158 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. | 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 |