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

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

Issue 10702076: 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
52 [ $runtime == safari ] 88 [ $runtime == safari ]
53 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not a function 89 canvas_pixel_array_type_alias_test: Fail # Caught TypeError: 'undefined' is not a function
54 cssstyledeclaration_test: Fail 90 cssstyledeclaration_test: Fail
55 node_test: Fail 91 node_test: Fail
56 svgelement_test: Fail 92 svgelement_test: Fail
57 svgelement2_test: Fail 93 svgelement2_test: Fail
58 94
59 [ $runtime == ff ] 95 [ $runtime == ff ]
60 audiocontext_test: Fail # FF only has Audio element 96 audiocontext_test: Fail # FF only has Audio element
61 css_test: Fail # No analog to WebKitCSSMatrix 97 css_test: Fail # No analog to WebKitCSSMatrix
(...skipping 29 matching lines...) Expand all
91 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. 127 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket.
92 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4 128 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4
93 # (NS_ERROR_DOM_BAD_URI) ... 129 # (NS_ERROR_DOM_BAD_URI) ...
94 xhr_test: Fail 130 xhr_test: Fail
95 131
96 [ $runtime == ie && ($system == linux || $system == macos) ] 132 [ $runtime == ie && ($system == linux || $system == macos) ]
97 *: Skip 133 *: Skip
98 134
99 [ $runtime == ie ] 135 [ $runtime == ie ]
100 # TODO(vsm): Triage DOM failures. 136 # TODO(vsm): Triage DOM failures.
101 *: Skip 137 #*: Skip
102 138
103 [ $runtime == safari && ($system == linux || $system == windows) ] 139 [ $runtime == safari && ($system == linux || $system == windows) ]
104 *: Skip 140 *: Skip
105 141
106 [ $runtime == safari ] 142 [ $runtime == safari ]
107 # TODO(vsm): Triage DOM failures. 143 # TODO(vsm): Triage DOM failures.
108 *: Skip 144 *: Skip
109 145
110 # 'html' tests import the HTML library, so they only make sense in 146 # 'html' tests import the HTML library, so they only make sense in
111 # a browser environment. 147 # a browser environment.
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 documentfragment_test: Skip # Timeout 203 documentfragment_test: Skip # Timeout
168 fileapi_test: Skip # Issue 3022 204 fileapi_test: Skip # Issue 3022
169 205
170 [ $compiler == dart2js && $runtime == chrome && $system == windows] 206 [ $compiler == dart2js && $runtime == chrome && $system == windows]
171 css_test: Pass, Fail # Issue #2823 207 css_test: Pass, Fail # Issue #2823
172 fileapi_test: Skip # Issue 3022 208 fileapi_test: Skip # Issue 3022
173 209
174 [ $compiler == dart2js && $runtime == drt && $system == macos ] 210 [ $compiler == dart2js && $runtime == drt && $system == macos ]
175 indexeddb_2_test: Fail # Issue 3669. 211 indexeddb_2_test: Fail # Issue 3669.
176 indexeddb_3_test: Fail # Issue 3670. 212 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