| 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 window_open_test: Skip # http://dartbug.com/5151 | 5 window_open_test: Skip # http://dartbug.com/5151 |
| 6 async_window_test: Skip #TODO(gram): investigating | 6 async_window_test: Skip #TODO(gram): investigating |
| 7 | 7 |
| 8 event_test: Skip # Issue 1996 | 8 event_test: Skip # Issue 1996 |
| 9 custom_elements_test: Skip # Not yet implemented. | 9 custom_elements_test: Skip # Not yet implemented. |
| 10 interactive_test: Skip # Must be run manually. | 10 interactive_test: Skip # Must be run manually. |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 svgelement_test/supported_foreignObject: Fail | 100 svgelement_test/supported_foreignObject: Fail |
| 101 svgelement_test/supported_set: Fail | 101 svgelement_test/supported_set: Fail |
| 102 touchevent_test/supported: Fail | 102 touchevent_test/supported: Fail |
| 103 webgl_1_test/supported: Fail | 103 webgl_1_test/supported: Fail |
| 104 websql_test/supported: Fail | 104 websql_test/supported: Fail |
| 105 xhr_test/supported_HttpRequestProgressEvent: Fail | 105 xhr_test/supported_HttpRequestProgressEvent: Fail |
| 106 xsltprocessor_test/supported: Fail | 106 xsltprocessor_test/supported: Fail |
| 107 | 107 |
| 108 [ $runtime == ie9 ] | 108 [ $runtime == ie9 ] |
| 109 blob_constructor_test: Fail | 109 blob_constructor_test: Fail |
| 110 document_test/document: Fail # BUG(9654) need per-instance patching | 110 document_test/document: Pass, Fail # BUG(9654) need per-instance patching |
| 111 dom_constructors_test: Fail | 111 dom_constructors_test: Fail |
| 112 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. | 112 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. |
| 113 element_test/click: Fail # IE does not support firing this event. | 113 element_test/click: Fail # IE does not support firing this event. |
| 114 element_test/matches: Fail # IE9 does not support matches | 114 element_test/matches: Fail # IE9 does not support matches |
| 115 form_element_test: Fail # Issue 4793. | 115 form_element_test: Fail # Issue 4793. |
| 116 isolates_test: Skip # BUG(4016) | 116 isolates_test: Skip # BUG(4016) |
| 117 localstorage_test: Fail | 117 localstorage_test: Fail |
| 118 microtask_test: Pass, Fail # http://dartbug.com/8300 | 118 microtask_test: Pass, Fail # http://dartbug.com/8300 |
| 119 postmessage_structured_test: Skip # BUG(5685): times out. | 119 postmessage_structured_test: Skip # BUG(5685): times out. |
| 120 serialized_script_value_test: Fail | 120 serialized_script_value_test: Fail |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 349 | 349 |
| 350 [ $compiler == dart2js && $runtime == drt && $unchecked ] | 350 [ $compiler == dart2js && $runtime == drt && $unchecked ] |
| 351 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 | 351 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 |
| 352 | 352 |
| 353 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] | 353 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] |
| 354 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 354 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 355 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 355 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 356 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 356 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 357 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 357 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 358 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 358 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| OLD | NEW |