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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 106 element_test/click: Fail # IE does not support firing this event. | 106 element_test/click: Fail # IE does not support firing this event. |
| 107 element_test/matches: Fail # IE9 does not support matches | 107 element_test/matches: Fail # IE9 does not support matches |
| 108 form_element_test: Fail # Issue 4793. | 108 form_element_test: Fail # Issue 4793. |
| 109 isolates_test: Skip # BUG(4016) | 109 isolates_test: Skip # BUG(4016) |
| 110 localstorage_test: Fail | 110 localstorage_test: Fail |
| 111 microtask_test: Pass, Fail # http://dartbug.com/8300 | 111 microtask_test: Pass, Fail # http://dartbug.com/8300 |
| 112 postmessage_structured_test: Skip # BUG(5685): times out. | 112 postmessage_structured_test: Skip # BUG(5685): times out. |
| 113 serialized_script_value_test: Fail | 113 serialized_script_value_test: Fail |
| 114 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) | 114 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) |
| 115 window_open_test: Skip # BUG(4016) | 115 window_open_test: Skip # BUG(4016) |
| 116 <<<<<<< HEAD | |
|
kustermann
2013/03/27 10:21:21
This was probably unintentional.
Andrei Mouravski
2013/03/27 17:45:40
Aye.
| |
| 117 xhr_cross_origin_test: Fail # Issue 6016. | |
| 118 ======= | |
| 119 >>>>>>> git-svn | |
| 116 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element | 120 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element |
| 117 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element | 121 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element |
| 118 | 122 |
| 119 # IE9 Feature support statuses- | 123 # IE9 Feature support statuses- |
| 120 # All changes should be accompanied by platform support annotation changes. | 124 # All changes should be accompanied by platform support annotation changes. |
| 121 audiobuffersourcenode_test/supported: Fail | 125 audiobuffersourcenode_test/supported: Fail |
| 122 audiocontext_test/supported: Fail | 126 audiocontext_test/supported: Fail |
| 123 cache_test/supported: Fail | 127 cache_test/supported: Fail |
| 124 crypto_test/supported: Fail | 128 crypto_test/supported: Fail |
| 125 css_test/supported_CssMatrix: Fail | 129 css_test/supported_CssMatrix: Fail |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 342 | 346 |
| 343 [ $compiler == dart2js && $runtime == drt && $unchecked ] | 347 [ $compiler == dart2js && $runtime == drt && $unchecked ] |
| 344 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 | 348 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 |
| 345 | 349 |
| 346 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] | 350 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] |
| 347 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). | 351 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| 348 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 352 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 349 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). | 353 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| 350 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). | 354 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| 351 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 355 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| OLD | NEW |