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

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

Issue 12087133: Marked html/dromaeo_smoke_test as flaky on firefox (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 | « 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 8
9 # Layout tests are only supported on DRT. 9 # Layout tests are only supported on DRT.
10 [ $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 ]
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 speechrecognition_test/supported: Fail 270 speechrecognition_test/supported: Fail
271 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 271 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
272 svg_3_test: Fail 272 svg_3_test: Fail
273 svgelement_test/additionalConstructors: Fail 273 svgelement_test/additionalConstructors: Fail
274 svgelement2_test: Fail 274 svgelement2_test: Fail
275 touchevent_test/supported: Fail 275 touchevent_test/supported: Fail
276 transferables_test: Fail # Issue 3392. 276 transferables_test: Fail # Issue 3392.
277 webgl_1_test: Pass, Fail # Issue 8219 277 webgl_1_test: Pass, Fail # Issue 8219
278 websql_test/supported: Fail 278 websql_test/supported: Fail
279 xhr_test/supported_HttpRequestProgressEvent: Fail 279 xhr_test/supported_HttpRequestProgressEvent: Fail
280 dromaeo_smoke_test: Pass, Fail # Issue: 8257
280 281
281 [ $runtime == ie9 && ($system == linux || $system == macos) ] 282 [ $runtime == ie9 && ($system == linux || $system == macos) ]
282 *: Skip 283 *: Skip
283 284
284 [ $runtime == safari && ($system == linux || $system == windows) ] 285 [ $runtime == safari && ($system == linux || $system == windows) ]
285 *: Skip 286 *: Skip
286 287
287 # 'html' tests import the HTML library, so they only make sense in 288 # 'html' tests import the HTML library, so they only make sense in
288 # a browser environment. 289 # a browser environment.
289 [ $runtime == vm ] 290 [ $runtime == vm ]
290 *: Skip 291 *: Skip
291 292
292 [ $compiler == dart2js ] 293 [ $compiler == dart2js ]
293 transferables_test: Skip # until isInstance works in dart2js 294 transferables_test: Skip # until isInstance works in dart2js
294 295
295 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 296 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
296 request_animation_frame_test: Skip # Async test hangs. 297 request_animation_frame_test: Skip # Async test hangs.
297 298
298 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 299 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
299 isolates_test: Skip # Timeout because leg does not support web workers. 300 isolates_test: Skip # Timeout because leg does not support web workers.
300 301
301 [ $compiler == dart2js && $runtime == ff ] 302 [ $compiler == dart2js && $runtime == ff ]
302 inner_frame_test: Skip # Timeout 303 inner_frame_test: Skip # Timeout
303 svg_3_test: Skip # Timeout 304 svg_3_test: Skip # Timeout
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