Chromium Code Reviews| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 102 element_test/matches: Fail # IE9 does not support matches | 102 element_test/matches: Fail # IE9 does not support matches |
| 103 form_element_test: Fail # Issue 4793. | 103 form_element_test: Fail # Issue 4793. |
| 104 isolates_test: Skip # BUG(4016) | 104 isolates_test: Skip # BUG(4016) |
| 105 localstorage_test: Fail | 105 localstorage_test: Fail |
| 106 microtask_test: Pass, Fail # http://dartbug.com/8300 | 106 microtask_test: Pass, Fail # http://dartbug.com/8300 |
| 107 postmessage_structured_test: Skip # BUG(5685): times out. | 107 postmessage_structured_test: Skip # BUG(5685): times out. |
| 108 serialized_script_value_test: Fail | 108 serialized_script_value_test: Fail |
| 109 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) | 109 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) |
| 110 window_open_test: Skip # BUG(4016) | 110 window_open_test: Skip # BUG(4016) |
| 111 xhr_cross_origin_test: Fail # Issue 6016. | 111 xhr_cross_origin_test: Fail # Issue 6016. |
| 112 canvasrenderingcontext2d_test: Pass, Fail # flakey drawImage. BUG(9189) | |
|
blois
2013/03/16 00:58:21
flaky.
| |
| 112 | 113 |
| 113 # IE9 Feature support statuses- | 114 # IE9 Feature support statuses- |
| 114 # All changes should be accompanied by platform support annotation changes. | 115 # All changes should be accompanied by platform support annotation changes. |
| 115 cache_test/supported: Fail | 116 cache_test/supported: Fail |
| 116 crypto_test/supported: Fail | 117 crypto_test/supported: Fail |
| 117 css_test/supported_CssMatrix: Fail | 118 css_test/supported_CssMatrix: Fail |
| 118 css_test/supported_DomPoint: Fail | 119 css_test/supported_DomPoint: Fail |
| 119 document_test/supports_cssCanvasContext: Fail | 120 document_test/supports_cssCanvasContext: Fail |
| 120 element_types_test/supported_content: Fail | 121 element_types_test/supported_content: Fail |
| 121 element_types_test/supported_datalist: Fail | 122 element_types_test/supported_datalist: Fail |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 331 | 332 |
| 332 [ $compiler == dart2js && $runtime == drt && $unchecked ] | 333 [ $compiler == dart2js && $runtime == drt && $unchecked ] |
| 333 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 | 334 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 |
| 334 | 335 |
| 335 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] | 336 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] |
| 336 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). | 337 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| 337 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 338 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 338 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). | 339 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| 339 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). | 340 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| 340 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 341 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| OLD | NEW |