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

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

Issue 12077039: Adding supported checks for WebGL (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
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
9 8
10 # Layout tests are only supported on DRT. 9 # Layout tests are only supported on DRT.
11 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] 10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
12 *layout_test: Skip 11 *layout_test: Skip
13 12
14 [ $runtime == chrome ] 13 [ $runtime == chrome ]
15 element_types_test/supported_content: Fail 14 element_types_test/supported_content: Fail
16 element_types_test/supported_shadow: Fail 15 element_types_test/supported_shadow: Fail
17 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp ort this input type. 16 input_element_test/supported_date: Pass, Fail # Chrome stable does not supp ort this input type.
18 input_element_test/supported_datetime: Fail 17 input_element_test/supported_datetime: Fail
19 input_element_test/supported_datetime-local: Fail 18 input_element_test/supported_datetime-local: Fail
20 input_element_test/supported_month: Fail 19 input_element_test/supported_month: Fail
21 input_element_test/supported_week: Fail 20 input_element_test/supported_week: Fail
22 speechrecognition_test/supported: Pass, Fail # Chrome stable does not supp ort it. 21 speechrecognition_test/supported: Pass, Fail # Chrome stable does not supp ort it.
23 shadow_dom_test/supported: Fail 22 shadow_dom_test/supported: Fail
24 speechrecognition_test/types: Pass, Fail 23 speechrecognition_test/types: Pass, Fail
25 24
25 [$runtime == drt]
26 webgl_1_test: Fail # Does not work on DRT
Anton Muhin 2013/01/29 12:05:59 do you know why?
blois 2013/01/29 21:50:08 WebGL is appearing as supported but the context cr
27
26 [ $runtime == chrome || $runtime == drt] 28 [ $runtime == chrome || $runtime == drt]
27 audiobuffersourcenode_test: Pass, Fail, Timeout # AudiobufferSourceNode is flaky on Chrome and Dartium - filed issue 8021 for the timeout. 29 audiobuffersourcenode_test: Pass, Fail, Timeout # AudiobufferSourceNode is flaky on Chrome and Dartium - filed issue 8021 for the timeout.
28 audiocontext_test: Pass, Timeout # Issue 8021. 30 audiocontext_test: Pass, Timeout # Issue 8021.
29 31
30 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 32 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
31 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 33 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
32 transferables_test: Pass, Fail # Issue 8026 34 transferables_test: Pass, Fail # Issue 8026
33 35
34 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 36 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
35 websql_test: Skip # Issue 4941: stderr contains a backtrace. 37 websql_test: Skip # Issue 4941: stderr contains a backtrace.
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 mutationobserver_test/supported: Fail 80 mutationobserver_test/supported: Fail
79 native_gc_test: Fail, Pass # BUG(7774): Untriaged. 81 native_gc_test: Fail, Pass # BUG(7774): Untriaged.
80 notifications_test/supported: Fail 82 notifications_test/supported: Fail
81 serialized_script_value_test: Fail 83 serialized_script_value_test: Fail
82 shadow_dom_test/supported: Fail 84 shadow_dom_test/supported: Fail
83 speechrecognition_test/supported: Fail 85 speechrecognition_test/supported: Fail
84 storage_test: Fail, Pass 86 storage_test: Fail, Pass
85 svgelement_test/additionalConstructors: Fail 87 svgelement_test/additionalConstructors: Fail
86 svgelement2_test: Fail 88 svgelement2_test: Fail
87 svg_3_test: Fail 89 svg_3_test: Fail
90 webgl_1_test/supported: Fail
88 websql_test/supported: Fail 91 websql_test/supported: Fail
89 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 92 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
90 window_open_test: Skip 93 window_open_test: Skip
91 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. 94 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875.
92 xhr_test/supported_HttpRequestProgressEvent: Fail 95 xhr_test/supported_HttpRequestProgressEvent: Fail
93 xsltprocessor_test/supported: Fail 96 xsltprocessor_test/supported: Fail
94 97
95 [ $runtime == ie9 ] 98 [ $runtime == ie9 ]
96 document_test/supports_cssCanvasContext: Fail 99 document_test/supports_cssCanvasContext: Fail
97 element_test/click: Fail # IE does not support firing this event. 100 element_test/click: Fail # IE does not support firing this event.
98 element_types_test/supported_content: Fail 101 element_types_test/supported_content: Fail
99 element_types_test/supported_datalist: Fail 102 element_types_test/supported_datalist: Fail
100 element_types_test/supported_details: Fail 103 element_types_test/supported_details: Fail
101 element_types_test/supported_keygen: Fail 104 element_types_test/supported_keygen: Fail
102 element_types_test/supported_meter: Fail 105 element_types_test/supported_meter: Fail
103 element_types_test/supported_object: Fail 106 element_types_test/supported_object: Fail
104 element_types_test/supported_output: Fail 107 element_types_test/supported_output: Fail
105 element_types_test/supported_progress: Fail 108 element_types_test/supported_progress: Fail
106 element_types_test/supported_shadow: Fail 109 element_types_test/supported_shadow: Fail
107 element_types_test/supported_track: Fail 110 element_types_test/supported_track: Fail
108 form_data_test: Fail # Issue 4793. 111 form_data_test: Fail # Issue 4793.
109 form_element_test: Fail # Issue 4793. 112 form_element_test: Fail # Issue 4793.
110 inner_frame_test: Skip # Issue 5727 (timeout) 113 inner_frame_test: Skip # Issue 5727 (timeout)
111 typed_arrays_1_test/supported: Fail 114 typed_arrays_1_test/supported: Fail
112 localstorage_test: Fail 115 localstorage_test: Fail
116 webgl_1_test/supported: Fail
113 websql_test/supported: Fail 117 websql_test/supported: Fail
114 # 118 #
115 # Investigate and triage the following into bug reports. 119 # Investigate and triage the following into bug reports.
116 # 120 #
117 audiobuffersourcenode_test: Fail 121 audiobuffersourcenode_test: Fail
118 audiocontext_test: Fail 122 audiocontext_test: Fail
119 blob_constructor_test: Fail 123 blob_constructor_test: Fail
120 cache_test/supported: Fail 124 cache_test/supported: Fail
121 css_test/supported_CssMatrix: Fail 125 css_test/supported_CssMatrix: Fail
122 css_test/supported_DomPoint: Fail 126 css_test/supported_DomPoint: Fail
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 input_element_test/supported_time: Fail, Crash 188 input_element_test/supported_time: Fail, Crash
185 input_element_test/supported_url: Fail 189 input_element_test/supported_url: Fail
186 input_element_test/supported_week: Fail, Crash 190 input_element_test/supported_week: Fail, Crash
187 media_stream_test/supported_media: Fail 191 media_stream_test/supported_media: Fail
188 media_stream_test/supported_MediaStreamEvent: Fail 192 media_stream_test/supported_MediaStreamEvent: Fail
189 media_stream_test/supported_MediaStreamTrackEvent: Fail 193 media_stream_test/supported_MediaStreamTrackEvent: Fail
190 notifications_test/supported: Fail # Issue: 7414 194 notifications_test/supported: Fail # Issue: 7414
191 performance_api_test/supported: Fail 195 performance_api_test/supported: Fail
192 shadow_dom_test/supported: Fail 196 shadow_dom_test/supported: Fail
193 speechrecognition_test/supported: Fail 197 speechrecognition_test/supported: Fail
198 webgl_1_test/supported: Fail
194 199
195 audiocontext_test: Crash, Fail # Issue: 7414 200 audiocontext_test: Crash, Fail # Issue: 7414
196 datalistelement_test: Fail # Issue: 7414 201 datalistelement_test: Fail # Issue: 7414
197 element_test/elements: Crash, Fail # Issue: 7414 202 element_test/elements: Crash, Fail # Issue: 7414
198 element_types_test/constructors: Fail 203 element_types_test/constructors: Fail
199 fileapi_test/getDirectory: Fail # Issue: 7414 204 fileapi_test/getDirectory: Fail # Issue: 7414
200 fileapi_test/getFile: Pass, Fail # Issue: 7414 205 fileapi_test/getFile: Pass, Fail # Issue: 7414
201 fileapi_test/unsupported_throws: Fail # Issue: 7414 206 fileapi_test/unsupported_throws: Fail # Issue: 7414
202 input_element_test/constructors: Fail # Issue: 7414 207 input_element_test/constructors: Fail # Issue: 7414
203 input_element_test/supported_tel: Pass, Fail # Issue: 7414 208 input_element_test/supported_tel: Pass, Fail # Issue: 7414
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 311
307 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 312 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
308 request_animation_frame_test: Skip # Async test hangs. 313 request_animation_frame_test: Skip # Async test hangs.
309 314
310 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 315 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
311 isolates_test: Skip # Timeout because leg does not support web workers. 316 isolates_test: Skip # Timeout because leg does not support web workers.
312 317
313 [ $compiler == dart2js && $runtime == ff ] 318 [ $compiler == dart2js && $runtime == ff ]
314 inner_frame_test: Skip # Timeout 319 inner_frame_test: Skip # Timeout
315 svg_3_test: Skip # Timeout 320 svg_3_test: Skip # Timeout
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698