| 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. |
| 11 | 11 |
| 12 [ $compiler == dart2js] | 12 [ $compiler == dart2js] |
| 13 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. | 13 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. |
| 14 | 14 |
| 15 [ $compiler == dart2js && $runtime == ie10 ] | 15 [ $compiler == dart2js && $runtime == ie10 ] |
| 16 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 | 16 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 |
| 17 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 | 17 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 |
| 18 async_test: Fail # timers test failes on ie10. | 18 async_test: Pass, Fail # timers test fails on ie10. |
| 19 | 19 |
| 20 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] | 20 [ $compiler == dart2js && $csp && $runtime == drt && $unchecked ] |
| 21 indexeddb_2_test: Fail, Crash, Pass # Bug in v8, http://dartbug.com/9407 | 21 indexeddb_2_test: Fail, Crash, Pass # Bug in v8, http://dartbug.com/9407 |
| 22 | 22 |
| 23 # Layout tests are only supported on DRT. | 23 # Layout tests are only supported on DRT. |
| 24 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] | 24 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] |
| 25 *layout_test: Skip | 25 *layout_test: Skip |
| 26 | 26 |
| 27 [ $runtime == chrome ] | 27 [ $runtime == chrome ] |
| 28 touchevent_test/supported: Fail | 28 touchevent_test/supported: Fail |
| (...skipping 71 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 dom_constructors_test: Fail | 111 dom_constructors_test: Fail |
| 111 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. | 112 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. |
| 112 element_test/click: Fail # IE does not support firing this event. | 113 element_test/click: Fail # IE does not support firing this event. |
| 113 element_test/matches: Fail # IE9 does not support matches | 114 element_test/matches: Fail # IE9 does not support matches |
| 114 form_element_test: Fail # Issue 4793. | 115 form_element_test: Fail # Issue 4793. |
| 115 isolates_test: Skip # BUG(4016) | 116 isolates_test: Skip # BUG(4016) |
| 116 localstorage_test: Fail | 117 localstorage_test: Fail |
| 117 microtask_test: Pass, Fail # http://dartbug.com/8300 | 118 microtask_test: Pass, Fail # http://dartbug.com/8300 |
| 118 postmessage_structured_test: Skip # BUG(5685): times out. | 119 postmessage_structured_test: Skip # BUG(5685): times out. |
| 119 serialized_script_value_test: Fail | 120 serialized_script_value_test: Fail |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 | 349 |
| 349 [ $compiler == dart2js && $runtime == drt && $unchecked ] | 350 [ $compiler == dart2js && $runtime == drt && $unchecked ] |
| 350 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 | 351 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 |
| 351 | 352 |
| 352 [ $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) ] |
| 353 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). |
| 354 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. |
| 355 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). |
| 356 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). |
| 357 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 |