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

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

Issue 12049097: Adding supported checks for CssMatrix and Point. (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
« no previous file with comments | « tests/html/css_test.dart ('k') | tools/dom/scripts/generator.py » ('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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 6
7 event_test: Skip # Issue 1996 7 event_test: Skip # Issue 1996
8 webgl_1_test: Skip # Issue 1495 8 webgl_1_test: Skip # Issue 1495
9 9
10 # Layout tests are only supported on DRT. 10 # Layout tests are only supported on DRT.
11 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] 11 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
12 *layout_test: Skip 12 *layout_test: Skip
13 13
14 [ $runtime == chrome ] 14 [ $runtime == chrome ]
15 element_types_test/supported_content: Fail 15 element_types_test/supported_content: Fail
16 element_types_test/supported_shadow: Fail 16 element_types_test/supported_shadow: Fail
17 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp ort this input type. 17 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp ort this input type.
18 input_element_test/supported_datetime: Fail 18 input_element_test/supported_datetime: Fail
19 input_element_test/supported_datetime-local: Fail 19 input_element_test/supported_datetime-local: Fail
20 input_element_test/supported_month: Fail 20 input_element_test/supported_month: Fail
21 input_element_test/supported_week: Fail 21 input_element_test/supported_week: Fail
22 speechrecognition_test/supported: Pass, Fail # Chrome stable does not supp ort it. 22 speechrecognition_test/supported: Pass, Fail # Chrome stable does not supp ort it.
23 shadow_dom_test/supported: Fail 23 shadow_dom_test/supported: Fail
24 css_test: Pass, Fail # Issue 7978
25 speechrecognition_test/types: Pass, Fail 24 speechrecognition_test/types: Pass, Fail
26 25
27 [ $runtime == chrome || $runtime == drt] 26 [ $runtime == chrome || $runtime == drt]
28 audiobuffersourcenode_test: Pass, Fail, Timeout # AudiobufferSourceNode is flaky on Chrome and Dartium - filed issue 8021 for the timeout. 27 audiobuffersourcenode_test: Pass, Fail, Timeout # AudiobufferSourceNode is flaky on Chrome and Dartium - filed issue 8021 for the timeout.
29 audiocontext_test: Pass, Timeout # Issue 8021. 28 audiocontext_test: Pass, Timeout # Issue 8021.
30 29
31 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 30 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
32 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 31 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
33 transferables_test: Pass, Fail # Issue 8026 32 transferables_test: Pass, Fail # Issue 8026
34 33
35 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 34 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
36 websql_test: Skip # Issue 4941: stderr contains a backtrace. 35 websql_test: Skip # Issue 4941: stderr contains a backtrace.
37 36
38 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] 37 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
39 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. 38 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
40 39
41 [ $compiler == none && $runtime == drt && $system == macos] 40 [ $compiler == none && $runtime == drt && $system == macos]
42 audiocontext_test: Pass, Fail 41 audiocontext_test: Pass, Fail
43 42
44 [ $compiler == dart2js && $runtime == drt && $system == macos] 43 [ $compiler == dart2js && $runtime == drt && $system == macos]
45 audiobuffersourcenode_test: Pass, Fail 44 audiobuffersourcenode_test: Pass, Fail
46 45
47 [$runtime == ie10 ] 46 [$runtime == ie10 ]
48 # TODO(efortuna, blois): Triage. 47 # TODO(efortuna, blois): Triage.
49 audiobuffersourcenode_test: Fail 48 audiobuffersourcenode_test: Fail
50 audiocontext_test: Fail 49 audiocontext_test: Fail
51 css_test: Fail 50 css_test/supported_CssMatrix: Fail
51 css_test/supported_DomPoint: Fail
52 document_test/supports_cssCanvasContext: Fail 52 document_test/supports_cssCanvasContext: Fail
53 element_test/click: Fail # IE does not support firing this event. 53 element_test/click: Fail # IE does not support firing this event.
54 element_types_test/supported_content: Fail 54 element_types_test/supported_content: Fail
55 element_types_test/supported_details: Fail 55 element_types_test/supported_details: Fail
56 element_types_test/supported_keygen: Fail 56 element_types_test/supported_keygen: Fail
57 element_types_test/supported_meter: Fail 57 element_types_test/supported_meter: Fail
58 element_types_test/supported_object: Fail 58 element_types_test/supported_object: Fail
59 element_types_test/supported_output: Fail 59 element_types_test/supported_output: Fail
60 element_types_test/supported_shadow: Fail 60 element_types_test/supported_shadow: Fail
61 form_data_test: Fail # TODO(efortuna): Issue 7875. 61 form_data_test: Fail # TODO(efortuna): Issue 7875.
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 typed_arrays_1_test/supported: Fail 110 typed_arrays_1_test/supported: Fail
111 localstorage_test: Fail 111 localstorage_test: Fail
112 websql_test: Fail # IE does not support web SQL 112 websql_test: Fail # IE does not support web SQL
113 # 113 #
114 # Investigate and triage the following into bug reports. 114 # Investigate and triage the following into bug reports.
115 # 115 #
116 audiobuffersourcenode_test: Fail 116 audiobuffersourcenode_test: Fail
117 audiocontext_test: Fail 117 audiocontext_test: Fail
118 blob_constructor_test: Fail 118 blob_constructor_test: Fail
119 cache_test/supported: Fail 119 cache_test/supported: Fail
120 css_test: Fail 120 css_test/supported_CssMatrix: Fail
121 css_test/supported_DomPoint: Fail
121 dom_constructors_test: Fail 122 dom_constructors_test: Fail
122 element_test/matches: Fail # IE9 does not support matches 123 element_test/matches: Fail # IE9 does not support matches
123 fileapi_test/supported: Fail 124 fileapi_test/supported: Fail
124 history_test/supported_HashChangeEvent: Fail 125 history_test/supported_HashChangeEvent: Fail
125 history_test/supported_state: Fail 126 history_test/supported_state: Fail
126 indexeddb_1_test/supported: Fail 127 indexeddb_1_test/supported: Fail
127 input_element_test/supported_date: Fail 128 input_element_test/supported_date: Fail
128 input_element_test/supported_datetime-local: Fail 129 input_element_test/supported_datetime-local: Fail
129 input_element_test/supported_datetime: Fail 130 input_element_test/supported_datetime: Fail
130 input_element_test/supported_email: Fail 131 input_element_test/supported_email: Fail
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 form_data_test: Fail # Issue: 7413 216 form_data_test: Fail # Issue: 7413
216 keyboard_event_test: Fail # Issue: 7413 217 keyboard_event_test: Fail # Issue: 7413
217 element_test/eventListening: Fail # Issue: 7413 218 element_test/eventListening: Fail # Issue: 7413
218 element_test/children: Fail # Issue: 7413 219 element_test/children: Fail # Issue: 7413
219 audiobuffersourcenode_test: Fail 220 audiobuffersourcenode_test: Fail
220 canvas_test: Pass,Fail 221 canvas_test: Pass,Fail
221 audiocontext_test: Fail 222 audiocontext_test: Fail
222 blob_constructor_test: Fail 223 blob_constructor_test: Fail
223 canvas_using_html_test: Fail 224 canvas_using_html_test: Fail
224 canvas_test: Fail 225 canvas_test: Fail
225 css_test: Fail 226 css_test/supported_CssMatrix: Fail
227 css_test/supported_DomPoint: Fail
226 cssstyledeclaration_test: Fail 228 cssstyledeclaration_test: Fail
227 element_add_test: Fail 229 element_add_test: Fail
228 element_constructor_1_test: Fail 230 element_constructor_1_test: Fail
229 element_test/constructors: Fail 231 element_test/constructors: Fail
230 element_test/elements: Fail 232 element_test/elements: Fail
231 element_test/eventListening: Crash 233 element_test/eventListening: Crash
232 element_test/queryAll: Fail 234 element_test/queryAll: Fail
233 element_webkit_test: Fail 235 element_webkit_test: Fail
234 htmlelement_test: Fail 236 htmlelement_test: Fail
235 indexeddb_1_test/supported: Fail 237 indexeddb_1_test/supported: Fail
(...skipping 10 matching lines...) Expand all
246 fileapi_test: Skip # Timeout. 248 fileapi_test: Skip # Timeout.
247 inner_frame_test: Skip # Timeout. 249 inner_frame_test: Skip # Timeout.
248 js_interop_3_test: Skip # Timeout. 250 js_interop_3_test: Skip # Timeout.
249 js_interop_4_test: Skip # Timeout. 251 js_interop_4_test: Skip # Timeout.
250 isolates_test: Skip # Timeout. 252 isolates_test: Skip # Timeout.
251 websql_test: Skip # Timeout. 253 websql_test: Skip # Timeout.
252 254
253 [ $runtime == ff ] 255 [ $runtime == ff ]
254 audiobuffersourcenode_test: Fail # FF only has Audio element. 256 audiobuffersourcenode_test: Fail # FF only has Audio element.
255 audiocontext_test: Fail # FF only has Audio element 257 audiocontext_test: Fail # FF only has Audio element
256 css_test: Fail # No analog to WebKitCssMatrix 258 css_test/supported_CssMatrix: Fail
259 css_test/supported_DomPoint: Fail
257 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 260 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
258 document_test/supports_cssCanvasContext: Fail 261 document_test/supports_cssCanvasContext: Fail
259 element_types_test/supported_content: Fail 262 element_types_test/supported_content: Fail
260 element_types_test/supported_details: Fail 263 element_types_test/supported_details: Fail
261 element_types_test/supported_embed: Fail 264 element_types_test/supported_embed: Fail
262 element_types_test/supported_keygen: Fail 265 element_types_test/supported_keygen: Fail
263 element_types_test/supported_shadow: Fail 266 element_types_test/supported_shadow: Fail
264 element_types_test/supported_track: Fail 267 element_types_test/supported_track: Fail
265 fileapi_test/supported: Fail 268 fileapi_test/supported: Fail
266 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 269 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 305
303 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 306 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
304 request_animation_frame_test: Skip # Async test hangs. 307 request_animation_frame_test: Skip # Async test hangs.
305 308
306 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 309 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
307 isolates_test: Skip # Timeout because leg does not support web workers. 310 isolates_test: Skip # Timeout because leg does not support web workers.
308 311
309 [ $compiler == dart2js && $runtime == ff ] 312 [ $compiler == dart2js && $runtime == ff ]
310 inner_frame_test: Skip # Timeout 313 inner_frame_test: Skip # Timeout
311 svg_3_test: Skip # Timeout 314 svg_3_test: Skip # Timeout
OLDNEW
« no previous file with comments | « tests/html/css_test.dart ('k') | tools/dom/scripts/generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698