| 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 14 matching lines...) Expand all Loading... |
| 25 css_test: Fail # Issue 4517 | 25 css_test: Fail # Issue 4517 |
| 26 htmlaudioelement_test: Fail # Issue 4517 | 26 htmlaudioelement_test: Fail # Issue 4517 |
| 27 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre
ctly. | 27 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre
ctly. |
| 28 | 28 |
| 29 [ $compiler == none && $runtime == drt && $system == macos] | 29 [ $compiler == none && $runtime == drt && $system == macos] |
| 30 audiocontext_test: Pass, Fail | 30 audiocontext_test: Pass, Fail |
| 31 | 31 |
| 32 [ $compiler == none && $runtime == drt && $system == linux] | 32 [ $compiler == none && $runtime == drt && $system == linux] |
| 33 documentfragment_test: Pass, Timeout | 33 documentfragment_test: Pass, Timeout |
| 34 | 34 |
| 35 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome |
| $runtime == opera || $runtime == drt ] | 35 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome |
| $runtime == opera ] |
| 36 # TODO(vsm): Triage DOM tests. | 36 # TODO(vsm): Triage DOM tests. |
| 37 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre
ctly. | 37 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre
ctly. |
| 38 htmloptionscollection_test: Fail # Issue 3813. | 38 htmloptionscollection_test: Fail # Issue 3813. |
| 39 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. | 39 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. |
| 40 shadow_dom_layout_test: Skip | 40 shadow_dom_layout_test: Skip |
| 41 unknownelement_test: Fail # Issue 4189 | 41 unknownelement_test: Fail # Issue 4189 |
| 42 | 42 |
| 43 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf
ari || $runtime == ff || $runtime == opera ] | 43 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf
ari || $runtime == ff || $runtime == opera ] |
| 44 history_test: Fail | 44 history_test: Fail |
| 45 | 45 |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 209 svg_3_test: Skip # Timeout | 209 svg_3_test: Skip # Timeout |
| 210 documentfragment_test: Skip # Timeout | 210 documentfragment_test: Skip # Timeout |
| 211 fileapi_test: Skip # Issue 3022 | 211 fileapi_test: Skip # Issue 3022 |
| 212 | 212 |
| 213 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 213 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 214 css_test: Pass, Fail # Issue #2823 | 214 css_test: Pass, Fail # Issue #2823 |
| 215 fileapi_test: Skip # Issue 3022 | 215 fileapi_test: Skip # Issue 3022 |
| 216 | 216 |
| 217 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 217 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 218 indexeddb_2_test: Fail # Issue 3669. | 218 indexeddb_2_test: Fail # Issue 3669. |
| OLD | NEW |