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 24 matching lines...) Expand all Loading... |
35 # TODO(vsm): Triage DOM tests. | 35 # TODO(vsm): Triage DOM tests. |
36 htmloptionscollection_test: Fail # Issue 3813. | 36 htmloptionscollection_test: Fail # Issue 3813. |
37 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. | 37 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. |
38 shadow_dom_layout_test: Skip | 38 shadow_dom_layout_test: Skip |
39 unknownelement_test: Fail # Issue 4189 | 39 unknownelement_test: Fail # Issue 4189 |
40 | 40 |
41 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf
ari || $runtime == ff || $runtime == opera ] | 41 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf
ari || $runtime == ff || $runtime == opera ] |
42 history_test: Fail | 42 history_test: Fail |
43 | 43 |
44 [ $runtime == ie ] | 44 [ $runtime == ie ] |
| 45 form_data_test: Fail # Issue 4793. |
| 46 form_element_test: Fail # Issue 4793. |
45 typed_arrays_1_test: Skip # ie9 does not have typed arrays. | 47 typed_arrays_1_test: Skip # ie9 does not have typed arrays. |
46 typed_arrays_2_test: Skip | 48 typed_arrays_2_test: Skip |
47 typed_arrays_3_test: Skip | 49 typed_arrays_3_test: Skip |
48 typed_arrays_4_test: Skip | 50 typed_arrays_4_test: Skip |
49 typed_arrays_5_test: Skip | 51 typed_arrays_5_test: Skip |
50 typed_arrays_arraybuffer_test: Skip | 52 typed_arrays_arraybuffer_test: Skip |
51 typed_arrays_dataview_test: Skip | 53 typed_arrays_dataview_test: Skip |
52 typed_arrays_range_checks_test: Fail | 54 typed_arrays_range_checks_test: Fail |
53 cssstyledeclaration_test: Fail | 55 cssstyledeclaration_test: Fail |
54 element_test: Fail | 56 element_test: Fail |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 svg_3_test: Skip # Timeout | 212 svg_3_test: Skip # Timeout |
211 documentfragment_test: Skip # Timeout | 213 documentfragment_test: Skip # Timeout |
212 fileapi_test: Skip # Issue 3022 | 214 fileapi_test: Skip # Issue 3022 |
213 | 215 |
214 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 216 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
215 css_test: Pass, Fail # Issue #2823 | 217 css_test: Pass, Fail # Issue #2823 |
216 fileapi_test: Skip # Issue 3022 | 218 fileapi_test: Skip # Issue 3022 |
217 | 219 |
218 [ $compiler == dart2js && $runtime == ff && $system == windows] | 220 [ $compiler == dart2js && $runtime == ff && $system == windows] |
219 js_interop_2_test: Fail # Issue 4658. | 221 js_interop_2_test: Fail # Issue 4658. |
OLD | NEW |