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

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

Issue 10868067: dart2js dart:html conversions for serialized script values. (Closed) Base URL: https://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 | « lib/html/src/dart2js_Conversions.dart ('k') | tests/html/indexeddb_2_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 [ $runtime == drt ] 11 [ $runtime == drt ]
12 xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages. 12 xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages.
13 13
14 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 14 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
15 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 15 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
16 websql_test: Skip #4645 dartium does not support web SQL (and times out executin g) 16 websql_test: Skip #4645 dartium does not support web SQL (and times out executin g)
17 17
18 [ $compiler == none && $runtime == drt && $system == windows] 18 [ $compiler == none && $runtime == drt && $system == windows]
19 audiocontext_test: Skip 19 audiocontext_test: Skip
20 20
21 [ $compiler == dart2js && $runtime == drt && $system == windows] 21 [ $compiler == dart2js && $runtime == drt && $system == windows]
22 audiocontext_test: Fail # Issue 4517 22 audiocontext_test: Fail # Issue 4517
23 audioelement_test: Fail # Issue 4517 23 audioelement_test: Fail # Issue 4517
24 blob_constructor_test: Fail # Issue 4517 24 blob_constructor_test: Fail # Issue 4517
25 css_test: Fail # Issue 4517 25 css_test: Fail # Issue 4517
26 htmlaudioelement_test: Fail # Issue 4517 26 htmlaudioelement_test: Fail # Issue 4517
27 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly.
28 27
29 [ $compiler == none && $runtime == drt && $system == macos] 28 [ $compiler == none && $runtime == drt && $system == macos]
30 audiocontext_test: Pass, Fail 29 audiocontext_test: Pass, Fail
31 30
32 [ $compiler == none && $runtime == drt && $system == linux] 31 [ $compiler == none && $runtime == drt && $system == linux]
33 documentfragment_test: Pass, Timeout 32 documentfragment_test: Pass, Timeout
34 33
35 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera ] 34 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera ]
36 # TODO(vsm): Triage DOM tests. 35 # TODO(vsm): Triage DOM tests.
37 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly.
38 htmloptionscollection_test: Fail # Issue 3813. 36 htmloptionscollection_test: Fail # Issue 3813.
39 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. 37 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium.
40 shadow_dom_layout_test: Skip 38 shadow_dom_layout_test: Skip
41 unknownelement_test: Fail # Issue 4189 39 unknownelement_test: Fail # Issue 4189
42 40
43 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ] 41 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ]
44 history_test: Fail 42 history_test: Fail
45 43
46 [ $runtime == ie ] 44 [ $runtime == ie ]
47 typed_arrays_1_test: Skip # ie9 does not have typed arrays. 45 typed_arrays_1_test: Skip # ie9 does not have typed arrays.
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 186
189 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ] 187 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ]
190 isolates_test: Skip # Timeout because leg does not support web workers. 188 isolates_test: Skip # Timeout because leg does not support web workers.
191 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . 189 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
192 190
193 [ $compiler == dart2js && $runtime == ff && $system == linux] 191 [ $compiler == dart2js && $runtime == ff && $system == linux]
194 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er ror: The data provided does not meet the requirements of the function. 192 indexeddb_3_test: Fail # Caught Error: DATA_ERR: DOM IDBDatabase Exception 5 Er ror: The data provided does not meet the requirements of the function.
195 localstorage_test: Fail 193 localstorage_test: Fail
196 mutationobserver_test: Fail # Bots have FF 13, will pass on FF 14. 194 mutationobserver_test: Fail # Bots have FF 13, will pass on FF 14.
197 195
198 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) && $system == linu x]
199 # DOM errors.
200 indexeddb_2_test: Fail # Uncaught error
201
202 [ $compiler == dart2js && $runtime == chrome && $system == macos ] 196 [ $compiler == dart2js && $runtime == chrome && $system == macos ]
203 fileapi_test: Skip # Issue 3022 197 fileapi_test: Skip # Issue 3022
204 198
205 [ $compiler == dart2js && $runtime == ff ] 199 [ $compiler == dart2js && $runtime == ff ]
206 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException : method not found: 'get$status' 200 cache_test: Fail # Expectation: ApplicationCache. Caught NoSuchMethodException : method not found: 'get$status'
207 xhr_test: Skip # Timeout 201 xhr_test: Skip # Timeout
208 inner_frame_test: Skip # Timeout 202 inner_frame_test: Skip # Timeout
209 svg_3_test: Skip # Timeout 203 svg_3_test: Skip # Timeout
210 documentfragment_test: Skip # Timeout 204 documentfragment_test: Skip # Timeout
211 fileapi_test: Skip # Issue 3022 205 fileapi_test: Skip # Issue 3022
212 206
213 [ $compiler == dart2js && $runtime == chrome && $system == windows] 207 [ $compiler == dart2js && $runtime == chrome && $system == windows]
214 css_test: Pass, Fail # Issue #2823 208 css_test: Pass, Fail # Issue #2823
215 fileapi_test: Skip # Issue 3022 209 fileapi_test: Skip # Issue 3022
216 210
217 [ $compiler == dart2js && $runtime == ff && $system == windows] 211 [ $compiler == dart2js && $runtime == ff && $system == windows]
218 js_interop_2_test: Fail # Issue 4658. 212 js_interop_2_test: Fail # Issue 4658.
219
220 [ $compiler == dart2js && $runtime == drt && $system == macos ]
221 indexeddb_2_test: Fail # Issue 3669.
OLDNEW
« no previous file with comments | « lib/html/src/dart2js_Conversions.dart ('k') | tests/html/indexeddb_2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698