Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: tests/html/html.status

Issue 14509011: IE9 specific suppression. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 form_element_test: Fail # Issue 4793. 127 form_element_test: Fail # Issue 4793.
128 isolates_test: Skip # BUG(4016) 128 isolates_test: Skip # BUG(4016)
129 localstorage_test: Fail 129 localstorage_test: Fail
130 microtask_test: Pass, Fail # http://dartbug.com/8300 130 microtask_test: Pass, Fail # http://dartbug.com/8300
131 postmessage_structured_test: Skip # BUG(5685): times out. 131 postmessage_structured_test: Skip # BUG(5685): times out.
132 serialized_script_value_test: Fail 132 serialized_script_value_test: Fail
133 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 133 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
134 window_open_test: Skip # BUG(4016) 134 window_open_test: Skip # BUG(4016)
135 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 135 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
136 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 136 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
137 input_element_test/attributes: Fail # IE returns null while others ''
137 138
138 # IE9 Feature support statuses- 139 # IE9 Feature support statuses-
139 # All changes should be accompanied by platform support annotation changes. 140 # All changes should be accompanied by platform support annotation changes.
140 audiobuffersourcenode_test/supported: Fail 141 audiobuffersourcenode_test/supported: Fail
141 audiocontext_test/supported: Fail 142 audiocontext_test/supported: Fail
142 cache_test/supported: Fail 143 cache_test/supported: Fail
143 crypto_test/supported: Fail 144 crypto_test/supported: Fail
144 css_test/supportsPointConversions: Fail 145 css_test/supportsPointConversions: Fail
145 document_test/supports_cssCanvasContext: Fail 146 document_test/supports_cssCanvasContext: Fail
146 element_types_test/supported_content: Fail 147 element_types_test/supported_content: Fail
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 359
359 [ $compiler == dart2js && $runtime == drt && $unchecked ] 360 [ $compiler == dart2js && $runtime == drt && $unchecked ]
360 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 361 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851
361 362
362 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 363 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ]
363 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 364 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
364 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 365 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
365 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 366 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
366 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 367 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
367 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 368 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698