| 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/*: Skip | 10 custom/*: Skip |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 svgelement_test/supported_foreignObject: Fail | 140 svgelement_test/supported_foreignObject: Fail |
| 141 svgelement_test/supported_set: Fail | 141 svgelement_test/supported_set: Fail |
| 142 touchevent_test/supported: Fail | 142 touchevent_test/supported: Fail |
| 143 webgl_1_test/supported: Fail | 143 webgl_1_test/supported: Fail |
| 144 websql_test/supported: Fail | 144 websql_test/supported: Fail |
| 145 xhr_test/supported_HttpRequestProgressEvent: Fail | 145 xhr_test/supported_HttpRequestProgressEvent: Fail |
| 146 xhr_test/supported_overrideMimeType: Fail | 146 xhr_test/supported_overrideMimeType: Fail |
| 147 xsltprocessor_test/supported: Fail | 147 xsltprocessor_test/supported: Fail |
| 148 | 148 |
| 149 [ $runtime == ie9 ] | 149 [ $runtime == ie9 ] |
| 150 isolates_test: Timeout # Issue 13027 |
| 150 blob_constructor_test: Fail | 151 blob_constructor_test: Fail |
| 151 document_test/document: Pass, Fail # BUG(9654) need per-instance patching | 152 document_test/document: Pass, Fail # BUG(9654) need per-instance patching |
| 152 dom_constructors_test: Fail | 153 dom_constructors_test: Fail |
| 153 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. | 154 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. |
| 154 element_test/click: Fail # IE does not support firing this event. | 155 element_test/click: Fail # IE does not support firing this event. |
| 155 form_element_test: Fail # Issue 4793. | 156 form_element_test: Fail # Issue 4793. |
| 156 localstorage_test: Fail | 157 localstorage_test: Fail |
| 157 microtask_test: Pass, Fail # http://dartbug.com/8300 | 158 microtask_test: Pass, Fail # http://dartbug.com/8300 |
| 158 postmessage_structured_test: Skip # BUG(5685): times out. | 159 postmessage_structured_test: Skip # BUG(5685): times out. |
| 159 serialized_script_value_test: Fail | 160 serialized_script_value_test: Fail |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 event_customevent_test: Fail # Test cannot run under CSP restrictions. | 373 event_customevent_test: Fail # Test cannot run under CSP restrictions. |
| 373 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 374 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 374 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 375 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 375 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 376 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 376 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 377 js_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). | 378 postmessage_structured_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). | 379 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 379 | 380 |
| 380 [ $compiler == dart2js && $runtime == drt ] | 381 [ $compiler == dart2js && $runtime == drt ] |
| 381 wheelevent_test: Fail # http://dartbug.com/12958 | 382 wheelevent_test: Fail # http://dartbug.com/12958 |
| OLD | NEW |