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

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

Issue 10876002: Fixing up some APIs to allow Web DB to work from dart and adding tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Syncing to latest. 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 | « no previous file | tests/html/websql_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 17
17 [ $compiler == none && $runtime == drt && $system == windows] 18 [ $compiler == none && $runtime == drt && $system == windows]
18 audiocontext_test: Skip 19 audiocontext_test: Skip
19 20
20 [ $compiler == dart2js && $runtime == drt && $system == windows] 21 [ $compiler == dart2js && $runtime == drt && $system == windows]
21 audiocontext_test: Fail # Issue 4517 22 audiocontext_test: Fail # Issue 4517
22 audioelement_test: Fail # Issue 4517 23 audioelement_test: Fail # Issue 4517
23 blob_constructor_test: Fail # Issue 4517 24 blob_constructor_test: Fail # Issue 4517
24 css_test: Fail # Issue 4517 25 css_test: Fail # Issue 4517
25 htmlaudioelement_test: Fail # Issue 4517 26 htmlaudioelement_test: Fail # Issue 4517
(...skipping 24 matching lines...) Expand all
50 typed_arrays_5_test: Skip 51 typed_arrays_5_test: Skip
51 typed_arrays_arraybuffer_test: Skip 52 typed_arrays_arraybuffer_test: Skip
52 typed_arrays_dataview_test: Skip 53 typed_arrays_dataview_test: Skip
53 typed_arrays_range_checks_test: Fail 54 typed_arrays_range_checks_test: Fail
54 cssstyledeclaration_test: Fail 55 cssstyledeclaration_test: Fail
55 element_test: Fail 56 element_test: Fail
56 localstorage_test: Fail 57 localstorage_test: Fail
57 node_test: Fail 58 node_test: Fail
58 svgelement_test: Fail 59 svgelement_test: Fail
59 svgelement2_test: Fail 60 svgelement2_test: Fail
61 websql_test: Fail # IE does not support web SQL
60 # 62 #
61 # Investigate and triage the following into bug reports. 63 # Investigate and triage the following into bug reports.
62 # 64 #
63 audiocontext_test: Fail 65 audiocontext_test: Fail
64 blob_constructor_test: Fail 66 blob_constructor_test: Fail
65 cache_test: Fail 67 cache_test: Fail
66 callbacks_test: Fail 68 callbacks_test: Fail
67 canvas_test: Fail 69 canvas_test: Fail
68 canvas_using_html_test: Fail 70 canvas_using_html_test: Fail
69 css_test: Fail 71 css_test: Fail
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 svgelement2_test: Fail 135 svgelement2_test: Fail
134 transferables_test: Fail # Issue 3392. 136 transferables_test: Fail # Issue 3392.
135 typed_arrays_dataview_test: Fail # DataView not implemented until Firefox 15.0 137 typed_arrays_dataview_test: Fail # DataView not implemented until Firefox 15.0
136 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t. 138 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t.
137 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs. 139 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs.
138 # Note this test now passes for the wrong reasons. It used to be that the only 140 # Note this test now passes for the wrong reasons. It used to be that the only
139 # forEach in this program was in NodeList. Due to dependencies from the unittest 141 # forEach in this program was in NodeList. Due to dependencies from the unittest
140 # framework, frog no longer resolves forEach statically, and instead it 142 # framework, frog no longer resolves forEach statically, and instead it
141 # dynamically binds forEach on a bunch of classes, including HTMLCollection. 143 # dynamically binds forEach on a bunch of classes, including HTMLCollection.
142 typing_test: Pass 144 typing_test: Pass
145 websql_test: Fail # FF does not support web SQL
143 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. 146 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket.
144 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4 147 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4
145 # (NS_ERROR_DOM_BAD_URI) ... 148 # (NS_ERROR_DOM_BAD_URI) ...
146 xhr_test: Fail 149 xhr_test: Fail
147 150
148 [ $runtime == ie && ($system == linux || $system == macos) ] 151 [ $runtime == ie && ($system == linux || $system == macos) ]
149 *: Skip 152 *: Skip
150 153
151 [ $runtime == safari && ($system == linux || $system == windows) ] 154 [ $runtime == safari && ($system == linux || $system == windows) ]
152 *: Skip 155 *: Skip
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 212
210 [ $compiler == dart2js && $runtime == chrome && $system == windows] 213 [ $compiler == dart2js && $runtime == chrome && $system == windows]
211 css_test: Pass, Fail # Issue #2823 214 css_test: Pass, Fail # Issue #2823
212 fileapi_test: Skip # Issue 3022 215 fileapi_test: Skip # Issue 3022
213 216
214 [ $compiler == dart2js && $runtime == ff && $system == windows] 217 [ $compiler == dart2js && $runtime == ff && $system == windows]
215 js_interop_2_test: Fail # Issue 4658. 218 js_interop_2_test: Fail # Issue 4658.
216 219
217 [ $compiler == dart2js && $runtime == drt && $system == macos ] 220 [ $compiler == dart2js && $runtime == drt && $system == macos ]
218 indexeddb_2_test: Fail # Issue 3669. 221 indexeddb_2_test: Fail # Issue 3669.
OLDNEW
« no previous file with comments | « no previous file | tests/html/websql_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698