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

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

Issue 1583673002: Revert "Mark supportsPointConversions deprecated and always true rather than testing DOMPoint" (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « tests/html/css_test.dart ('k') | tools/dom/templates/html/impl/impl_Window.darttemplate » ('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 interactive_test: Skip # Must be run manually. 5 interactive_test: Skip # Must be run manually.
6 cross_frame_test: Skip # Test reloads itself. Issue 18558 6 cross_frame_test: Skip # Test reloads itself. Issue 18558
7 7
8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 9
10 js_array_test: Skip # Dartium JSInterop failure 10 js_array_test: Skip # Dartium JSInterop failure
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 text_event_test: RuntimeError # Issue 23437 147 text_event_test: RuntimeError # Issue 23437
148 transition_event_test/functional: Skip # Times out. Issue 22167 148 transition_event_test/functional: Skip # Times out. Issue 22167
149 request_animation_frame_test: Skip # Times out. Issue 22167 149 request_animation_frame_test: Skip # Times out. Issue 22167
150 150
151 [$runtime == ie10 ] 151 [$runtime == ie10 ]
152 # IE10 Feature support statuses- 152 # IE10 Feature support statuses-
153 # All changes should be accompanied by platform support annotation changes. 153 # All changes should be accompanied by platform support annotation changes.
154 audiobuffersourcenode_test/supported: Fail 154 audiobuffersourcenode_test/supported: Fail
155 audiocontext_test/supported: Fail 155 audiocontext_test/supported: Fail
156 crypto_test/supported: Fail 156 crypto_test/supported: Fail
157 css_test/supportsPointConversions: Fail
157 document_test/supports_cssCanvasContext: Fail 158 document_test/supports_cssCanvasContext: Fail
158 element_types_test/supported_content: Fail 159 element_types_test/supported_content: Fail
159 element_types_test/supported_details: Fail 160 element_types_test/supported_details: Fail
160 element_types_test/supported_keygen: Fail 161 element_types_test/supported_keygen: Fail
161 element_types_test/supported_meter: Fail 162 element_types_test/supported_meter: Fail
162 element_types_test/supported_output: Fail 163 element_types_test/supported_output: Fail
163 element_types_test/supported_shadow: Fail 164 element_types_test/supported_shadow: Fail
164 element_types_test/supported_template: Fail 165 element_types_test/supported_template: Fail
165 fileapi_test/supported: Fail 166 fileapi_test/supported: Fail
166 history_test/supported_HashChangeEvent: Fail 167 history_test/supported_HashChangeEvent: Fail
(...skipping 22 matching lines...) Expand all
189 websql_test/supported: Fail 190 websql_test/supported: Fail
190 xhr_test/json: Fail # IE10 returns string, not JSON object 191 xhr_test/json: Fail # IE10 returns string, not JSON object
191 xhr_test/supported_overrideMimeType: Fail 192 xhr_test/supported_overrideMimeType: Fail
192 xsltprocessor_test/supported: Fail 193 xsltprocessor_test/supported: Fail
193 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. 194 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs.
194 transferables_test: Fail # Issue 9846 195 transferables_test: Fail # Issue 9846
195 196
196 [ $compiler == dart2js && $minified ] 197 [ $compiler == dart2js && $minified ]
197 canvas_pixel_array_type_alias_test/types2_runtimeTypeName: Fail, OK # Issue 1260 5 198 canvas_pixel_array_type_alias_test/types2_runtimeTypeName: Fail, OK # Issue 1260 5
198 199
200 [ $compiler == dart2js && $runtime == chrome ]
201 css_test/supportsPointConversions: Fail # Issues 21710
202 css_test/functional: Fail # Issues 21710
203
199 [ $runtime == ie11 ] 204 [ $runtime == ie11 ]
200 custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131 93. 205 custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131 93.
201 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t riage this failure. 206 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t riage this failure.
202 worker_test/functional: Pass, Fail # Issues 20659. 207 worker_test/functional: Pass, Fail # Issues 20659.
203 transferables_test: Pass, Fail # Issues 20659. 208 transferables_test: Pass, Fail # Issues 20659.
204 209
205 # IE11 Feature support statuses- 210 # IE11 Feature support statuses-
206 # These results not yet noted in platform support annotations. 211 # These results not yet noted in platform support annotations.
207 # All changes should be accompanied by platform support annotation changes. 212 # All changes should be accompanied by platform support annotation changes.
208 audiobuffersourcenode_test/supported: Fail 213 audiobuffersourcenode_test/supported: Fail
209 audiocontext_test/supported: Fail 214 audiocontext_test/supported: Fail
210 crypto_test/supported: Fail 215 crypto_test/supported: Fail
216 css_test/supportsPointConversions: Fail
211 document_test/supports_cssCanvasContext: Fail 217 document_test/supports_cssCanvasContext: Fail
212 element_types_test/supported_content: Fail 218 element_types_test/supported_content: Fail
213 element_types_test/supported_details: Fail 219 element_types_test/supported_details: Fail
214 element_types_test/supported_keygen: Fail 220 element_types_test/supported_keygen: Fail
215 element_types_test/supported_meter: Fail 221 element_types_test/supported_meter: Fail
216 element_types_test/supported_output: Fail 222 element_types_test/supported_output: Fail
217 element_types_test/supported_shadow: Fail 223 element_types_test/supported_shadow: Fail
218 element_types_test/supported_template: Fail 224 element_types_test/supported_template: Fail
219 fileapi_test/supported: Fail 225 fileapi_test/supported: Fail
220 history_test/supported_HashChangeEvent: Fail 226 history_test/supported_HashChangeEvent: Fail
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 keyboard_event_test: Fail # Issue: 7413 326 keyboard_event_test: Fail # Issue: 7413
321 serialized_script_value_test: Fail 327 serialized_script_value_test: Fail
322 typed_arrays_arraybuffer_test: Fail 328 typed_arrays_arraybuffer_test: Fail
323 url_test: Fail 329 url_test: Fail
324 330
325 # Opera Feature support statuses- 331 # Opera Feature support statuses-
326 # All changes should be accompanied by platform support annotation changes. 332 # All changes should be accompanied by platform support annotation changes.
327 audiobuffersourcenode_test/supported: Fail 333 audiobuffersourcenode_test/supported: Fail
328 audiocontext_test/supported: Fail 334 audiocontext_test/supported: Fail
329 crypto_test/supported: Fail 335 crypto_test/supported: Fail
336 css_test/supportsPointConversions: Fail
330 document_test/supports_cssCanvasContext: Fail 337 document_test/supports_cssCanvasContext: Fail
331 element_types_test/supported_template: Fail 338 element_types_test/supported_template: Fail
332 indexeddb_1_test/supported: Fail 339 indexeddb_1_test/supported: Fail
333 indexeddb_1_test/supportsDatabaseNames: Fail 340 indexeddb_1_test/supportsDatabaseNames: Fail
334 mutationobserver_test/supported: Fail 341 mutationobserver_test/supported: Fail
335 performance_api_test/supported: Fail 342 performance_api_test/supported: Fail
336 speechrecognition_test/supported: Fail 343 speechrecognition_test/supported: Fail
337 websql_test/supported: Fail 344 websql_test/supported: Fail
338 345
339 [ $compiler == dart2js && $runtime == ff ] 346 [ $compiler == dart2js && $runtime == ff ]
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 queryall_test: fail 422 queryall_test: fail
416 track_element_constructor_test: StaticWarning 423 track_element_constructor_test: StaticWarning
417 transferables_test: StaticWarning 424 transferables_test: StaticWarning
418 typed_arrays_range_checks_test: StaticWarning 425 typed_arrays_range_checks_test: StaticWarning
419 typing_test: StaticWarning 426 typing_test: StaticWarning
420 webgl_1_test: StaticWarning 427 webgl_1_test: StaticWarning
421 window_nosuchmethod_test: StaticWarning 428 window_nosuchmethod_test: StaticWarning
422 429
423 [ $compiler == dart2js && $cps_ir ] 430 [ $compiler == dart2js && $cps_ir ]
424 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);}) : await for 431 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);}) : await for
OLDNEW
« no previous file with comments | « tests/html/css_test.dart ('k') | tools/dom/templates/html/impl/impl_Window.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698