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

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: Changing import paths for unit test 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') | tests/html/websql_test.dart » ('J')
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 # Isolate implementation is private after the unification - Issue 4651 11 # Isolate implementation is private after the unification - Issue 4651
12 js_interop_3_test: Fail 12 js_interop_3_test: Fail
13 js_interop_4_test: Fail 13 js_interop_4_test: Fail
14 js_interop_func_passing_test: Fail 14 js_interop_func_passing_test: Fail
15 15
16 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ] 16 [ $compiler == dart2js && ($runtime == chrome || $runtime == ff) ]
17 js_interop_2_test: Fail # Issue 4651 17 js_interop_2_test: Fail # Issue 4651
18 18
19 [ $runtime == drt ] 19 [ $runtime == drt ]
20 xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages. 20 xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages.
21 21
22 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 22 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
23 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented 23 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented
24 websql_test: Fail #4645 dartium does not support web SQL
24 #htmloptionscollection_test: Fail # TODO(asiva): investigate. 25 #htmloptionscollection_test: Fail # TODO(asiva): investigate.
25 js_interop_2_test: Fail # Issue 4651 26 js_interop_2_test: Fail # Issue 4651
26 27
27 [ $compiler == none && $runtime == drt && $system == windows] 28 [ $compiler == none && $runtime == drt && $system == windows]
28 audiocontext_test: Skip 29 audiocontext_test: Skip
29 30
30 [ $compiler == dart2js && $runtime == drt && $system == windows] 31 [ $compiler == dart2js && $runtime == drt && $system == windows]
31 audiocontext_test: Fail # Issue 4517 32 audiocontext_test: Fail # Issue 4517
32 audioelement_test: Fail # Issue 4517 33 audioelement_test: Fail # Issue 4517
33 blob_constructor_test: Fail # Issue 4517 34 blob_constructor_test: Fail # Issue 4517
(...skipping 26 matching lines...) Expand all
60 typed_arrays_5_test: Skip 61 typed_arrays_5_test: Skip
61 typed_arrays_arraybuffer_test: Skip 62 typed_arrays_arraybuffer_test: Skip
62 typed_arrays_dataview_test: Skip 63 typed_arrays_dataview_test: Skip
63 typed_arrays_range_checks_test: Fail 64 typed_arrays_range_checks_test: Fail
64 cssstyledeclaration_test: Fail 65 cssstyledeclaration_test: Fail
65 element_test: Fail 66 element_test: Fail
66 localstorage_test: Fail 67 localstorage_test: Fail
67 node_test: Fail 68 node_test: Fail
68 svgelement_test: Fail 69 svgelement_test: Fail
69 svgelement2_test: Fail 70 svgelement2_test: Fail
71 websql_test: Fail # IE does not support web SQL
70 # 72 #
71 # Investigate and triage the following into bug reports. 73 # Investigate and triage the following into bug reports.
72 # 74 #
73 audiocontext_test: Fail 75 audiocontext_test: Fail
74 blob_constructor_test: Fail 76 blob_constructor_test: Fail
75 cache_test: Fail 77 cache_test: Fail
76 callbacks_test: Fail 78 callbacks_test: Fail
77 canvas_test: Fail 79 canvas_test: Fail
78 canvas_using_html_test: Fail 80 canvas_using_html_test: Fail
79 css_test: Fail 81 css_test: Fail
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 svgelement2_test: Fail 146 svgelement2_test: Fail
145 transferables_test: Fail # Issue 3392. 147 transferables_test: Fail # Issue 3392.
146 typed_arrays_dataview_test: Fail # DataView not implemented until Firefox 15.0 148 typed_arrays_dataview_test: Fail # DataView not implemented until Firefox 15.0
147 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t. 149 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t.
148 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs. 150 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs.
149 # Note this test now passes for the wrong reasons. It used to be that the only 151 # Note this test now passes for the wrong reasons. It used to be that the only
150 # forEach in this program was in NodeList. Due to dependencies from the unittest 152 # forEach in this program was in NodeList. Due to dependencies from the unittest
151 # framework, frog no longer resolves forEach statically, and instead it 153 # framework, frog no longer resolves forEach statically, and instead it
152 # dynamically binds forEach on a bunch of classes, including HTMLCollection. 154 # dynamically binds forEach on a bunch of classes, including HTMLCollection.
153 typing_test: Pass 155 typing_test: Pass
156 websql_test: Fail # FF does not support web SQL
154 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. 157 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket.
155 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4 158 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4
156 # (NS_ERROR_DOM_BAD_URI) ... 159 # (NS_ERROR_DOM_BAD_URI) ...
157 xhr_test: Fail 160 xhr_test: Fail
158 161
159 [ $runtime == ie && ($system == linux || $system == macos) ] 162 [ $runtime == ie && ($system == linux || $system == macos) ]
160 *: Skip 163 *: Skip
161 164
162 [ $runtime == safari && ($system == linux || $system == windows) ] 165 [ $runtime == safari && ($system == linux || $system == windows) ]
163 *: Skip 166 *: Skip
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 svg_3_test: Skip # Timeout 222 svg_3_test: Skip # Timeout
220 documentfragment_test: Skip # Timeout 223 documentfragment_test: Skip # Timeout
221 fileapi_test: Skip # Issue 3022 224 fileapi_test: Skip # Issue 3022
222 225
223 [ $compiler == dart2js && $runtime == chrome && $system == windows] 226 [ $compiler == dart2js && $runtime == chrome && $system == windows]
224 css_test: Pass, Fail # Issue #2823 227 css_test: Pass, Fail # Issue #2823
225 fileapi_test: Skip # Issue 3022 228 fileapi_test: Skip # Issue 3022
226 229
227 [ $compiler == dart2js && $runtime == drt && $system == macos ] 230 [ $compiler == dart2js && $runtime == drt && $system == macos ]
228 indexeddb_2_test: Fail # Issue 3669. 231 indexeddb_2_test: Fail # Issue 3669.
OLDNEW
« no previous file with comments | « no previous file | tests/html/websql_test.dart » ('j') | tests/html/websql_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698