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

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
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/html/webgl_1_test.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) 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 touchevent_test/supported: Fail 24 touchevent_test/supported: Fail
26 25
26 [$runtime == drt]
27 webgl_1_test: Fail # Does not work on DRT
28
27 [ $runtime == chrome || $runtime == drt] 29 [ $runtime == chrome || $runtime == drt]
28 audiobuffersourcenode_test: Pass, Fail, Timeout # AudiobufferSourceNode is flaky on Chrome and Dartium - filed issue 8021 for the timeout. 30 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. 31 audiocontext_test: Pass, Timeout # Issue 8021.
30 32
31 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 33 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
32 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 34 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
33 transferables_test: Pass, Fail # Issue 8026 35 transferables_test: Pass, Fail # Issue 8026
34 36
35 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 37 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
36 websql_test: Skip # Issue 4941: stderr contains a backtrace. 38 websql_test: Skip # Issue 4941: stderr contains a backtrace.
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 native_gc_test: Fail, Pass # BUG(7774): Untriaged. 82 native_gc_test: Fail, Pass # BUG(7774): Untriaged.
81 notifications_test/supported: Fail 83 notifications_test/supported: Fail
82 serialized_script_value_test: Fail 84 serialized_script_value_test: Fail
83 shadow_dom_test/supported: Fail 85 shadow_dom_test/supported: Fail
84 speechrecognition_test/supported: Fail 86 speechrecognition_test/supported: Fail
85 storage_test: Fail, Pass 87 storage_test: Fail, Pass
86 svgelement_test/additionalConstructors: Fail 88 svgelement_test/additionalConstructors: Fail
87 svgelement2_test: Fail 89 svgelement2_test: Fail
88 svg_3_test: Fail 90 svg_3_test: Fail
89 touchevent_test/supported: Fail 91 touchevent_test/supported: Fail
92 webgl_1_test/supported: Fail
90 websql_test/supported: Fail 93 websql_test/supported: Fail
91 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 94 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
92 window_open_test: Skip 95 window_open_test: Skip
93 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875. 96 xhr_cross_origin_test: Fail # TODO(efortuna): Issue 7875.
94 xhr_test/supported_HttpRequestProgressEvent: Fail 97 xhr_test/supported_HttpRequestProgressEvent: Fail
95 xsltprocessor_test/supported: Fail 98 xsltprocessor_test/supported: Fail
96 history_test/history: Pass, Fail # issue 8183 99 history_test/history: Pass, Fail # issue 8183
97 100
98 [ $runtime == ie9 ] 101 [ $runtime == ie9 ]
99 document_test/supports_cssCanvasContext: Fail 102 document_test/supports_cssCanvasContext: Fail
100 element_test/click: Fail # IE does not support firing this event. 103 element_test/click: Fail # IE does not support firing this event.
101 element_types_test/supported_content: Fail 104 element_types_test/supported_content: Fail
102 element_types_test/supported_datalist: Fail 105 element_types_test/supported_datalist: Fail
103 element_types_test/supported_details: Fail 106 element_types_test/supported_details: Fail
104 element_types_test/supported_keygen: Fail 107 element_types_test/supported_keygen: Fail
105 element_types_test/supported_meter: Fail 108 element_types_test/supported_meter: Fail
106 element_types_test/supported_object: Fail 109 element_types_test/supported_object: Fail
107 element_types_test/supported_output: Fail 110 element_types_test/supported_output: Fail
108 element_types_test/supported_progress: Fail 111 element_types_test/supported_progress: Fail
109 element_types_test/supported_shadow: Fail 112 element_types_test/supported_shadow: Fail
110 element_types_test/supported_track: Fail 113 element_types_test/supported_track: Fail
111 form_data_test: Fail # Issue 4793. 114 form_data_test: Fail # Issue 4793.
112 form_element_test: Fail # Issue 4793. 115 form_element_test: Fail # Issue 4793.
113 inner_frame_test: Skip # Issue 5727 (timeout) 116 inner_frame_test: Skip # Issue 5727 (timeout)
114 typed_arrays_1_test/supported: Fail 117 typed_arrays_1_test/supported: Fail
115 localstorage_test: Fail 118 localstorage_test: Fail
119 webgl_1_test/supported: Fail
116 websql_test/supported: Fail 120 websql_test/supported: Fail
117 # 121 #
118 # Investigate and triage the following into bug reports. 122 # Investigate and triage the following into bug reports.
119 # 123 #
120 audiobuffersourcenode_test: Fail 124 audiobuffersourcenode_test: Fail
121 audiocontext_test: Fail 125 audiocontext_test: Fail
122 blob_constructor_test: Fail 126 blob_constructor_test: Fail
123 cache_test/supported: Fail 127 cache_test/supported: Fail
124 css_test/supported_CssMatrix: Fail 128 css_test/supported_CssMatrix: Fail
125 css_test/supported_DomPoint: Fail 129 css_test/supported_DomPoint: Fail
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 input_element_test/supported_url: Fail 193 input_element_test/supported_url: Fail
190 input_element_test/supported_week: Fail, Crash 194 input_element_test/supported_week: Fail, Crash
191 media_stream_test/supported_media: Fail 195 media_stream_test/supported_media: Fail
192 media_stream_test/supported_MediaStreamEvent: Fail 196 media_stream_test/supported_MediaStreamEvent: Fail
193 media_stream_test/supported_MediaStreamTrackEvent: Fail 197 media_stream_test/supported_MediaStreamTrackEvent: Fail
194 notifications_test/supported: Fail # Issue: 7414 198 notifications_test/supported: Fail # Issue: 7414
195 performance_api_test/supported: Fail 199 performance_api_test/supported: Fail
196 shadow_dom_test/supported: Fail 200 shadow_dom_test/supported: Fail
197 speechrecognition_test/supported: Fail 201 speechrecognition_test/supported: Fail
198 touchevent_test/supported: Fail 202 touchevent_test/supported: Fail
203 webgl_1_test/supported: Fail
199 204
200 audiocontext_test: Crash, Fail # Issue: 7414 205 audiocontext_test: Crash, Fail # Issue: 7414
201 datalistelement_test: Fail # Issue: 7414 206 datalistelement_test: Fail # Issue: 7414
202 element_test/elements: Crash, Fail # Issue: 7414 207 element_test/elements: Crash, Fail # Issue: 7414
203 element_types_test/constructors: Fail 208 element_types_test/constructors: Fail
204 fileapi_test/getDirectory: Fail # Issue: 7414 209 fileapi_test/getDirectory: Fail # Issue: 7414
205 fileapi_test/getFile: Pass, Fail # Issue: 7414 210 fileapi_test/getFile: Pass, Fail # Issue: 7414
206 fileapi_test/unsupported_throws: Fail # Issue: 7414 211 fileapi_test/unsupported_throws: Fail # Issue: 7414
207 input_element_test/constructors: Fail # Issue: 7414 212 input_element_test/constructors: Fail # Issue: 7414
208 input_element_test/supported_tel: Pass, Fail # Issue: 7414 213 input_element_test/supported_tel: Pass, Fail # Issue: 7414
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 318
314 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 319 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
315 request_animation_frame_test: Skip # Async test hangs. 320 request_animation_frame_test: Skip # Async test hangs.
316 321
317 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 322 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
318 isolates_test: Skip # Timeout because leg does not support web workers. 323 isolates_test: Skip # Timeout because leg does not support web workers.
319 324
320 [ $compiler == dart2js && $runtime == ff ] 325 [ $compiler == dart2js && $runtime == ff ]
321 inner_frame_test: Skip # Timeout 326 inner_frame_test: Skip # Timeout
322 svg_3_test: Skip # Timeout 327 svg_3_test: Skip # Timeout
OLDNEW
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/html/webgl_1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698