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

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

Issue 10952008: Take two of making FooList List<Foo>. (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.
45 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. 44 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium.
46 shadow_dom_layout_test: Skip 45 shadow_dom_layout_test: Skip
47 unknownelement_test: Fail # Issue 4189 46 unknownelement_test: Fail # Issue 4189
48 47
49 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ] 48 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ]
50 history_test: Fail 49 history_test: Fail
51 50
52 [ $runtime == ie ] 51 [ $runtime == ie ]
53 form_data_test: Fail # Issue 4793. 52 form_data_test: Fail # Issue 4793.
54 form_element_test: Fail # Issue 4793. 53 form_element_test: Fail # Issue 4793.
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 [ $runtime == vm ] 158 [ $runtime == vm ]
160 *: Skip 159 *: Skip
161 160
162 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 161 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
163 [ $runtime == opera ] 162 [ $runtime == opera ]
164 *: Skip 163 *: Skip
165 164
166 [ $compiler == dart2js && $runtime == drt ] 165 [ $compiler == dart2js && $runtime == drt ]
167 # Unknown error - should investigate. 166 # Unknown error - should investigate.
168 measurement_test: Fail 167 measurement_test: Fail
169 htmloptionscollection_test: Fail # Issue 3813.
170 unknownelement_test: Fail # Issue 4189 168 unknownelement_test: Fail # Issue 4189
171 169
172 [ $compiler == dart2js && $runtime == none ] 170 [ $compiler == dart2js && $runtime == none ]
173 *: Fail, Pass # TODO(ahe): Triage these tests. 171 *: Fail, Pass # TODO(ahe): Triage these tests.
174 172
175 [ $compiler == dart2js ] 173 [ $compiler == dart2js ]
176 transferables_test: Skip # until isInstance works in dart2js 174 transferables_test: Skip # until isInstance works in dart2js
177 175
178 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 176 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
179 request_animation_frame_test: Skip # Async test hangs. 177 request_animation_frame_test: Skip # Async test hangs.
(...skipping 15 matching lines...) Expand all
195 [ $compiler == dart2js && $runtime == chrome && $system == windows] 193 [ $compiler == dart2js && $runtime == chrome && $system == windows]
196 css_test: Pass, Fail # Issue #2823 194 css_test: Pass, Fail # Issue #2823
197 195
198 [ $compiler == dart2js && $runtime == ff && $system == windows] 196 [ $compiler == dart2js && $runtime == ff && $system == windows]
199 js_interop_2_test: Fail # Issue 4658. 197 js_interop_2_test: Fail # Issue 4658.
200 198
201 [ $compiler == dart2js && $checked && $browser] 199 [ $compiler == dart2js && $checked && $browser]
202 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name ' 200 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name '
203 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl' 201 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl'
204 window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo wImpl' 202 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