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

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

Issue 10191033: test renaming overhaul: step 4 client 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 | « tests/dom/document_test.dart ('k') | tests/dom/dom_constructors_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
(Empty)
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
3 # BSD-style license that can be found in the LICENSE file.
4
5 webgl_1_test: Skip # Issue 1495
6
7 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
8 indexeddb_3_test: Fail # UnsupportedOperationException 'IDBCursorImplementation .get:key'
9 indexeddb_4_test: Skip # Hangs in dartium. IDBKeyRange constructors not impleme nted.
10 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not imp lemented
11
12 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ]
13 native_gc_test: Skip # Issue 2538.
14
15 [ $compiler == none && $runtime == drt && $system == windows]
16 audiocontext_test: Skip
17
18 [ $compiler == frog && ($runtime == drt || $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera) ]
19 window_nosuchmethod_test: Fail # Issue 1837, frog puts top-level members in the global JS namespace.
20
21 [ $compiler == frog && $runtime == drt ]
22 request_animation_frame_test: Skip # drt hangs
23
24 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera || ($runtime == drt && $compiler == frog)]
25 # TODO(vsm): Triage DOM tests.
26 dom_isolates_test: Fail
27 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly.
28
29 htmlelement_test: Fail
30 window_open_test: Fail
31
32 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf ari || $runtime == ff || $runtime == opera ]
33 history_test: Fail
34
35 [ $runtime == ie ]
36 # TODO(vsm): Triage DOM failures.
37 *: Skip
38
39 [ $runtime == safari ]
40 # TODO(vsm): Triage DOM failures.
41 *: Skip
42
43 [ $runtime == ff ]
44 audiocontext_test: Fail # FF only has Audio element
45 css_test: Fail # No analogue to WebKitCSSMatrix
46 callbacks_test: Fail # (webkit|moz|ms)RequestAnimationFrame
47 canvas_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
48 canvas_using_html_test: Fail # No setFillColor() method. Use fillstyle attribut e instead.
49 dart_object_local_storage_test: Fail # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
50 exceptions_test: Fail # Uses webkitotifications, no analogue in moz
51 # _toDartException fails to translate TypeError for call to x.set$onfocus(null)
52 hidden_dom_1_test: Fail
53 # _toDartException fails to translate TypeError for call to x.appendChild$_(y)
54 hidden_dom_2_test: Fail
55 indexeddb_1_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
56 indexeddb_2_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
57 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
58 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
59 instance_of_test: Fail # Issue 2535
60 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
61 inner_frame_test: Fail
62 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
63 svg_3_test: Fail
64 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t.
65 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs.
66 # Note this test now passes for the wrong reasons. It used to be that the only
67 # forEach in this program was in NodeList. Due to dependencies from the unittest
68 # framework, frog no longer resolves forEach statically, and instead it
69 # dynamically binds forEach on a bunch of classes, including HTMLCollection.
70 typing_test: Pass
71 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket.
72 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4
73 # (NS_ERROR_DOM_BAD_URI) ...
74 xhr_test: Fail
75
76 [ $runtime == ie && ($system == linux || $system == mac) ]
77 *: Skip
78
79 [ $runtime == safari && ($system == linux || $system == windows) ]
80 *: Skip
81
82 # 'client' tests import the DOM library, so they only make sense in
83 # a browser environment.
84 [ $compiler == dartc ]
85 *: Skip
86
87 [ $runtime == vm ]
88 *: Skip
89
90 [ $compiler == frog && $runtime == d8 ]
91 *: Skip
92
93 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
94 [ $runtime == opera ]
95 *: Skip
96
97 [ $compiler == frog && $runtime == none ]
98 *: Skip
99
100 [ $compiler == dart2js ]
101 dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate
102
103 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ]
104 request_animation_frame_test: Skip # Async test hangs.
105 isolates_test: Skip # Timeout because leg does not support web workers.
106 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types .
107
108 # DOM errors.
109 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0'
110 htmlelement_test: Fail # TypeError: Object #<HTMLDivElement> has no method 'get$ dataset'
111 indexeddb_2_test: Fail # Uncaught error
112
113 [ $compiler == dart2js && $runtime == none ]
114 *: Fail, Pass # TODO(ahe): Triage these tests.
OLDNEW
« no previous file with comments | « tests/dom/document_test.dart ('k') | tests/dom/dom_constructors_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698