| 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 event_test: Skip # Issue 1996 | 5 event_test: Skip # Issue 1996 |
| 6 webgl_1_test: Skip # Issue 1495 | 6 webgl_1_test: Skip # Issue 1495 |
| 7 xmldocument_test: Skip # XML in dart:html is incomplete | 7 xmldocument_test: Skip # XML in dart:html is incomplete |
| 8 xmlelement_test: Skip # XML in dart:html is incomplete | 8 xmlelement_test: Skip # XML in dart:html is incomplete |
| 9 measurement_test: Pass, Fail # Issue 1940 | 9 measurement_test: Pass, Fail # Issue 1940 |
| 10 | 10 |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 # | 53 # |
| 54 # Investigate and triage the following into bug reports. | 54 # Investigate and triage the following into bug reports. |
| 55 # | 55 # |
| 56 audiocontext_test: Fail | 56 audiocontext_test: Fail |
| 57 blob_constructor_test: Fail | 57 blob_constructor_test: Fail |
| 58 cache_test: Fail | 58 cache_test: Fail |
| 59 callbacks_test: Fail | 59 callbacks_test: Fail |
| 60 canvas_test: Fail | 60 canvas_test: Fail |
| 61 canvas_using_html_test: Fail | 61 canvas_using_html_test: Fail |
| 62 css_test: Fail | 62 css_test: Fail |
| 63 datalistelement_test: Fail # ie9 does not have HTMLDataListElement |
| 63 dom_constructors_test: Fail | 64 dom_constructors_test: Fail |
| 64 exceptions_test: Fail | 65 exceptions_test: Fail |
| 65 hidden_dom_1_test: Fail | 66 hidden_dom_1_test: Fail |
| 66 hidden_dom_2_test: Fail | 67 hidden_dom_2_test: Fail |
| 67 history_test: Fail | 68 history_test: Fail |
| 68 indexeddb_1_test: Fail | 69 indexeddb_1_test: Fail |
| 69 indexeddb_2_test: Fail | 70 indexeddb_2_test: Fail |
| 70 indexeddb_3_test: Fail | 71 indexeddb_3_test: Fail |
| 71 indexeddb_4_test: Fail | 72 indexeddb_4_test: Fail |
| 72 js_interop_1_test: Fail | 73 js_interop_1_test: Fail |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 svg_3_test: Skip # Timeout | 208 svg_3_test: Skip # Timeout |
| 208 documentfragment_test: Skip # Timeout | 209 documentfragment_test: Skip # Timeout |
| 209 fileapi_test: Skip # Issue 3022 | 210 fileapi_test: Skip # Issue 3022 |
| 210 | 211 |
| 211 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 212 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 212 css_test: Pass, Fail # Issue #2823 | 213 css_test: Pass, Fail # Issue #2823 |
| 213 fileapi_test: Skip # Issue 3022 | 214 fileapi_test: Skip # Issue 3022 |
| 214 | 215 |
| 215 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 216 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 216 indexeddb_2_test: Fail # Issue 3669. | 217 indexeddb_2_test: Fail # Issue 3669. |
| OLD | NEW |