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

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

Issue 10832239: Enable Opera testing (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 4 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/corelib/corelib.status ('k') | tests/isolate/isolate.status » ('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 event_test: Skip # Issue 1996 5 event_test: Skip # Issue 1996
6 webgl_1_test: Skip # Issue 1495 6 webgl_1_test: Skip # Issue 1495
7 xmldocument_test: Skip # XML in dart:html is incomplete 7 xmldocument_test: Skip # XML in dart:html is incomplete
8 xmlelement_test: Skip # XML in dart:html is incomplete 8 xmlelement_test: Skip # XML in dart:html is incomplete
9 measurement_test: Pass, Fail # Issue 1940 9 measurement_test: Pass, Fail # Issue 1940
10 10
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 xhr_test: Skip # BUG(4016) 89 xhr_test: Skip # BUG(4016)
90 90
91 91
92 [ $runtime == safari ] 92 [ $runtime == safari ]
93 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not a function 93 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not a function
94 cssstyledeclaration_test: Fail 94 cssstyledeclaration_test: Fail
95 node_test: Fail 95 node_test: Fail
96 svgelement_test: Fail 96 svgelement_test: Fail
97 svgelement2_test: Fail 97 svgelement2_test: Fail
98 98
99 [ $runtime == opera ]
100 # TODO(kasperl): All of the following failures should be investigated and
101 # triaged into bug reports.
102 callbacks_test: Fail
103 cache_test: Fail
104 audiocontext_test: Fail
105 blob_constructor_test: Fail
106 canvas_using_html_test: Fail
107 canvas_test: Fail
108 css_test: Fail
109 cssstyledeclaration_test: Fail
110 element_constructor_1_test: Fail
111 exceptions_test: Fail
112 element_test: Crash
113 indexeddb_1_test: Fail
114 indexeddb_3_test: Fail
115 indexeddb_4_test: Fail
116 mutationobserver_test: Fail
117 performance_api_test: Fail
118 serialized_script_value_test: Fail
119 svg_3_test: Fail
120 svgelement_test: Fail
121 typed_arrays_1_test: Fail
122 typed_arrays_arraybuffer_test: Fail
123 websocket_test: Fail
124 xhr_test: Fail
125 fileapi_test: Skip
126 js_interop_3_test: Skip
127 js_interop_4_test: Skip
128 isolates_test: Skip
129
99 [ $runtime == ff ] 130 [ $runtime == ff ]
100 audiocontext_test: Fail # FF only has Audio element 131 audiocontext_test: Fail # FF only has Audio element
101 css_test: Fail # No analog to WebKitCSSMatrix 132 css_test: Fail # No analog to WebKitCSSMatrix
102 cssstyledeclaration_test: Fail 133 cssstyledeclaration_test: Fail
103 callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame 134 callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame
104 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut e instead. 135 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
105 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut e instead. 136 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
106 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 137 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
107 documentfragment_test: Fail 138 documentfragment_test: Fail
108 element_test: Fail 139 element_test: Fail
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 180
150 # 'html' tests import the HTML library, so they only make sense in 181 # 'html' tests import the HTML library, so they only make sense in
151 # a browser environment. 182 # a browser environment.
152 [ $compiler == dartc ] 183 [ $compiler == dartc ]
153 *: Skip 184 *: Skip
154 185
155 [ $runtime == vm ] 186 [ $runtime == vm ]
156 *: Skip 187 *: Skip
157 188
158 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 189 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
159 [ $runtime == opera ]
160 *: Skip
161 190
162 [ $compiler == dart2js && $runtime == drt ] 191 [ $compiler == dart2js && $runtime == drt ]
163 fileapi_test: Skip # Issue 3022 192 fileapi_test: Skip # Issue 3022
164 # Unknown error - should investigate. 193 # Unknown error - should investigate.
165 measurement_test: Fail 194 measurement_test: Fail
166 htmloptionscollection_test: Fail # Issue 3813. 195 htmloptionscollection_test: Fail # Issue 3813.
167 unknownelement_test: Fail # Issue 4189 196 unknownelement_test: Fail # Issue 4189
168 197
169 [ $compiler == dart2js && $runtime == none ] 198 [ $compiler == dart2js && $runtime == none ]
170 *: Fail, Pass # TODO(ahe): Triage these tests. 199 *: Fail, Pass # TODO(ahe): Triage these tests.
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 svg_3_test: Skip # Timeout 235 svg_3_test: Skip # Timeout
207 documentfragment_test: Skip # Timeout 236 documentfragment_test: Skip # Timeout
208 fileapi_test: Skip # Issue 3022 237 fileapi_test: Skip # Issue 3022
209 238
210 [ $compiler == dart2js && $runtime == chrome && $system == windows] 239 [ $compiler == dart2js && $runtime == chrome && $system == windows]
211 css_test: Pass, Fail # Issue #2823 240 css_test: Pass, Fail # Issue #2823
212 fileapi_test: Skip # Issue 3022 241 fileapi_test: Skip # Issue 3022
213 242
214 [ $compiler == dart2js && $runtime == drt && $system == macos ] 243 [ $compiler == dart2js && $runtime == drt && $system == macos ]
215 indexeddb_2_test: Fail # Issue 3669. 244 indexeddb_2_test: Fail # Issue 3669.
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698