| OLD | NEW |
| 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 xmldocument_test: Skip # XML in dart:html is incomplete | 9 xmldocument_test: Skip # XML in dart:html is incomplete |
| 10 xmlelement_test: Skip # XML in dart:html is incomplete | 10 xmlelement_test: Skip # XML in dart:html is incomplete |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 audiobuffersourcenode_test: Pass, Fail | 58 audiobuffersourcenode_test: Pass, Fail |
| 59 | 59 |
| 60 [ $compiler == none && $runtime == drt && $system == linux] | 60 [ $compiler == none && $runtime == drt && $system == linux] |
| 61 documentfragment_test: Pass, Timeout | 61 documentfragment_test: Pass, Timeout |
| 62 | 62 |
| 63 [$runtime == ie10 ] | 63 [$runtime == ie10 ] |
| 64 # TODO(efortuna, blois): Triage. | 64 # TODO(efortuna, blois): Triage. |
| 65 audiobuffersourcenode_test: Fail | 65 audiobuffersourcenode_test: Fail |
| 66 audiocontext_test: Fail | 66 audiocontext_test: Fail |
| 67 css_test: Fail | 67 css_test: Fail |
| 68 canvasrenderingcontext2d_test: Fail #TODO(efortuna): Issue 7711 | |
| 69 document_test/getCssCanvasContext: Fail # IE does not support this. | 68 document_test/getCssCanvasContext: Fail # IE does not support this. |
| 70 element_test/additionalConstructors: Fail | 69 element_test/additionalConstructors: Fail |
| 71 element_test/click: Fail # IE does not support firing this event. | 70 element_test/click: Fail # IE does not support firing this event. |
| 72 element_types_test/supported_content: Fail | 71 element_types_test/supported_content: Fail |
| 73 element_types_test/supported_details: Fail | 72 element_types_test/supported_details: Fail |
| 74 element_types_test/supported_keygen: Fail | 73 element_types_test/supported_keygen: Fail |
| 75 element_types_test/supported_meter: Fail | 74 element_types_test/supported_meter: Fail |
| 76 element_types_test/supported_object: Fail | 75 element_types_test/supported_object: Fail |
| 77 element_types_test/supported_output: Fail | 76 element_types_test/supported_output: Fail |
| 78 element_types_test/supported_shadow: Fail | 77 element_types_test/supported_shadow: Fail |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 request_animation_frame_test: Skip # Async test hangs. | 289 request_animation_frame_test: Skip # Async test hangs. |
| 291 | 290 |
| 292 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 291 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 293 isolates_test: Skip # Timeout because leg does not support web workers. | 292 isolates_test: Skip # Timeout because leg does not support web workers. |
| 294 | 293 |
| 295 [ $compiler == dart2js && $runtime == ff ] | 294 [ $compiler == dart2js && $runtime == ff ] |
| 296 xhr_test: Skip # Timeout | 295 xhr_test: Skip # Timeout |
| 297 inner_frame_test: Skip # Timeout | 296 inner_frame_test: Skip # Timeout |
| 298 svg_3_test: Skip # Timeout | 297 svg_3_test: Skip # Timeout |
| 299 documentfragment_test: Skip # Timeout | 298 documentfragment_test: Skip # Timeout |
| OLD | NEW |