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

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

Issue 10378003: Revert "Add IDBKeyRange to dart:html, port two indexeddb tests" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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/frog_IDBKeyRangeFactoryProvider.dart ('k') | tests/html/indexeddb_3_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 indexeddb_3_test: Fail # exception not caught - not 'is IDBDatabaseException' ?
14 indexeddb_4_test: Fail # exception not caught - not 'is IDBDatabaseException' ?
15 13
16 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ] 14 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ]
17 native_gc_test: Skip # Issue 2538. Too slow in debug. 15 native_gc_test: Skip # Issue 2538. Too slow in debug.
18 16
19 [ $compiler == none && $runtime == drt && $system == windows] 17 [ $compiler == none && $runtime == drt && $system == windows]
20 audiocontext_test: Skip 18 audiocontext_test: Skip
21 19
22 [ $compiler == frog && $runtime == drt ] 20 [ $compiler == frog && $runtime == drt ]
23 html_test: Skip # Issue 2657 21 html_test: Skip # Issue 2657
24 request_animation_frame_test: Skip # drt hangs 22 request_animation_frame_test: Skip # drt hangs
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 [ $compiler == frog && $runtime == chrome && $system == windows] 126 [ $compiler == frog && $runtime == chrome && $system == windows]
129 css_test: Pass, Fail # Test is flaky Issue #2823 127 css_test: Pass, Fail # Test is flaky Issue #2823
130 128
131 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 129 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
132 [ $runtime == opera ] 130 [ $runtime == opera ]
133 *: Skip 131 *: Skip
134 132
135 [ $compiler == frog && $runtime == none ] 133 [ $compiler == frog && $runtime == none ]
136 *: Skip 134 *: Skip
137 135
136 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ]
137 request_animation_frame_test: Skip # Async test hangs.
138
138 [ $compiler == dart2js && $runtime == drt ] 139 [ $compiler == dart2js && $runtime == drt ]
139 # Unknown error - should investigate. 140 # Unknown error - should investigate.
140 documentfragment_test: Fail 141 documentfragment_test: Fail
141 element_test: Fail 142 element_test: Fail
142 measurement_test: Fail 143 measurement_test: Fail
143 node_test: Fail 144 node_test: Fail
144 svgelement_test: Fail 145 svgelement_test: Fail
145 146
146 [ $compiler == dart2js && $runtime == none ] 147 [ $compiler == dart2js && $runtime == none ]
147 *: Fail, Pass # TODO(ahe): Triage these tests. 148 *: Fail, Pass # TODO(ahe): Triage these tests.
148 149
149 [ $compiler == dart2js ] 150 [ $compiler == dart2js ]
150 dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate 151 dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate
151 indexeddb_3_test: Fail # TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction'
152 indexeddb_4_test: Fail # TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction'
153 152
154 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ] 153 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ]
155 request_animation_frame_test: Skip # Async test hangs.
156 isolates_test: Skip # Timeout because leg does not support web workers. 154 isolates_test: Skip # Timeout because leg does not support web workers.
157 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . 155 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
158 cross_frame_test: Fail # Issue 2774, iframe.contentDocument is accessible in dar t:html 156 cross_frame_test: Fail # Issue 2774, iframe.contentDocument is accessible in dar t:html
159 inner_frame_test: Fail # Issue 2774 157 inner_frame_test: Fail # Issue 2774
160 158
161 # DOM errors. 159 # DOM errors.
162 indexeddb_2_test: Fail # Uncaught error 160 indexeddb_2_test: Fail # Uncaught error
163 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0' 161 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0'
OLDNEW
« no previous file with comments | « lib/html/src/frog_IDBKeyRangeFactoryProvider.dart ('k') | tests/html/indexeddb_3_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698