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

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

Issue 10384017: Minimal fix to get cross frame tests working. (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_DOMImplementation.dart ('k') | no next file » | 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 13
14 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ] 14 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ]
15 native_gc_test: Skip # Issue 2538. Too slow in debug. 15 native_gc_test: Skip # Issue 2538. Too slow in debug.
16 16
17 [ $compiler == none && $runtime == drt && $system == windows] 17 [ $compiler == none && $runtime == drt && $system == windows]
18 audiocontext_test: Skip 18 audiocontext_test: Skip
19 19
20 [ $compiler == frog && $runtime == drt ] 20 [ $compiler == frog && $runtime == drt ]
21 html_test: Skip # Issue 2657 21 html_test: Skip # Issue 2657
22 request_animation_frame_test: Skip # drt hangs 22 request_animation_frame_test: Skip # drt hangs
23 23
24 [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera) ] 24 [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera) ]
25 window_nosuchmethod_test: Fail # Issue 1837, frog puts top-level members in the global JS namespace. 25 window_nosuchmethod_test: Fail # Issue 1837, frog puts top-level members in the global JS namespace.
26 cross_frame_test: Fail # Issue 2774, iframe.contentDocument is accessible in dar t:html frog.
27 inner_frame_test: Fail # Issue 2774
28 26
29 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera || ($runtime == drt && $compiler == frog)] 27 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera || ($runtime == drt && $compiler == frog)]
30 # TODO(vsm): Triage DOM tests. 28 # TODO(vsm): Triage DOM tests.
31 dom_isolates_test: Fail 29 dom_isolates_test: Fail
32 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly. 30 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly.
33 window_open_test: Fail 31 window_open_test: Fail
34 32
35 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ] 33 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ]
36 history_test: Fail 34 history_test: Fail
37 35
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 144
147 [ $compiler == dart2js && $runtime == none ] 145 [ $compiler == dart2js && $runtime == none ]
148 *: Fail, Pass # TODO(ahe): Triage these tests. 146 *: Fail, Pass # TODO(ahe): Triage these tests.
149 147
150 [ $compiler == dart2js ] 148 [ $compiler == dart2js ]
151 dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate 149 dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate
152 150
153 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ] 151 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ]
154 isolates_test: Skip # Timeout because leg does not support web workers. 152 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 . 153 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 154
159 # DOM errors. 155 # DOM errors.
160 indexeddb_2_test: Fail # Uncaught error 156 indexeddb_2_test: Fail # Uncaught error
161 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0' 157 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0'
OLDNEW
« no previous file with comments | « lib/html/src/frog_DOMImplementation.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698