Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Side by Side Diff: tests/html/html.status

Issue 10699072: Clean up html.status after IE triage. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 26 matching lines...) Expand all
37 typed_arrays_2_test: Skip 37 typed_arrays_2_test: Skip
38 typed_arrays_3_test: Skip 38 typed_arrays_3_test: Skip
39 typed_arrays_4_test: Skip 39 typed_arrays_4_test: Skip
40 typed_arrays_dataview_test: Skip 40 typed_arrays_dataview_test: Skip
41 cssstyledeclaration_test: Fail 41 cssstyledeclaration_test: Fail
42 element_test: Fail 42 element_test: Fail
43 localstorage_test: Fail 43 localstorage_test: Fail
44 node_test: Fail 44 node_test: Fail
45 svgelement_test: Fail 45 svgelement_test: Fail
46 svgelement2_test: Fail 46 svgelement2_test: Fail
47 47 #
48 # Investigate and triage these into bug reports. 48 # Investigate and triage the following into bug reports.
49 #
49 audiocontext_test: Fail 50 audiocontext_test: Fail
50 blob_constructor_test: Fail 51 blob_constructor_test: Fail
51 cache_test: Fail 52 cache_test: Fail
52 callbacks_test: Fail 53 callbacks_test: Fail
53 canvas_test: Fail 54 canvas_test: Fail
54 canvas_using_html_test: Fail 55 canvas_using_html_test: Fail
55 css_test: Fail 56 css_test: Fail
56 dom_constructors_test: Fail 57 dom_constructors_test: Fail
57 exceptions_test: Fail 58 exceptions_test: Fail
58 hidden_dom_1_test: Fail 59 hidden_dom_1_test: Fail
59 hidden_dom_2_test: Fail 60 hidden_dom_2_test: Fail
60 history_test: Fail 61 history_test: Fail
61 indexeddb_1_test: Fail 62 indexeddb_1_test: Fail
62 indexeddb_2_test: Fail 63 indexeddb_2_test: Fail
63 indexeddb_3_test: Fail 64 indexeddb_3_test: Fail
64 indexeddb_4_test: Fail 65 indexeddb_4_test: Fail
65 measurement_test: Fail 66 measurement_test: Fail
66 messageevent_test: Fail 67 messageevent_test: Fail
67 serialized_script_value_test: Fail 68 serialized_script_value_test: Fail
68 shadow_dom_layout_test: Fail 69 shadow_dom_layout_test: Fail
69 shadow_dom_test: Fail 70 shadow_dom_test: Fail
70 storage_test: Fail 71 storage_test: Fail
71 svg_3_test: Fail 72 svg_3_test: Fail
72 typed_arrays_range_checks_test: Fail 73 typed_arrays_range_checks_test: Fail
73 websocket_test: Fail 74 websocket_test: Fail
74 window_nosuchmethod_test: Fail 75 window_nosuchmethod_test: Fail
75 window_open_test: Fail 76 window_open_test: Fail
76 xsltprocessor_test: Fail 77 xsltprocessor_test: Fail
77
78 fileapi_test: Skip # Timeout 78 fileapi_test: Skip # Timeout
79 isolates_test: Skip # Timeout 79 isolates_test: Skip # Timeout
80 xhr_test: Skip # Timeout 80 xhr_test: Skip # Timeout
81 81
82 82
83 [ $runtime == safari ] 83 [ $runtime == safari ]
84 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not a function 84 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not a function
85 cssstyledeclaration_test: Fail 85 cssstyledeclaration_test: Fail
86 node_test: Fail 86 node_test: Fail
87 svgelement_test: Fail 87 svgelement_test: Fail
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 # dynamically binds forEach on a bunch of classes, including HTMLCollection. 120 # dynamically binds forEach on a bunch of classes, including HTMLCollection.
121 typing_test: Pass 121 typing_test: Pass
122 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. 122 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket.
123 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4 123 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4
124 # (NS_ERROR_DOM_BAD_URI) ... 124 # (NS_ERROR_DOM_BAD_URI) ...
125 xhr_test: Fail 125 xhr_test: Fail
126 126
127 [ $runtime == ie && ($system == linux || $system == macos) ] 127 [ $runtime == ie && ($system == linux || $system == macos) ]
128 *: Skip 128 *: Skip
129 129
130 [ $runtime == ie ]
131 # TODO(vsm): Triage DOM failures.
132 #*: Skip
133
134 [ $runtime == safari && ($system == linux || $system == windows) ] 130 [ $runtime == safari && ($system == linux || $system == windows) ]
135 *: Skip 131 *: Skip
136 132
137 [ $runtime == safari ] 133 [ $runtime == safari ]
138 # TODO(vsm): Triage DOM failures. 134 # TODO(vsm): Triage DOM failures.
139 *: Skip 135 *: Skip
140 136
141 # 'html' tests import the HTML library, so they only make sense in 137 # 'html' tests import the HTML library, so they only make sense in
142 # a browser environment. 138 # a browser environment.
143 [ $compiler == dartc ] 139 [ $compiler == dartc ]
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 documentfragment_test: Skip # Timeout 194 documentfragment_test: Skip # Timeout
199 fileapi_test: Skip # Issue 3022 195 fileapi_test: Skip # Issue 3022
200 196
201 [ $compiler == dart2js && $runtime == chrome && $system == windows] 197 [ $compiler == dart2js && $runtime == chrome && $system == windows]
202 css_test: Pass, Fail # Issue #2823 198 css_test: Pass, Fail # Issue #2823
203 fileapi_test: Skip # Issue 3022 199 fileapi_test: Skip # Issue 3022
204 200
205 [ $compiler == dart2js && $runtime == drt && $system == macos ] 201 [ $compiler == dart2js && $runtime == drt && $system == macos ]
206 indexeddb_2_test: Fail # Issue 3669. 202 indexeddb_2_test: Fail # Issue 3669.
207 indexeddb_3_test: Fail # Issue 3670. 203 indexeddb_3_test: Fail # Issue 3670.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698