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: Fail, Pass # http://dartbug.com/5151 | 5 window_open_test: Fail, Pass # 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 26 matching lines...) Expand all Loading... |
37 | 37 |
38 [ $compiler == none && $runtime == drt && $system == macos] | 38 [ $compiler == none && $runtime == drt && $system == macos] |
39 audiocontext_test: Pass, Fail | 39 audiocontext_test: Pass, Fail |
40 | 40 |
41 [ $compiler == dart2js && $runtime == drt && $system == macos] | 41 [ $compiler == dart2js && $runtime == drt && $system == macos] |
42 audiobuffersourcenode_test: Pass, Fail | 42 audiobuffersourcenode_test: Pass, Fail |
43 | 43 |
44 [ $compiler == none && $runtime == drt && $system == linux] | 44 [ $compiler == none && $runtime == drt && $system == linux] |
45 documentfragment_test: Pass, Timeout | 45 documentfragment_test: Pass, Timeout |
46 | 46 |
47 [ $runtime == ie9 || $runtime == safari || $runtime == ff || $runtime == chrome
|| $runtime == opera ] | 47 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff ||
$runtime == chrome || $runtime == opera ] |
48 # TODO(vsm): Triage DOM tests. | 48 # TODO(vsm): Triage DOM tests. |
49 htmloptionscollection_test: Fail # Issue 3813. | 49 htmloptionscollection_test: Fail # Issue 3813. |
50 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. | 50 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. |
51 shadow_dom_layout_test: Skip | 51 shadow_dom_layout_test: Skip |
52 unknownelement_test: Fail # Issue 4189 | 52 unknownelement_test: Fail # Issue 4189 |
53 | 53 |
54 [ $runtime == dartium || $runtime == chrome || $runtime == ie9 || $runtime == sa
fari || $runtime == ff || $runtime == opera ] | 54 [ $runtime == dartium || $runtime == chrome || $runtime == ie9 || $runtime == ie
10 || $runtime == safari || $runtime == ff || $runtime == opera ] |
55 history_test: Fail | 55 history_test: Fail |
56 | 56 |
| 57 [$runtime == ie10 ] |
| 58 # TODO(efortuna, blois): Triage. |
| 59 audiobuffersourcenode_test: Fail |
| 60 audiocontext_test: Fail |
| 61 contentelement_test: Fail |
| 62 css_test: Fail |
| 63 element_test: Fail |
| 64 element_webkit_test: Fail |
| 65 exceptions_test: Fail |
| 66 fileapi_test: Fail |
| 67 indexeddb_1_test: Fail |
| 68 indexeddb_2_test: Fail |
| 69 indexeddb_3_test: Fail |
| 70 indexeddb_4_test: Fail |
| 71 inner_frame_test: Skip |
| 72 isolates_test: Skip |
| 73 js_interop_2_test: Fail |
| 74 js_interop_3_test: Fail |
| 75 js_interop_4_test: Fail |
| 76 localstorage_test: Fail |
| 77 messageevent_test: Fail |
| 78 mutationobservert_test: Fail |
| 79 node_test: Fail |
| 80 serialialized_script_value_test: Fail |
| 81 svgelement2_test: Fail |
| 82 svgelement_test: Fail |
| 83 svg_3_test: Fail |
| 84 typed_arrays_1_test: Fail |
| 85 typed_arrays_arraybuffer_test: Fail |
| 86 typed_arrays_dataview_test: Fail |
| 87 url_test: Fail |
| 88 websql_test: Fail |
| 89 window_open_test: Skip |
| 90 xhr_test: Fail |
| 91 xsltprocessor_test: Fail |
| 92 |
57 [ $runtime == ie9 ] | 93 [ $runtime == ie9 ] |
58 contentelement_test: Fail # ie9 does not support content element. | 94 contentelement_test: Fail # ie9 does not support content element. |
59 form_data_test: Fail # Issue 4793. | 95 form_data_test: Fail # Issue 4793. |
60 form_element_test: Fail # Issue 4793. | 96 form_element_test: Fail # Issue 4793. |
61 inner_frame_test: Skip # Issue 5727 (timeout) | 97 inner_frame_test: Skip # Issue 5727 (timeout) |
62 typed_arrays_1_test: Skip # ie9 does not have typed arrays. | 98 typed_arrays_1_test: Skip # ie9 does not have typed arrays. |
63 typed_arrays_2_test: Skip | 99 typed_arrays_2_test: Skip |
64 typed_arrays_3_test: Skip | 100 typed_arrays_3_test: Skip |
65 typed_arrays_4_test: Skip | 101 typed_arrays_4_test: Skip |
66 typed_arrays_5_test: Skip | 102 typed_arrays_5_test: Skip |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
216 xhr_test: Skip # Timeout | 252 xhr_test: Skip # Timeout |
217 inner_frame_test: Skip # Timeout | 253 inner_frame_test: Skip # Timeout |
218 svg_3_test: Skip # Timeout | 254 svg_3_test: Skip # Timeout |
219 documentfragment_test: Skip # Timeout | 255 documentfragment_test: Skip # Timeout |
220 | 256 |
221 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 257 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
222 css_test: Pass, Fail # Issue #2823 | 258 css_test: Pass, Fail # Issue #2823 |
223 | 259 |
224 [ $compiler == dart2js && $checked && $browser] | 260 [ $compiler == dart2js && $checked && $browser] |
225 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' | 261 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' |
OLD | NEW |