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

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

Issue 10692071: Revert "IE triage probe #3" (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 20 matching lines...) Expand all
31 31
32 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ] 32 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ]
33 history_test: Fail 33 history_test: Fail
34 34
35 [ $runtime == ie ] 35 [ $runtime == ie ]
36 typed_arrays_1_test: Skip # ie9 does not have typed arrays. 36 typed_arrays_1_test: Skip # ie9 does not have typed arrays.
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 canvas_pixel_array_type_alias_test: Fail # Verify is CanvasPixelArray.
41 canvaspixelarraytypealias_test: Fail # Verify is CanvasPixelArray. 42 canvaspixelarraytypealias_test: Fail # Verify is CanvasPixelArray.
42 cssstyledeclaration_test: Fail 43 cssstyledeclaration_test: Fail
44 documentfragment_test: Fail
43 element_test: Fail 45 element_test: Fail
44 localstorage_test: Fail 46 localstorage_test: Fail
45 node_test: Fail 47 node_test: Fail
46 svgelement_test: Fail 48 svgelement_test: Fail
47 svgelement2_test: Fail 49 svgelement2_test: Fail
48 xhr_test: Fail 50 xhr_test: Fail
49 51
50 # Investigate and triage these into bug reports.
51 audiocontext_test: Fail
52 blob_constructor_test: Fail
53 cache_test: Fail
54 callbacks_test: Fail
55 canvas_test: Fail
56 canvas_using_html_test: Fail
57 css_test: Fail
58 dom_constructors_test: Fail
59 exceptions_test: Fail
60 hidden_dom_1_test: Fail
61 hidden_dom_2_test: Fail
62 history_test: Fail
63 indexeddb_1_test: Fail
64 indexeddb_2_test: Fail
65 indexeddb_3_test: Fail
66 indexeddb_4_test: Fail
67 key_name_location_test: Fail
68 measurement_test: Fail
69 messageevent_test: Fail
70 native_gc_test: Fail
71 serialized_script_value_test: Fail
72 shadow_dom_layout_test: Fail
73 shadow_dom_test: Fail
74 storage_test: Fail
75 svg_2_test: Fail
76 svg_3_test: Fail
77 typed_arrays_range_checks_test: Fail
78 websocket_test: Fail
79 window_mangling_test: Fail
80 window_nosuchmethod_test: Fail
81 window_open_test: Fail
82 xsltprocessor_test: Fail
83
84 fileapi_test: Skip # Timeout
85 isolates_test: Skip # Timeout
86
87
88 [ $runtime == safari ] 52 [ $runtime == safari ]
89 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not a function 53 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not a function
90 cssstyledeclaration_test: Fail 54 cssstyledeclaration_test: Fail
91 node_test: Fail 55 node_test: Fail
92 svgelement_test: Fail 56 svgelement_test: Fail
93 svgelement2_test: Fail 57 svgelement2_test: Fail
94 58
95 [ $runtime == ff ] 59 [ $runtime == ff ]
96 audiocontext_test: Fail # FF only has Audio element 60 audiocontext_test: Fail # FF only has Audio element
97 css_test: Fail # No analog to WebKitCSSMatrix 61 css_test: Fail # No analog to WebKitCSSMatrix
(...skipping 29 matching lines...) Expand all
127 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. 91 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket.
128 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4 92 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4
129 # (NS_ERROR_DOM_BAD_URI) ... 93 # (NS_ERROR_DOM_BAD_URI) ...
130 xhr_test: Fail 94 xhr_test: Fail
131 95
132 [ $runtime == ie && ($system == linux || $system == macos) ] 96 [ $runtime == ie && ($system == linux || $system == macos) ]
133 *: Skip 97 *: Skip
134 98
135 [ $runtime == ie ] 99 [ $runtime == ie ]
136 # TODO(vsm): Triage DOM failures. 100 # TODO(vsm): Triage DOM failures.
137 #*: Skip 101 *: Skip
138 102
139 [ $runtime == safari && ($system == linux || $system == windows) ] 103 [ $runtime == safari && ($system == linux || $system == windows) ]
140 *: Skip 104 *: Skip
141 105
142 [ $runtime == safari ] 106 [ $runtime == safari ]
143 # TODO(vsm): Triage DOM failures. 107 # TODO(vsm): Triage DOM failures.
144 *: Skip 108 *: Skip
145 109
146 # 'html' tests import the HTML library, so they only make sense in 110 # 'html' tests import the HTML library, so they only make sense in
147 # a browser environment. 111 # a browser environment.
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 documentfragment_test: Skip # Timeout 167 documentfragment_test: Skip # Timeout
204 fileapi_test: Skip # Issue 3022 168 fileapi_test: Skip # Issue 3022
205 169
206 [ $compiler == dart2js && $runtime == chrome && $system == windows] 170 [ $compiler == dart2js && $runtime == chrome && $system == windows]
207 css_test: Pass, Fail # Issue #2823 171 css_test: Pass, Fail # Issue #2823
208 fileapi_test: Skip # Issue 3022 172 fileapi_test: Skip # Issue 3022
209 173
210 [ $compiler == dart2js && $runtime == drt && $system == macos ] 174 [ $compiler == dart2js && $runtime == drt && $system == macos ]
211 indexeddb_2_test: Fail # Issue 3669. 175 indexeddb_2_test: Fail # Issue 3669.
212 indexeddb_3_test: Fail # Issue 3670. 176 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