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

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

Issue 10837088: Implement spawnDomFunction (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix return type Created 8 years, 4 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
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
11 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 11 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
12 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 12 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
13 js_interop_4_test: Fail # Dart-to-Dart sync calls not implemented.
14 #htmloptionscollection_test: Fail # TODO(asiva): investigate. 13 #htmloptionscollection_test: Fail # TODO(asiva): investigate.
15 # Started to fail after Todd's commit. 14 # Started to fail after Todd's commit.
16 element_classes_test: Fail 15 element_classes_test: Fail
17 shadow_dom_layout_test: Fail 16 shadow_dom_layout_test: Fail
18 shadow_dom_test: Fail 17 shadow_dom_test: Fail
19 svg_3_test: Fail 18 svg_3_test: Fail
20 # End of 'started to fail after Todd's commit. 19 # End of 'started to fail after Todd's commit.
21 20
22 [ $compiler == none && $runtime == drt && $system == windows] 21 [ $compiler == none && $runtime == drt && $system == windows]
23 audiocontext_test: Skip 22 audiocontext_test: Skip
24 23
25 [ $compiler == none && $runtime == drt && $system == macos] 24 [ $compiler == none && $runtime == drt && $system == macos]
26 audiocontext_test: Pass, Fail 25 audiocontext_test: Pass, Fail
27 26
28 [ $compiler == none && $runtime == drt && $system == linux] 27 [ $compiler == none && $runtime == drt && $system == linux]
29 documentfragment_test: Pass, Timeout 28 documentfragment_test: Pass, Timeout
30 29
31 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera ] 30 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera ]
32 # TODO(vsm): Triage DOM tests. 31 # TODO(vsm): Triage DOM tests.
33 dom_isolates_test: Fail
34 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly. 32 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly.
35 htmloptionscollection_test: Fail # Issue 3813. 33 htmloptionscollection_test: Fail # Issue 3813.
36 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. 34 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium.
37 shadow_dom_layout_test: Skip 35 shadow_dom_layout_test: Skip
38 unknownelement_test: Fail # Issue 4189 36 unknownelement_test: Fail # Issue 4189
39 37
40 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ] 38 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ]
41 history_test: Fail 39 history_test: Fail
42 40
43 [ $runtime == ie ] 41 [ $runtime == ie ]
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 fileapi_test: Skip # Issue 3022 167 fileapi_test: Skip # Issue 3022
170 # Unknown error - should investigate. 168 # Unknown error - should investigate.
171 measurement_test: Fail 169 measurement_test: Fail
172 htmloptionscollection_test: Fail # Issue 3813. 170 htmloptionscollection_test: Fail # Issue 3813.
173 unknownelement_test: Fail # Issue 4189 171 unknownelement_test: Fail # Issue 4189
174 172
175 [ $compiler == dart2js && $runtime == none ] 173 [ $compiler == dart2js && $runtime == none ]
176 *: Fail, Pass # TODO(ahe): Triage these tests. 174 *: Fail, Pass # TODO(ahe): Triage these tests.
177 175
178 [ $compiler == dart2js ] 176 [ $compiler == dart2js ]
179 dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate
180 svgelement2_test: Fail # Html library relies on mangling. Issue 3039. 177 svgelement2_test: Fail # Html library relies on mangling. Issue 3039.
181 transferables_test: Skip # until isInstance works in dart2js 178 transferables_test: Skip # until isInstance works in dart2js
182 179
183 [ $compiler == dart2js && $runtime == d8 ] 180 [ $compiler == dart2js && $runtime == d8 ]
184 # Should investigate why this test succeeds on d8. 181 # Should investigate why this test succeeds on d8.
185 svgelement2_test: Pass 182 svgelement2_test: Pass
186 183
187 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 184 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
188 request_animation_frame_test: Skip # Async test hangs. 185 request_animation_frame_test: Skip # Async test hangs.
189 186
(...skipping 22 matching lines...) Expand all
212 svg_3_test: Skip # Timeout 209 svg_3_test: Skip # Timeout
213 documentfragment_test: Skip # Timeout 210 documentfragment_test: Skip # Timeout
214 fileapi_test: Skip # Issue 3022 211 fileapi_test: Skip # Issue 3022
215 212
216 [ $compiler == dart2js && $runtime == chrome && $system == windows] 213 [ $compiler == dart2js && $runtime == chrome && $system == windows]
217 css_test: Pass, Fail # Issue #2823 214 css_test: Pass, Fail # Issue #2823
218 fileapi_test: Skip # Issue 3022 215 fileapi_test: Skip # Issue 3022
219 216
220 [ $compiler == dart2js && $runtime == drt && $system == macos ] 217 [ $compiler == dart2js && $runtime == drt && $system == macos ]
221 indexeddb_2_test: Fail # Issue 3669. 218 indexeddb_2_test: Fail # Issue 3669.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698