| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. | 56 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. |
| 57 shadow_dom_layout_test: Skip | 57 shadow_dom_layout_test: Skip |
| 58 | 58 |
| 59 [ $runtime == dartium || $runtime == chrome || $runtime == ie9 || $runtime == ie
10 || $runtime == safari || $runtime == ff || $runtime == opera ] | 59 [ $runtime == dartium || $runtime == chrome || $runtime == ie9 || $runtime == ie
10 || $runtime == safari || $runtime == ff || $runtime == opera ] |
| 60 history_test: Fail | 60 history_test: Fail |
| 61 | 61 |
| 62 [$runtime == ie10 ] | 62 [$runtime == ie10 ] |
| 63 # TODO(efortuna, blois): Triage. | 63 # TODO(efortuna, blois): Triage. |
| 64 audiobuffersourcenode_test: Fail | 64 audiobuffersourcenode_test: Fail |
| 65 audiocontext_test: Fail | 65 audiocontext_test: Fail |
| 66 canvasrenderingcontext2d_test: Fail, Pass | |
| 67 css_test: Fail | 66 css_test: Fail |
| 68 document_test/getCssCanvasContext: Fail # IE does not support this. | 67 document_test/getCssCanvasContext: Fail # IE does not support this. |
| 69 element_test/additionalConstructors: Fail | 68 element_test/additionalConstructors: Fail |
| 70 element_test/click: Fail # IE does not support firing this event. | 69 element_test/click: Fail # IE does not support firing this event. |
| 71 element_types_test/supported_content: Fail | 70 element_types_test/supported_content: Fail |
| 72 element_types_test/supported_details: Fail | 71 element_types_test/supported_details: Fail |
| 73 element_types_test/supported_keygen: Fail | 72 element_types_test/supported_keygen: Fail |
| 74 element_types_test/supported_meter: Fail | 73 element_types_test/supported_meter: Fail |
| 75 element_types_test/supported_object: Fail | 74 element_types_test/supported_object: Fail |
| 76 element_types_test/supported_output: Fail | 75 element_types_test/supported_output: Fail |
| (...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 | 301 |
| 303 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] | 302 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime ==
ff || $runtime == safari) ] |
| 304 isolates_test: Skip # Timeout because leg does not support web workers. | 303 isolates_test: Skip # Timeout because leg does not support web workers. |
| 305 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. | 304 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types
. |
| 306 | 305 |
| 307 [ $compiler == dart2js && $runtime == ff ] | 306 [ $compiler == dart2js && $runtime == ff ] |
| 308 xhr_test: Skip # Timeout | 307 xhr_test: Skip # Timeout |
| 309 inner_frame_test: Skip # Timeout | 308 inner_frame_test: Skip # Timeout |
| 310 svg_3_test: Skip # Timeout | 309 svg_3_test: Skip # Timeout |
| 311 documentfragment_test: Skip # Timeout | 310 documentfragment_test: Skip # Timeout |
| OLD | NEW |