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

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: Regen dart:html 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
« no previous file with comments | « tests/html/dom_isolates_test.dart ('k') | tests/html/js_interop_4_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 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 14
16 [ $compiler == none && $runtime == drt && $system == windows] 15 [ $compiler == none && $runtime == drt && $system == windows]
17 audiocontext_test: Skip 16 audiocontext_test: Skip
18 17
19 [ $compiler == none && $runtime == drt && $system == macos] 18 [ $compiler == none && $runtime == drt && $system == macos]
20 audiocontext_test: Pass, Fail 19 audiocontext_test: Pass, Fail
21 20
22 [ $compiler == none && $runtime == drt && $system == linux] 21 [ $compiler == none && $runtime == drt && $system == linux]
23 documentfragment_test: Pass, Timeout 22 documentfragment_test: Pass, Timeout
24 23
25 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera ] 24 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera ]
26 # TODO(vsm): Triage DOM tests. 25 # TODO(vsm): Triage DOM tests.
27 dom_isolates_test: Fail
28 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly. 26 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly.
29 htmloptionscollection_test: Fail # Issue 3813. 27 htmloptionscollection_test: Fail # Issue 3813.
30 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. 28 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium.
31 shadow_dom_layout_test: Skip 29 shadow_dom_layout_test: Skip
32 unknownelement_test: Fail # Issue 4189 30 unknownelement_test: Fail # Issue 4189
33 31
34 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ] 32 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ]
35 history_test: Fail 33 history_test: Fail
36 34
37 [ $runtime == ie ] 35 [ $runtime == ie ]
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 fileapi_test: Skip # Issue 3022 161 fileapi_test: Skip # Issue 3022
164 # Unknown error - should investigate. 162 # Unknown error - should investigate.
165 measurement_test: Fail 163 measurement_test: Fail
166 htmloptionscollection_test: Fail # Issue 3813. 164 htmloptionscollection_test: Fail # Issue 3813.
167 unknownelement_test: Fail # Issue 4189 165 unknownelement_test: Fail # Issue 4189
168 166
169 [ $compiler == dart2js && $runtime == none ] 167 [ $compiler == dart2js && $runtime == none ]
170 *: Fail, Pass # TODO(ahe): Triage these tests. 168 *: Fail, Pass # TODO(ahe): Triage these tests.
171 169
172 [ $compiler == dart2js ] 170 [ $compiler == dart2js ]
173 dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate
174 svgelement2_test: Fail # Html library relies on mangling. Issue 3039. 171 svgelement2_test: Fail # Html library relies on mangling. Issue 3039.
175 transferables_test: Skip # until isInstance works in dart2js 172 transferables_test: Skip # until isInstance works in dart2js
176 173
177 [ $compiler == dart2js && $runtime == d8 ] 174 [ $compiler == dart2js && $runtime == d8 ]
178 # Should investigate why this test succeeds on d8. 175 # Should investigate why this test succeeds on d8.
179 svgelement2_test: Pass 176 svgelement2_test: Pass
180 177
181 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 178 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
182 request_animation_frame_test: Skip # Async test hangs. 179 request_animation_frame_test: Skip # Async test hangs.
183 180
(...skipping 22 matching lines...) Expand all
206 svg_3_test: Skip # Timeout 203 svg_3_test: Skip # Timeout
207 documentfragment_test: Skip # Timeout 204 documentfragment_test: Skip # Timeout
208 fileapi_test: Skip # Issue 3022 205 fileapi_test: Skip # Issue 3022
209 206
210 [ $compiler == dart2js && $runtime == chrome && $system == windows] 207 [ $compiler == dart2js && $runtime == chrome && $system == windows]
211 css_test: Pass, Fail # Issue #2823 208 css_test: Pass, Fail # Issue #2823
212 fileapi_test: Skip # Issue 3022 209 fileapi_test: Skip # Issue 3022
213 210
214 [ $compiler == dart2js && $runtime == drt && $system == macos ] 211 [ $compiler == dart2js && $runtime == drt && $system == macos ]
215 indexeddb_2_test: Fail # Issue 3669. 212 indexeddb_2_test: Fail # Issue 3669.
OLDNEW
« no previous file with comments | « tests/html/dom_isolates_test.dart ('k') | tests/html/js_interop_4_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698