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

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

Issue 153063003: regenerate fixed custom_elements polyfill (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: update pubspec, revision info 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 | « pkg/pkg.status ('k') | tests/html/utils.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 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 16441
71 custom_elements_test/innerHtml: Fail, Pass # Issue 16441
72 custom_elements_test/lifecycle: Fail, Pass # Issue 16441
73 custom_elements_test/mixins: Fail, Pass # Issue 16441
74 custom/document_register_type_extensions_test/functional: Fail, Pass # Issue 164 41
75 70
76 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] 71 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ]
77 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. 72 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers.
78 73
79 [ $runtime == chrome ] 74 [ $runtime == chrome ]
80 canvasrenderingcontext2d_test/drawImage_video_element: Pass,Fail # Issue 11836 75 canvasrenderingcontext2d_test/drawImage_video_element: Pass,Fail # Issue 11836
81 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11836 76 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11836
82 77
83 xhr_test: Pass, Fail # Issue 11884 78 xhr_test: Pass, Fail # Issue 11884
84 xhr_cross_origin_test: Pass, Fail # Issue 11884 79 xhr_cross_origin_test: Pass, Fail # Issue 11884
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 postmessage_structured_test: Skip # BUG(5685): times out. 166 postmessage_structured_test: Skip # BUG(5685): times out.
172 serialized_script_value_test: Fail 167 serialized_script_value_test: Fail
173 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10) 168 url_test: Fail # IE9 does not support createObjectURL (it is suppor ted in IE10)
174 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 169 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
175 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 170 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
176 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416 171 canvasrenderingcontext2d_test/drawImage_image_element: Pass, Fail # Issue: 11416
177 input_element_test/attributes: Fail # IE returns null while others '' 172 input_element_test/attributes: Fail # IE returns null while others ''
178 xhr_cross_origin_test: Skip # Issue 12920 173 xhr_cross_origin_test: Skip # Issue 12920
179 xhr_test/json: Fail # IE9 returns null because of unsupported type 174 xhr_test/json: Fail # IE9 returns null because of unsupported type
180 js_test: RuntimeError # Issue 14645 175 js_test: RuntimeError # Issue 14645
181 custom/mirrors_test: pass, fail # Issue 16441
182 custom/constructor_calls_created_synchronously_test: pass, fail # Issue 16441
183 custom/document_register_basic_test: pass, fail # Issue 16441
184 custom/js_custom_test: pass, fail # issue 16441
185 176
186 # IE9 Feature support statuses- 177 # IE9 Feature support statuses-
187 # All changes should be accompanied by platform support annotation changes. 178 # All changes should be accompanied by platform support annotation changes.
188 audiobuffersourcenode_test/supported: Fail 179 audiobuffersourcenode_test/supported: Fail
189 audiocontext_test/supported: Fail 180 audiocontext_test/supported: Fail
190 cache_test/supported: Fail 181 cache_test/supported: Fail
191 crypto_test/supported: Fail 182 crypto_test/supported: Fail
192 css_test/supportsPointConversions: Fail 183 css_test/supportsPointConversions: Fail
193 document_test/supports_cssCanvasContext: Fail 184 document_test/supports_cssCanvasContext: Fail
194 element_types_test/supported_content: Fail 185 element_types_test/supported_content: Fail
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 events_test: StaticWarning 400 events_test: StaticWarning
410 htmlelement_test: StaticWarning 401 htmlelement_test: StaticWarning
411 localstorage_test: StaticWarning 402 localstorage_test: StaticWarning
412 mutationobserver_test: StaticWarning 403 mutationobserver_test: StaticWarning
413 track_element_constructor_test: StaticWarning 404 track_element_constructor_test: StaticWarning
414 transferables_test: StaticWarning 405 transferables_test: StaticWarning
415 typed_arrays_range_checks_test: StaticWarning 406 typed_arrays_range_checks_test: StaticWarning
416 typing_test: StaticWarning 407 typing_test: StaticWarning
417 webgl_1_test: StaticWarning 408 webgl_1_test: StaticWarning
418 window_nosuchmethod_test: StaticWarning 409 window_nosuchmethod_test: StaticWarning
OLDNEW
« no previous file with comments | « pkg/pkg.status ('k') | tests/html/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698