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

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

Issue 109893004: Attempt to deflake our status files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years 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 event_test: Skip # Issue 1996 5 event_test: Skip # Issue 1996
6 interactive_test: Skip # Must be run manually. 6 interactive_test: Skip # Must be run manually.
7 dromaeo_smoke_test: Skip # Issue 14521, 8257 7 dromaeo_smoke_test: Skip # Issue 14521, 8257
8 8
9 [ $compiler == dart2js && $csp && $runtime == drt ] 9 [ $compiler == dart2js && $csp && $runtime == drt ]
10 mutationobserver_test: Skip # http://dartbug.com/15497 10 mutationobserver_test: Skip # http://dartbug.com/15497
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 66
67 67
68 [ $compiler == dart2js && $runtime == ie10 ] 68 [ $compiler == dart2js && $runtime == ie10 ]
69 async_test: Pass, Fail # timers test fails on ie10. 69 async_test: Pass, Fail # timers test fails on ie10.
70 indexeddb_5_test: Fail # Issue 12893 70 indexeddb_5_test: Fail # Issue 12893
71 js_test: Fail # Issue 14246 71 js_test: Fail # Issue 14246
72 72
73 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] 73 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ]
74 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. 74 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers.
75 75
76 [ $compiler == dart2js && $runtime == safari ]
77 audiobuffersourcenode_test/supported: Pass, Timeout # Issue 12772
78
79
80 [ $compiler == dart2js && $browser && $checked ] 76 [ $compiler == dart2js && $browser && $checked ]
81 postmessage_structured_test/typed_arrays: Fail # Issue 10097 77 postmessage_structured_test/typed_arrays: Fail # Issue 10097
82 postmessage_structured_test/primitives: Fail # Issue 10097 78 postmessage_structured_test/primitives: Fail # Issue 10097
83 79
84 [ $compiler == dart2js && $runtime == chrome ] 80 [ $compiler == dart2js && $runtime == chrome ]
85 selectelement_test: Skip # http://dartbug.com/15516 81 selectelement_test: Skip # http://dartbug.com/15516
86 82
87 [ $runtime == chrome ] 83 [ $runtime == chrome ]
88 canvasrenderingcontext2d_test/drawImage_video_element: Pass,Fail # Issue 11836 84 canvasrenderingcontext2d_test/drawImage_video_element: Pass,Fail # Issue 11836
89 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11836 85 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11836
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 163
168 164
169 [ $runtime == ie9 || $runtime == ie10 ] 165 [ $runtime == ie9 || $runtime == ie10 ]
170 custom/document_register_type_extensions_test/construction: Fail # Issue 13193 166 custom/document_register_type_extensions_test/construction: Fail # Issue 13193
171 167
172 [ $runtime == ie9 ] 168 [ $runtime == ie9 ]
173 event_customevent_test: Fail # Issue 14170 169 event_customevent_test: Fail # Issue 14170
174 isolates_test: Timeout # Issue 13027 170 isolates_test: Timeout # Issue 13027
175 blob_constructor_test: Fail 171 blob_constructor_test: Fail
176 custom/document_register_type_extensions_test/namespaces: Fail # Issue 13193 172 custom/document_register_type_extensions_test/namespaces: Fail # Issue 13193
177 document_test/document: Pass, Fail # BUG(9654) need per-instance patching
178 dom_constructors_test: Fail 173 dom_constructors_test: Fail
179 element_test/click: Fail # IE does not support firing this event. 174 element_test/click: Fail # IE does not support firing this event.
180 form_element_test: Fail # Issue 4793. 175 form_element_test: Fail # Issue 4793.
181 localstorage_test: Fail 176 localstorage_test: Fail
182 postmessage_structured_test: Skip # BUG(5685): times out. 177 postmessage_structured_test: Skip # BUG(5685): times out.
183 serialized_script_value_test: Fail 178 serialized_script_value_test: Fail
184 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 179 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
185 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 180 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
186 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 181 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
187 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416 182 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 worker_test/supported: Fail 264 worker_test/supported: Fail
270 xhr_test/supported_onLoadEnd: Fail 265 xhr_test/supported_onLoadEnd: Fail
271 xhr_test/supported_onProgress: Fail 266 xhr_test/supported_onProgress: Fail
272 xhr_test/supported_overrideMimeType: Fail 267 xhr_test/supported_overrideMimeType: Fail
273 xsltprocessor_test/supported: Fail 268 xsltprocessor_test/supported: Fail
274 269
275 [ $runtime == safari ] 270 [ $runtime == safari ]
276 worker_test: Skip # Issue 13221 271 worker_test: Skip # Issue 13221
277 worker_api_test: Skip # Issue 13221 272 worker_api_test: Skip # Issue 13221
278 element_types_test/supported_track: Pass, Fail 273 element_types_test/supported_track: Pass, Fail
279 input_element_test/supported_month: Fail, Crash 274 input_element_test/supported_month: RuntimeError
280 input_element_test/supported_time: Fail, Crash 275 input_element_test/supported_time: RuntimeError
281 input_element_test/supported_week: Fail, Crash 276 input_element_test/supported_week: RuntimeError
282 webgl_1_test: Pass, Fail # Issue 8219 277 webgl_1_test: Pass, Fail # Issue 8219
283 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element 278 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element
284 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element 279 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element
285 audiocontext_test/functional: Fail # Issue 14354 280 audiocontext_test/functional: Fail # Issue 14354
286 websql_test/functional: Pass, Fail # Issue 14523 281 websql_test/functional: RuntimeError # Issue 14523
287 282
288 283
289 # Safari Feature support statuses- 284 # Safari Feature support statuses-
290 # All changes should be accompanied by platform support annotation changes. 285 # All changes should be accompanied by platform support annotation changes.
291 element_types_test/supported_content: Fail 286 element_types_test/supported_content: Fail
292 element_types_test/supported_datalist: Fail 287 element_types_test/supported_datalist: Fail
293 element_types_test/supported_shadow: Fail 288 element_types_test/supported_shadow: Fail
294 element_types_test/supported_template: Fail 289 element_types_test/supported_template: Fail
295 fileapi_test/supported: Fail 290 fileapi_test/supported: Fail
296 indexeddb_1_test/supported: Fail 291 indexeddb_1_test/supported: Fail
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 events_test: StaticWarning 408 events_test: StaticWarning
414 htmlelement_test: StaticWarning 409 htmlelement_test: StaticWarning
415 localstorage_test: StaticWarning 410 localstorage_test: StaticWarning
416 mutationobserver_test: StaticWarning 411 mutationobserver_test: StaticWarning
417 track_element_constructor_test: StaticWarning 412 track_element_constructor_test: StaticWarning
418 transferables_test: StaticWarning 413 transferables_test: StaticWarning
419 typed_arrays_range_checks_test: StaticWarning 414 typed_arrays_range_checks_test: StaticWarning
420 typing_test: StaticWarning 415 typing_test: StaticWarning
421 webgl_1_test: StaticWarning 416 webgl_1_test: StaticWarning
422 window_nosuchmethod_test: StaticWarning 417 window_nosuchmethod_test: StaticWarning
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698