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

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

Issue 11931031: Excluding wheelevent_test on FF until I can fix it. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | 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.
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 input_element_test/supported_number: Fail 226 input_element_test/supported_number: Fail
227 input_element_test/supported_range: Fail 227 input_element_test/supported_range: Fail
228 notifications_test/supported: Fail 228 notifications_test/supported: Fail
229 shadow_dom_test/supported: Fail 229 shadow_dom_test/supported: Fail
230 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 230 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
231 svg_3_test: Fail 231 svg_3_test: Fail
232 svgelement_test/additionalConstructors: Fail 232 svgelement_test/additionalConstructors: Fail
233 svgelement2_test: Fail 233 svgelement2_test: Fail
234 transferables_test: Fail # Issue 3392. 234 transferables_test: Fail # Issue 3392.
235 websql_test: Fail # FF does not support web SQL 235 websql_test: Fail # FF does not support web SQL
236 wheelevent_test: Skip # Times out on FF 16. Issue 7943
236 237
237 [ $runtime == ie9 && ($system == linux || $system == macos) ] 238 [ $runtime == ie9 && ($system == linux || $system == macos) ]
238 *: Skip 239 *: Skip
239 240
240 [ $runtime == safari && ($system == linux || $system == windows) ] 241 [ $runtime == safari && ($system == linux || $system == windows) ]
241 *: Skip 242 *: Skip
242 243
243 # 'html' tests import the HTML library, so they only make sense in 244 # 'html' tests import the HTML library, so they only make sense in
244 # a browser environment. 245 # a browser environment.
245 [ $runtime == vm ] 246 [ $runtime == vm ]
(...skipping 14 matching lines...) Expand all
260 261
261 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt) ] 262 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt) ]
262 audiocontext_test: Fail 263 audiocontext_test: Fail
263 264
264 [ $compiler == dart2js && $runtime == drt ] 265 [ $compiler == dart2js && $runtime == drt ]
265 notifications_test/webkitNotifications: Fail 266 notifications_test/webkitNotifications: Fail
266 267
267 [ $compiler == none && $system == linux && $runtime == drt ] 268 [ $compiler == none && $system == linux && $runtime == drt ]
268 audiocontext_test: Fail 269 audiocontext_test: Fail
269 notifications_test/webkitNotifications: Fail 270 notifications_test/webkitNotifications: Fail
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698