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

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

Issue 12326071: Adding supported checks and annotations to Crypto API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 10 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
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 [ $compiler == none && $runtime == drt && $system == macos] 49 [ $compiler == none && $runtime == drt && $system == macos]
50 audiocontext_test: Pass, Fail 50 audiocontext_test: Pass, Fail
51 51
52 [ $compiler == dart2js && $runtime == drt && $system == macos] 52 [ $compiler == dart2js && $runtime == drt && $system == macos]
53 audiobuffersourcenode_test: Pass, Fail 53 audiobuffersourcenode_test: Pass, Fail
54 54
55 [$runtime == ie10 ] 55 [$runtime == ie10 ]
56 # TODO(efortuna, blois): Triage. 56 # TODO(efortuna, blois): Triage.
57 audiobuffersourcenode_test: Fail 57 audiobuffersourcenode_test: Fail
58 audiocontext_test: Fail 58 audiocontext_test: Fail
59 crypto_test: Fail 59 crypto_test/supported: Fail
60 css_test/supported_CssMatrix: Fail 60 css_test/supported_CssMatrix: Fail
61 css_test/supported_DomPoint: Fail 61 css_test/supported_DomPoint: Fail
62 document_test/supports_cssCanvasContext: Fail 62 document_test/supports_cssCanvasContext: Fail
63 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 63 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
64 element_test/click: Fail # IE does not support firing this event. 64 element_test/click: Fail # IE does not support firing this event.
65 element_types_test/supported_content: Fail 65 element_types_test/supported_content: Fail
66 element_types_test/supported_details: Fail 66 element_types_test/supported_details: Fail
67 element_types_test/supported_keygen: Fail 67 element_types_test/supported_keygen: Fail
68 element_types_test/supported_meter: Fail 68 element_types_test/supported_meter: Fail
69 element_types_test/supported_output: Fail 69 element_types_test/supported_output: Fail
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 websql_test/supported: Fail 103 websql_test/supported: Fail
104 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 104 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
105 window_open_test: Skip 105 window_open_test: Skip
106 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. 106 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875.
107 xhr_test/supported_HttpRequestProgressEvent: Fail 107 xhr_test/supported_HttpRequestProgressEvent: Fail
108 xsltprocessor_test/supported: Fail 108 xsltprocessor_test/supported: Fail
109 history_test/history: Pass, Fail # issue 8183 109 history_test/history: Pass, Fail # issue 8183
110 canvasrenderingcontext2d_test: Fail # issue 8678 110 canvasrenderingcontext2d_test: Fail # issue 8678
111 111
112 [ $runtime == ie9 ] 112 [ $runtime == ie9 ]
113 crypto_test: Fail 113 crypto_test/supported: Fail
114 document_test/supports_cssCanvasContext: Fail 114 document_test/supports_cssCanvasContext: Fail
115 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. 115 dromaeo_smoke_test: Skip #TODO(efortuna): investigating.
116 element_test/click: Fail # IE does not support firing this event. 116 element_test/click: Fail # IE does not support firing this event.
117 element_types_test/supported_content: Fail 117 element_types_test/supported_content: Fail
118 element_types_test/supported_datalist: Fail 118 element_types_test/supported_datalist: Fail
119 element_types_test/supported_details: Fail 119 element_types_test/supported_details: Fail
120 element_types_test/supported_keygen: Fail 120 element_types_test/supported_keygen: Fail
121 element_types_test/supported_meter: Fail 121 element_types_test/supported_meter: Fail
122 element_types_test/supported_output: Fail 122 element_types_test/supported_output: Fail
123 element_types_test/supported_progress: Fail 123 element_types_test/supported_progress: Fail
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 speechrecognition_test/supported: Fail 236 speechrecognition_test/supported: Fail
237 touchevent_test/supported: Fail 237 touchevent_test/supported: Fail
238 webgl_1_test: Pass, Fail # Issue 8219 238 webgl_1_test: Pass, Fail # Issue 8219
239 239
240 audiocontext_test: Crash, Fail # Issue: 7414 240 audiocontext_test: Crash, Fail # Issue: 7414
241 datalistelement_test: Fail # Issue: 7414 241 datalistelement_test: Fail # Issue: 7414
242 element_test/elements: Crash, Fail # Issue: 7414 242 element_test/elements: Crash, Fail # Issue: 7414
243 wheelevent_test: Fail # Issue: 7414 243 wheelevent_test: Fail # Issue: 7414
244 244
245 [ $runtime == opera ] 245 [ $runtime == opera ]
246 crypto_test: Fail 246 crypto_test/supported: Fail
247 document_test/supports_cssCanvasContext: Fail 247 document_test/supports_cssCanvasContext: Fail
248 document_test/document: Fail # Issue: 7413 248 document_test/document: Fail # Issue: 7413
249 form_data_test: Fail # Issue: 7413 249 form_data_test: Fail # Issue: 7413
250 keyboard_event_test: Fail # Issue: 7413 250 keyboard_event_test: Fail # Issue: 7413
251 element_test/eventListening: Fail # Issue: 7413 251 element_test/eventListening: Fail # Issue: 7413
252 element_test/children: Fail # Issue: 7413 252 element_test/children: Fail # Issue: 7413
253 audiobuffersourcenode_test: Fail 253 audiobuffersourcenode_test: Fail
254 canvas_test: Pass,Fail 254 canvas_test: Pass,Fail
255 audiocontext_test: Fail 255 audiocontext_test: Fail
256 blob_constructor_test: Fail 256 blob_constructor_test: Fail
(...skipping 23 matching lines...) Expand all
280 fileapi_test: Skip # Timeout. 280 fileapi_test: Skip # Timeout.
281 inner_frame_test: Skip # Timeout. 281 inner_frame_test: Skip # Timeout.
282 js_interop_3_test: Skip # Timeout. 282 js_interop_3_test: Skip # Timeout.
283 js_interop_4_test: Skip # Timeout. 283 js_interop_4_test: Skip # Timeout.
284 isolates_test: Skip # Timeout. 284 isolates_test: Skip # Timeout.
285 websql_test/supported: Fail 285 websql_test/supported: Fail
286 286
287 [ $runtime == ff ] 287 [ $runtime == ff ]
288 audiobuffersourcenode_test: Fail # FF only has Audio element. 288 audiobuffersourcenode_test: Fail # FF only has Audio element.
289 audiocontext_test: Fail # FF only has Audio element 289 audiocontext_test: Fail # FF only has Audio element
290 crypto_test: Fail 290 crypto_test/supported: Fail
291 css_test/supported_CssMatrix: Fail 291 css_test/supported_CssMatrix: Fail
292 css_test/supported_DomPoint: Fail 292 css_test/supported_DomPoint: Fail
293 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 293 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
294 document_test/supports_cssCanvasContext: Fail 294 document_test/supports_cssCanvasContext: Fail
295 element_types_test/supported_content: Fail 295 element_types_test/supported_content: Fail
296 element_types_test/supported_details: Fail 296 element_types_test/supported_details: Fail
297 element_types_test/supported_embed: Fail 297 element_types_test/supported_embed: Fail
298 element_types_test/supported_keygen: Fail 298 element_types_test/supported_keygen: Fail
299 element_types_test/supported_object: Fail 299 element_types_test/supported_object: Fail
300 element_types_test/supported_shadow: Fail 300 element_types_test/supported_shadow: Fail
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 347
348 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime == drt)] 348 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime == drt)]
349 element_test/queryAll: Fail # dartbug.com/8496: missing substitution on native c lasses 349 element_test/queryAll: Fail # dartbug.com/8496: missing substitution on native c lasses
350 node_test/_NodeList: Fail # dartbug.com/8496: missing substitution on native cla sses 350 node_test/_NodeList: Fail # dartbug.com/8496: missing substitution on native cla sses
351 node_test/nodes: Fail # dartbug.com/8496: missing substitution on native classes 351 node_test/nodes: Fail # dartbug.com/8496: missing substitution on native classes
352 typed_arrays_1_test/arrays: Fail # dartbug.com/8496: missing substitution on nat ive classes 352 typed_arrays_1_test/arrays: Fail # dartbug.com/8496: missing substitution on nat ive classes
353 typed_arrays_1_test/supported: Fail # dartbug.com/8496: missing substitution on native classes 353 typed_arrays_1_test/supported: Fail # dartbug.com/8496: missing substitution on native classes
354 354
355 [ $compiler == dart2js && $runtime == ff ] 355 [ $compiler == dart2js && $runtime == ff ]
356 inner_frame_test: Skip # Timeout 356 inner_frame_test: Skip # Timeout
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698