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

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

Issue 11052023: Update indexeddb tests to work with both methods of upgrading a database. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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/indexeddb_1_test.dart » ('j') | tests/html/indexeddb_1_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 window_open_test: Fail, Pass # http://dartbug.com/5151 5 window_open_test: Fail, Pass # http://dartbug.com/5151
6 6
7 event_test: Skip # Issue 1996 7 event_test: Skip # Issue 1996
8 webgl_1_test: Skip # Issue 1495 8 webgl_1_test: Skip # Issue 1495
9 xmldocument_test: Skip # XML in dart:html is incomplete 9 xmldocument_test: Skip # XML in dart:html is incomplete
10 xmlelement_test: Skip # XML in dart:html is incomplete 10 xmlelement_test: Skip # XML in dart:html is incomplete
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 isolates_test: Skip # BUG(4016) 114 isolates_test: Skip # BUG(4016)
115 xhr_test: Skip # BUG(4016) 115 xhr_test: Skip # BUG(4016)
116 xhr_cross_origin_test: Skip # TODO(vsm): Triage XHR on IE. 116 xhr_cross_origin_test: Skip # TODO(vsm): Triage XHR on IE.
117 117
118 [ $runtime == safari ] 118 [ $runtime == safari ]
119 performance_api_test: Fail # window.performance.timing not in Safari 6. 119 performance_api_test: Fail # window.performance.timing not in Safari 6.
120 indexeddb_1_test: Fail # indexedDB not in Safari 6. 120 indexeddb_1_test: Fail # indexedDB not in Safari 6.
121 indexeddb_2_test: Fail # indexedDB not in Safari 6. 121 indexeddb_2_test: Fail # indexedDB not in Safari 6.
122 indexeddb_3_test: Fail # indexedDB not in Safari 6. 122 indexeddb_3_test: Fail # indexedDB not in Safari 6.
123 indexeddb_4_test: Fail # indexedDB not in Safari 6. 123 indexeddb_4_test: Fail # indexedDB not in Safari 6.
124 indexeddb_1_test: Fail # indexedDB not in Safari 6.
125 fileapi_test: Fail # requestFileSystem not supported in Safari 6. 124 fileapi_test: Fail # requestFileSystem not supported in Safari 6.
126 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari. 125 datalistelement_test: Fail # HTMLDataListElement not yet supported in Safari.
127 contentelement_test: Fail # Safari 6 does not support content element. 126 contentelement_test: Fail # Safari 6 does not support content element.
128 # The following tests all fail in Safari 5.1. (NOT Mountain Lion). These will go 127 # The following tests all fail in Safari 5.1. (NOT Mountain Lion). These will go
129 # away after we upgrade the buildbots to Mountain Lion after M1. 128 # away after we upgrade the buildbots to Mountain Lion after M1.
130 # TODO(efortuna): Make our test framework able to separate tests out by browser 129 # TODO(efortuna): Make our test framework able to separate tests out by browser
131 # version. 130 # version.
132 audiobuffersourcenode_test: Fail 131 audiobuffersourcenode_test: Fail
133 audiocontext_test: Fail 132 audiocontext_test: Fail
134 blob_constructor_test: Fail 133 blob_constructor_test: Fail
(...skipping 21 matching lines...) Expand all
156 audiocontext_test: Fail # FF only has Audio element 155 audiocontext_test: Fail # FF only has Audio element
157 css_test: Fail # No analog to WebKitCSSMatrix 156 css_test: Fail # No analog to WebKitCSSMatrix
158 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut e instead. 157 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
159 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut e instead. 158 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
160 contentelement_test: Fail # FF does not support content element. 159 contentelement_test: Fail # FF does not support content element.
161 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 160 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
162 documentfragment_test: Fail 161 documentfragment_test: Fail
163 element_test: Fail 162 element_test: Fail
164 exceptions_test: Fail # Uses webkitotifications, no analogue in moz 163 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
165 fileapi_test: Fail # FF does not support filesystem APIs. 164 fileapi_test: Fail # FF does not support filesystem APIs.
166 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 165 indexeddb_1_test: Fail # FF disables indexedDB from file URLs.
167 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 166 indexeddb_2_test: Fail # FF disables indexedDB from file URLs.
168 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 167 indexeddb_3_test: Fail # FF disables indexedDB from file URLs.
169 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 168 indexeddb_4_test: Fail # FF disables indexedDB from file URLs.
170 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 169 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
171 inner_frame_test: Skip 170 inner_frame_test: Skip
172 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 171 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
173 svg_3_test: Fail 172 svg_3_test: Fail
174 svgelement_test: Fail 173 svgelement_test: Fail
175 svgelement2_test: Fail 174 svgelement2_test: Fail
176 transferables_test: Fail # Issue 3392. 175 transferables_test: Fail # Issue 3392.
177 websql_test: Fail # FF does not support web SQL 176 websql_test: Fail # FF does not support web SQL
178 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. 177 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket.
179 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4" 178 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4"
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 227
229 [ $compiler == dart2js && $runtime == chrome && $system == windows] 228 [ $compiler == dart2js && $runtime == chrome && $system == windows]
230 css_test: Pass, Fail # Issue #2823 229 css_test: Pass, Fail # Issue #2823
231 230
232 [ $compiler == dart2js && $runtime == ff && $system == windows] 231 [ $compiler == dart2js && $runtime == ff && $system == windows]
233 js_interop_2_test: Fail # Issue 4658. 232 js_interop_2_test: Fail # Issue 4658.
234 js_interop_3_test: Fail # Issue 4658. 233 js_interop_3_test: Fail # Issue 4658.
235 234
236 [ $compiler == dart2js && $checked && $browser] 235 [ $compiler == dart2js && $checked && $browser]
237 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name ' 236 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name '
OLDNEW
« no previous file with comments | « no previous file | tests/html/indexeddb_1_test.dart » ('j') | tests/html/indexeddb_1_test.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698