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

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

Issue 13444007: Removing all Worker-related APIs (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 | « sdk/lib/web_sql/dartium/web_sql_dartium.dart ('k') | tests/html/worker_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 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 indexeddb_1_test/functional: Pass, Timeout # http://dartbug.com/9269 56 indexeddb_1_test/functional: Pass, Timeout # http://dartbug.com/9269
57 isolates_test: Skip 57 isolates_test: Skip
58 microtask_test: Fail, Pass # Appears to be flaky 58 microtask_test: Fail, Pass # Appears to be flaky
59 native_gc_test: Fail, Pass # BUG(7774): Untriaged. 59 native_gc_test: Fail, Pass # BUG(7774): Untriaged.
60 serialized_script_value_test: Fail 60 serialized_script_value_test: Fail
61 storage_test: Fail, Pass 61 storage_test: Fail, Pass
62 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 62 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
63 window_open_test: Skip 63 window_open_test: Skip
64 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 64 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
65 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 65 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
66 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs.
66 67
67 # IE10 Feature support statuses- 68 # IE10 Feature support statuses-
68 # All changes should be accompanied by platform support annotation changes. 69 # All changes should be accompanied by platform support annotation changes.
69 audiobuffersourcenode_test/supported: Fail 70 audiobuffersourcenode_test/supported: Fail
70 audiocontext_test/supported: Fail 71 audiocontext_test/supported: Fail
71 crypto_test/supported: Fail 72 crypto_test/supported: Fail
72 css_test/supported_CssMatrix: Fail 73 css_test/supported_CssMatrix: Fail
73 css_test/supported_DomPoint: Fail 74 css_test/supported_DomPoint: Fail
74 document_test/supports_cssCanvasContext: Fail 75 document_test/supports_cssCanvasContext: Fail
75 element_types_test/supported_content: Fail 76 element_types_test/supported_content: Fail
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 svgelement_test/supported_feTurbulence: Fail 197 svgelement_test/supported_feTurbulence: Fail
197 svgelement_test/supported_filter: Fail 198 svgelement_test/supported_filter: Fail
198 svgelement_test/supported_foreignObject: Fail 199 svgelement_test/supported_foreignObject: Fail
199 svgelement_test/supported_set: Fail 200 svgelement_test/supported_set: Fail
200 touchevent_test/supported: Fail 201 touchevent_test/supported: Fail
201 transition_event_test/supported: Fail 202 transition_event_test/supported: Fail
202 typed_arrays_1_test/supported: Fail 203 typed_arrays_1_test/supported: Fail
203 webgl_1_test/supported: Fail 204 webgl_1_test/supported: Fail
204 websocket_test/supported: Fail 205 websocket_test/supported: Fail
205 websql_test/supported: Fail 206 websql_test/supported: Fail
207 worker_test/supported: Fail
206 xhr_cross_origin_test/supported: Fail 208 xhr_cross_origin_test/supported: Fail
207 xhr_test/supported_HttpRequestProgressEvent: Fail 209 xhr_test/supported_HttpRequestProgressEvent: Fail
208 xhr_test/supported_onLoadEnd: Fail 210 xhr_test/supported_onLoadEnd: Fail
209 xhr_test/supported_onProgress: Fail 211 xhr_test/supported_onProgress: Fail
210 xsltprocessor_test/supported: Fail 212 xsltprocessor_test/supported: Fail
211 213
212 [ $runtime == safari ] 214 [ $runtime == safari ]
213 datalistelement_test: Fail # Issue: 7414 215 datalistelement_test: Fail # Issue: 7414
214 element_test/elements: Crash, Fail # Issue: 7414 216 element_test/elements: Crash, Fail # Issue: 7414
215 element_types_test/supported_track: Pass, Fail 217 element_types_test/supported_track: Pass, Fail
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 352
351 [ $compiler == dart2js && $runtime == drt && $unchecked ] 353 [ $compiler == dart2js && $runtime == drt && $unchecked ]
352 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 354 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851
353 355
354 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ] 356 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome) ]
355 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 357 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
356 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 358 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
357 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 359 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
358 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 360 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
359 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 361 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
OLDNEW
« no previous file with comments | « sdk/lib/web_sql/dartium/web_sql_dartium.dart ('k') | tests/html/worker_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698