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

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

Issue 143633006: Version 1.2.0-dev.3.2 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/dart/
Patch Set: Created 6 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
« no previous file with comments | « no previous file | tests/language/language.status » ('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 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 ] 9 [ $compiler == dart2js && $csp ]
10 custom/js_custom_test: Fail # Issue 14643 10 custom/js_custom_test: Fail # Issue 14643
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 rtc_test/supported: Fail # TODO(dart2js-team): Please triage this failure. 60 rtc_test/supported: Fail # TODO(dart2js-team): Please triage this failure.
61 speechrecognition_test/supported: Fail # TODO(dart2js-team): Please triage this failure. 61 speechrecognition_test/supported: Fail # TODO(dart2js-team): Please triage this failure.
62 speechrecognition_test/types: Fail # TODO(dart2js-team): Please triage this fail ure. 62 speechrecognition_test/types: Fail # TODO(dart2js-team): Please triage this fail ure.
63 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure. 63 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure.
64 64
65 65
66 [ $compiler == dart2js && $runtime == ie10 ] 66 [ $compiler == dart2js && $runtime == ie10 ]
67 async_test: Pass, Fail # timers test fails on ie10. 67 async_test: Pass, Fail # timers test fails on ie10.
68 indexeddb_5_test: Fail # Issue 12893 68 indexeddb_5_test: Fail # Issue 12893
69 js_test: Fail # Issue 14246 69 js_test: Fail # Issue 14246
70 custom/constructor_calls_created_synchronously_test: Fail, Pass # Issue 16453
70 71
71 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] 72 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ]
72 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. 73 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers.
73 74
74 [ $runtime == chrome ] 75 [ $runtime == chrome ]
75 canvasrenderingcontext2d_test/drawImage_video_element: Pass,Fail # Issue 11836 76 canvasrenderingcontext2d_test/drawImage_video_element: Pass,Fail # Issue 11836
76 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11836 77 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11836
77 78
78 xhr_test: Pass, Fail # Issue 11884 79 xhr_test: Pass, Fail # Issue 11884
79 xhr_cross_origin_test: Pass, Fail # Issue 11884 80 xhr_cross_origin_test: Pass, Fail # Issue 11884
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 169 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
169 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 170 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
170 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 171 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
171 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416 172 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416
172 input_element_test/attributes: Fail # IE returns null while others '' 173 input_element_test/attributes: Fail # IE returns null while others ''
173 xhr_cross_origin_test: Skip # Issue 12920 174 xhr_cross_origin_test: Skip # Issue 12920
174 xhr_test/json: Fail # IE9 returns null because of unsupported type 175 xhr_test/json: Fail # IE9 returns null because of unsupported type
175 js_test: RuntimeError # Issue 14645 176 js_test: RuntimeError # Issue 14645
176 custom/mirrors_test: pass, fail # Issue 16441 177 custom/mirrors_test: pass, fail # Issue 16441
177 custom/constructor_calls_created_synchronously_test: pass, fail # Issue 16441 178 custom/constructor_calls_created_synchronously_test: pass, fail # Issue 16441
179 custom/document_register_basic_test: pass, fail # Issue 16455
178 180
179 # IE9 Feature support statuses- 181 # IE9 Feature support statuses-
180 # All changes should be accompanied by platform support annotation changes. 182 # All changes should be accompanied by platform support annotation changes.
181 audiobuffersourcenode_test/supported: Fail 183 audiobuffersourcenode_test/supported: Fail
182 audiocontext_test/supported: Fail 184 audiocontext_test/supported: Fail
183 cache_test/supported: Fail 185 cache_test/supported: Fail
184 crypto_test/supported: Fail 186 crypto_test/supported: Fail
185 css_test/supportsPointConversions: Fail 187 css_test/supportsPointConversions: Fail
186 document_test/supports_cssCanvasContext: Fail 188 document_test/supports_cssCanvasContext: Fail
187 element_types_test/supported_content: Fail 189 element_types_test/supported_content: Fail
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 events_test: StaticWarning 404 events_test: StaticWarning
403 htmlelement_test: StaticWarning 405 htmlelement_test: StaticWarning
404 localstorage_test: StaticWarning 406 localstorage_test: StaticWarning
405 mutationobserver_test: StaticWarning 407 mutationobserver_test: StaticWarning
406 track_element_constructor_test: StaticWarning 408 track_element_constructor_test: StaticWarning
407 transferables_test: StaticWarning 409 transferables_test: StaticWarning
408 typed_arrays_range_checks_test: StaticWarning 410 typed_arrays_range_checks_test: StaticWarning
409 typing_test: StaticWarning 411 typing_test: StaticWarning
410 webgl_1_test: StaticWarning 412 webgl_1_test: StaticWarning
411 window_nosuchmethod_test: StaticWarning 413 window_nosuchmethod_test: StaticWarning
OLDNEW
« no previous file with comments | « no previous file | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698