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

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

Issue 12086007: Fixing FF status for html/websql_test (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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
279 media_stream_test/supported_MediaStreamEvent: Fail 279 media_stream_test/supported_MediaStreamEvent: Fail
280 media_stream_test/supported_MediaStreamTrackEvent: Fail 280 media_stream_test/supported_MediaStreamTrackEvent: Fail
281 notifications_test/supported: Fail 281 notifications_test/supported: Fail
282 shadow_dom_test/supported: Fail 282 shadow_dom_test/supported: Fail
283 speechrecognition_test/supported: Fail 283 speechrecognition_test/supported: Fail
284 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 284 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
285 svg_3_test: Fail 285 svg_3_test: Fail
286 svgelement_test/additionalConstructors: Fail 286 svgelement_test/additionalConstructors: Fail
287 svgelement2_test: Fail 287 svgelement2_test: Fail
288 transferables_test: Fail # Issue 3392. 288 transferables_test: Fail # Issue 3392.
289 websql_test: Fail # FF does not support web SQL 289 websql_test/supported: Fail
290 xhr_test/supported_HttpRequestProgressEvent: Fail 290 xhr_test/supported_HttpRequestProgressEvent: Fail
291 291
292 [ $runtime == ie9 && ($system == linux || $system == macos) ] 292 [ $runtime == ie9 && ($system == linux || $system == macos) ]
293 *: Skip 293 *: Skip
294 294
295 [ $runtime == safari && ($system == linux || $system == windows) ] 295 [ $runtime == safari && ($system == linux || $system == windows) ]
296 *: Skip 296 *: Skip
297 297
298 # 'html' tests import the HTML library, so they only make sense in 298 # 'html' tests import the HTML library, so they only make sense in
299 # a browser environment. 299 # a browser environment.
300 [ $runtime == vm ] 300 [ $runtime == vm ]
301 *: Skip 301 *: Skip
302 302
303 [ $compiler == dart2js ] 303 [ $compiler == dart2js ]
304 transferables_test: Skip # until isInstance works in dart2js 304 transferables_test: Skip # until isInstance works in dart2js
305 305
306 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 306 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
307 request_animation_frame_test: Skip # Async test hangs. 307 request_animation_frame_test: Skip # Async test hangs.
308 308
309 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 309 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
310 isolates_test: Skip # Timeout because leg does not support web workers. 310 isolates_test: Skip # Timeout because leg does not support web workers.
311 311
312 [ $compiler == dart2js && $runtime == ff ] 312 [ $compiler == dart2js && $runtime == ff ]
313 inner_frame_test: Skip # Timeout 313 inner_frame_test: Skip # Timeout
314 svg_3_test: Skip # Timeout 314 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