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

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

Issue 10702077: Revert "IE trage probe #2" (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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 canvaspixelarraytypealias_test: Fail # Verify is CanvasPixelArray. 42 canvaspixelarraytypealias_test: Fail # Verify is CanvasPixelArray.
43 cssstyledeclaration_test: Fail 43 cssstyledeclaration_test: Fail
44 documentfragment_test: Fail 44 documentfragment_test: Fail
45 element_test: Fail 45 element_test: Fail
46 localstorage_test: Fail 46 localstorage_test: Fail
47 node_test: Fail 47 node_test: Fail
48 svgelement_test: Fail 48 svgelement_test: Fail
49 svgelement2_test: Fail 49 svgelement2_test: Fail
50 xhr_test: Fail 50 xhr_test: Fail
51 51
52 audiocontext_test: Fail
53 blob_constructor_test: Fail
54 cache_test: Fail
55 callbacks_test: Fail
56 canvas_test: Fail
57 canvas_using_html_test: Fail
58 css_test: Fail
59 dom_constructors_test: Fail
60 exceptions_test: Fail
61 fileapi_test: Fail
62 hidden_dom_1_test: Fail
63 hidden_dom_2_test: Fail
64 history_test: Fail
65 indexeddb_1_test: Fail
66 indexeddb_2_test: Fail
67 indexeddb_3_test: Fail
68 indexeddb_4_test: Fail
69 isolates_test: Fail
70 key_name_location_test: Fail
71 measurement_test: Fail
72 messageevent_test: Fail
73 native_gc_test: Fail
74 serialized_script_value_test: Fail
75 shadow_dom_layout_test: Fail
76 shadow_dom_test: Fail
77 storage_test: Fail
78 svg_2_test: Fail
79 svg_3_test: Fail
80 typed_arrays_range_checks_test: Fail
81 websocket_test: Fail
82 window_mangling_test: Fail
83 window_nosuchmethod_test: Fail
84 window_open_test: Fail
85 xsltprocessor_test: Fail
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