| 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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 node_test: Skip # Issue 6457 | 203 node_test: Skip # Issue 6457 |
| 204 | 204 |
| 205 [ $runtime == opera && $system == windows ] | 205 [ $runtime == opera && $system == windows ] |
| 206 htmlelement_test: Fail, Pass | 206 htmlelement_test: Fail, Pass |
| 207 | 207 |
| 208 [ $runtime == opera && $system == macos ] | 208 [ $runtime == opera && $system == macos ] |
| 209 html/element_test/constructors: Fail | 209 html/element_test/constructors: Fail |
| 210 | 210 |
| 211 | 211 |
| 212 [ $runtime == opera ] | 212 [ $runtime == opera ] |
| 213 document_test/getCssCanvasContext: Fail # TODO(ahe): Please triage this failure. | 213 document_test/getCssCanvasContext: Fail # Issue: 7413 |
| 214 form_data_test: Fail # TODO(ahe): Please triage this failure. | 214 form_data_test: Fail # Issue: 7413 |
| 215 keyboard_event_test: Fail # TODO(ahe): Please triage this failure. | 215 keyboard_event_test: Fail # Issue: 7413 |
| 216 xmldocument_2_test: Fail # TODO(ahe): Please triage this failure. | 216 xmldocument_2_test: Fail # Issue: 7413 |
| 217 element_test/eventListening: Fail # TODO(ahe): Please triage this failure. | 217 element_test/eventListening: Fail # Issue: 7413 |
| 218 element_test/children: Fail # TODO(ahe): Please triage this failure. | 218 element_test/children: Fail # Issue: 7413 |
| 219 audiobuffersourcenode_test: Fail | 219 audiobuffersourcenode_test: Fail |
| 220 cache_test: Fail | 220 cache_test: Fail |
| 221 canvas_test: Pass,Fail | 221 canvas_test: Pass,Fail |
| 222 contentelement_test: Fail | 222 contentelement_test: Fail |
| 223 audiocontext_test: Fail | 223 audiocontext_test: Fail |
| 224 blob_constructor_test: Fail | 224 blob_constructor_test: Fail |
| 225 canvas_using_html_test: Fail | 225 canvas_using_html_test: Fail |
| 226 canvas_test: Fail | 226 canvas_test: Fail |
| 227 css_test: Fail | 227 css_test: Fail |
| 228 cssstyledeclaration_test: Fail | 228 cssstyledeclaration_test: Fail |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er
ror: The data provided does not meet the requirements of the function. | 346 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er
ror: The data provided does not meet the requirements of the function. |
| 347 | 347 |
| 348 [ $compiler == dart2js && $runtime == ff ] | 348 [ $compiler == dart2js && $runtime == ff ] |
| 349 xhr_test: Skip # Timeout | 349 xhr_test: Skip # Timeout |
| 350 inner_frame_test: Skip # Timeout | 350 inner_frame_test: Skip # Timeout |
| 351 svg_3_test: Skip # Timeout | 351 svg_3_test: Skip # Timeout |
| 352 documentfragment_test: Skip # Timeout | 352 documentfragment_test: Skip # Timeout |
| 353 | 353 |
| 354 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 354 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 355 css_test: Pass, Fail # Issue #2823 | 355 css_test: Pass, Fail # Issue #2823 |
| OLD | NEW |