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

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

Issue 10910301: Revert 12414. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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 | « tests/html/css_rule_list_test.dart ('k') | tests/html/svg_3_test.dart » ('j') | 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 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 23 matching lines...) Expand all
34 htmlaudioelement_test: Fail # Issue 4517 34 htmlaudioelement_test: Fail # Issue 4517
35 35
36 [ $compiler == none && $runtime == drt && $system == macos] 36 [ $compiler == none && $runtime == drt && $system == macos]
37 audiocontext_test: Pass, Fail 37 audiocontext_test: Pass, Fail
38 38
39 [ $compiler == none && $runtime == drt && $system == linux] 39 [ $compiler == none && $runtime == drt && $system == linux]
40 documentfragment_test: Pass, Timeout 40 documentfragment_test: Pass, Timeout
41 41
42 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera ] 42 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera ]
43 # TODO(vsm): Triage DOM tests. 43 # TODO(vsm): Triage DOM tests.
44 htmloptionscollection_test: Fail # Issue 3813.
44 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. 45 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium.
45 shadow_dom_layout_test: Skip 46 shadow_dom_layout_test: Skip
46 unknownelement_test: Fail # Issue 4189 47 unknownelement_test: Fail # Issue 4189
47 48
48 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ] 49 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ]
49 history_test: Fail 50 history_test: Fail
50 51
51 [ $runtime == ie ] 52 [ $runtime == ie ]
52 form_data_test: Fail # Issue 4793. 53 form_data_test: Fail # Issue 4793.
53 form_element_test: Fail # Issue 4793. 54 form_element_test: Fail # Issue 4793.
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 [ $runtime == vm ] 159 [ $runtime == vm ]
159 *: Skip 160 *: Skip
160 161
161 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 162 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
162 [ $runtime == opera ] 163 [ $runtime == opera ]
163 *: Skip 164 *: Skip
164 165
165 [ $compiler == dart2js && $runtime == drt ] 166 [ $compiler == dart2js && $runtime == drt ]
166 # Unknown error - should investigate. 167 # Unknown error - should investigate.
167 measurement_test: Fail 168 measurement_test: Fail
169 htmloptionscollection_test: Fail # Issue 3813.
168 unknownelement_test: Fail # Issue 4189 170 unknownelement_test: Fail # Issue 4189
169 171
170 [ $compiler == dart2js && $runtime == none ] 172 [ $compiler == dart2js && $runtime == none ]
171 *: Fail, Pass # TODO(ahe): Triage these tests. 173 *: Fail, Pass # TODO(ahe): Triage these tests.
172 174
173 [ $compiler == dart2js ] 175 [ $compiler == dart2js ]
174 transferables_test: Skip # until isInstance works in dart2js 176 transferables_test: Skip # until isInstance works in dart2js
175 177
176 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 178 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
177 request_animation_frame_test: Skip # Async test hangs. 179 request_animation_frame_test: Skip # Async test hangs.
(...skipping 15 matching lines...) Expand all
193 [ $compiler == dart2js && $runtime == chrome && $system == windows] 195 [ $compiler == dart2js && $runtime == chrome && $system == windows]
194 css_test: Pass, Fail # Issue #2823 196 css_test: Pass, Fail # Issue #2823
195 197
196 [ $compiler == dart2js && $runtime == ff && $system == windows] 198 [ $compiler == dart2js && $runtime == ff && $system == windows]
197 js_interop_2_test: Fail # Issue 4658. 199 js_interop_2_test: Fail # Issue 4658.
198 200
199 [ $compiler == dart2js && $checked && $browser] 201 [ $compiler == dart2js && $checked && $browser]
200 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name ' 202 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name '
201 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl' 203 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl'
202 window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl' 204 window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl'
OLDNEW
« no previous file with comments | « tests/html/css_rule_list_test.dart ('k') | tests/html/svg_3_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698