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

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

Issue 10378040: Generate and use cross frame wrappers for types in other frames/windows. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Factored out template 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
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' ? 13 indexeddb_3_test: Fail # exception not caught - not 'is IDBDatabaseException' ?
14 indexeddb_4_test: Fail # exception not caught - not 'is IDBDatabaseException' ? 14 indexeddb_4_test: Fail # exception not caught - not 'is IDBDatabaseException' ?
15 15
16 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ] 16 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ]
17 native_gc_test: Skip # Issue 2538. Too slow in debug. 17 native_gc_test: Skip # Issue 2538. Too slow in debug.
18 18
19 [ $compiler == none && $runtime == drt && $system == windows] 19 [ $compiler == none && $runtime == drt && $system == windows]
20 audiocontext_test: Skip 20 audiocontext_test: Skip
21 21
22 [ $compiler == frog && $runtime == drt ] 22 [ $compiler == frog && $runtime == drt ]
23 html_test: Skip # Issue 2657 23 html_test: Skip # Issue 2657
24 request_animation_frame_test: Skip # drt hangs 24 request_animation_frame_test: Skip # drt hangs
25 25
26 [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera) ] 26 [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera) ]
27 window_nosuchmethod_test: Fail # Issue 1837, frog puts top-level members in the global JS namespace. 27 window_nosuchmethod_test: Fail # Issue 1837, frog puts top-level members in the global JS namespace.
28 cross_frame_test: Fail # Issue 2774, iframe.contentDocument is accessible in dar t:html frog.
29 inner_frame_test: Fail # Issue 2774
30 28
31 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera || ($runtime == drt && $compiler == frog)] 29 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera || ($runtime == drt && $compiler == frog)]
32 # TODO(vsm): Triage DOM tests. 30 # TODO(vsm): Triage DOM tests.
33 dom_isolates_test: Fail 31 dom_isolates_test: Fail
34 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly. 32 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly.
35 window_open_test: Fail
36 33
37 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ] 34 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ]
38 history_test: Fail 35 history_test: Fail
39 36
40 [ $runtime == chrome ] 37 [ $runtime == chrome ]
41 cssstyledeclaration_test: Fail 38 cssstyledeclaration_test: Fail
42 39
43 [ $runtime == ie ] 40 [ $runtime == ie ]
44 typed_arrays_1_test: Skip # ie9 does not have typed arrays. 41 typed_arrays_1_test: Skip # ie9 does not have typed arrays.
45 typed_arrays_2_test: Skip 42 typed_arrays_2_test: Skip
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 [ $compiler == dart2js && $runtime == none ] 143 [ $compiler == dart2js && $runtime == none ]
147 *: Fail, Pass # TODO(ahe): Triage these tests. 144 *: Fail, Pass # TODO(ahe): Triage these tests.
148 145
149 [ $compiler == dart2js ] 146 [ $compiler == dart2js ]
150 dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate 147 dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate
151 148
152 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ] 149 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ]
153 request_animation_frame_test: Skip # Async test hangs. 150 request_animation_frame_test: Skip # Async test hangs.
154 isolates_test: Skip # Timeout because leg does not support web workers. 151 isolates_test: Skip # Timeout because leg does not support web workers.
155 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . 152 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
156 cross_frame_test: Fail # Issue 2774, iframe.contentDocument is accessible in dar t:html
157 inner_frame_test: Fail # Issue 2774
158 indexeddb_3_test: Fail # TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction' 153 indexeddb_3_test: Fail # TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction'
159 indexeddb_4_test: Fail # TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction' 154 indexeddb_4_test: Fail # TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction'
160 155
161 # DOM errors. 156 # DOM errors.
162 indexeddb_2_test: Fail # Uncaught error 157 indexeddb_2_test: Fail # Uncaught error
163 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0'
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698