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

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

Issue 27440002: Revert "Removing setImmediate and hiding WindowTimers interface" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/html/microtask_test.dart » ('j') | 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 async_window_test: Skip #TODO(gram): investigating 5 async_window_test: Skip #TODO(gram): investigating
6 event_test: Skip # Issue 1996 6 event_test: Skip # Issue 1996
7 interactive_test: Skip # Must be run manually. 7 interactive_test: Skip # Must be run manually.
8 8
9 [ $compiler == dart2js && $browser ] 9 [ $compiler == dart2js && $browser ]
10 element_offset_test/offset: Pass, Fail # Issue 13296 10 element_offset_test/offset: Pass, Fail # Issue 13296
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] 102 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
103 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. 103 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
104 104
105 [ $compiler == dart2js && $runtime == drt && $system == macos] 105 [ $compiler == dart2js && $runtime == drt && $system == macos]
106 audiobuffersourcenode_test: Pass, Fail 106 audiobuffersourcenode_test: Pass, Fail
107 107
108 [$runtime == ie10 ] 108 [$runtime == ie10 ]
109 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 109 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
110 element_test/click: Fail # IE does not support firing this event. 110 element_test/click: Fail # IE does not support firing this event.
111 history_test/history: Pass, Fail # issue 8183 111 history_test/history: Pass, Fail # issue 8183
112 microtask_test: Fail, Pass # Appears to be flaky
112 native_gc_test: Fail, Pass # BUG(7774): Untriaged. 113 native_gc_test: Fail, Pass # BUG(7774): Untriaged.
113 serialized_script_value_test: Fail 114 serialized_script_value_test: Fail
114 storage_test: Fail, Pass 115 storage_test: Fail, Pass
115 transferables_test: Fail # Issue 9846 116 transferables_test: Fail # Issue 9846
116 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 117 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
117 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 118 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
118 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 119 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
119 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. 120 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs.
120 custom/entered_left_view_test: Skip # Issue 13551 - IE is timing out 121 custom/entered_left_view_test: Skip # Issue 13551 - IE is timing out
121 122
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 [ $runtime == ie9 ] 170 [ $runtime == ie9 ]
170 isolates_test: Timeout # Issue 13027 171 isolates_test: Timeout # Issue 13027
171 blob_constructor_test: Fail 172 blob_constructor_test: Fail
172 custom/document_register_type_extensions_test/namespaces: Fail # Issue 13193 173 custom/document_register_type_extensions_test/namespaces: Fail # Issue 13193
173 document_test/document: Pass, Fail # BUG(9654) need per-instance patching 174 document_test/document: Pass, Fail # BUG(9654) need per-instance patching
174 dom_constructors_test: Fail 175 dom_constructors_test: Fail
175 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 176 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
176 element_test/click: Fail # IE does not support firing this event. 177 element_test/click: Fail # IE does not support firing this event.
177 form_element_test: Fail # Issue 4793. 178 form_element_test: Fail # Issue 4793.
178 localstorage_test: Fail 179 localstorage_test: Fail
180 microtask_test: Pass, Fail # http://dartbug.com/8300
179 postmessage_structured_test: Skip # BUG(5685): times out. 181 postmessage_structured_test: Skip # BUG(5685): times out.
180 serialized_script_value_test: Fail 182 serialized_script_value_test: Fail
181 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 183 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
182 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 184 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
183 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 185 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
184 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416 186 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416
185 input_element_test/attributes: Fail # IE returns null while others '' 187 input_element_test/attributes: Fail # IE returns null while others ''
186 xhr_cross_origin_test: Skip # Issue 12920 188 xhr_cross_origin_test: Skip # Issue 12920
187 xhr_test/json: Fail # IE9 returns null because of unsupported type 189 xhr_test/json: Fail # IE9 returns null because of unsupported type
188 190
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 wheelevent_test: Fail # http://dartbug.com/12958 407 wheelevent_test: Fail # http://dartbug.com/12958
406 408
407 [ $compiler == none && $runtime == dartium ] 409 [ $compiler == none && $runtime == dartium ]
408 async_test: Timeout # Issue 13719: Please triage this failure. 410 async_test: Timeout # Issue 13719: Please triage this failure.
409 dromaeo_smoke_test: Fail # Issue 13719: Please triage this failure. 411 dromaeo_smoke_test: Fail # Issue 13719: Please triage this failure.
410 element_offset_test/offset: Fail # Issue 13719: Please triage this failure. 412 element_offset_test/offset: Fail # Issue 13719: Please triage this failure.
411 touchevent_test/supported: Fail # Issue 13719: Please triage this failure. 413 touchevent_test/supported: Fail # Issue 13719: Please triage this failure.
412 414
413 [ $compiler == dart2js ] 415 [ $compiler == dart2js ]
414 custom/document_register_type_extensions_test/registration: Fail # Issue 14093 416 custom/document_register_type_extensions_test/registration: Fail # Issue 14093
OLDNEW
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/html/microtask_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698