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/html/html.status

Issue 10532010: Suppress transferables_test for FF. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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 | 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
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 86 indexeddb_3_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
87 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 87 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
88 instance_of_test: Fail # Issue 2535 88 instance_of_test: Fail # Issue 2535
89 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 89 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
90 inner_frame_test: Skip 90 inner_frame_test: Skip
91 localstorage_test: Fail 91 localstorage_test: Fail
92 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 92 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
93 svg_3_test: Fail 93 svg_3_test: Fail
94 svgelement_test: Fail 94 svgelement_test: Fail
95 svgelement2_test: Fail 95 svgelement2_test: Fail
96 transferables_test: Fail # Issue 3392.
96 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t. 97 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t.
97 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs. 98 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs.
98 # Note this test now passes for the wrong reasons. It used to be that the only 99 # Note this test now passes for the wrong reasons. It used to be that the only
99 # forEach in this program was in NodeList. Due to dependencies from the unittest 100 # forEach in this program was in NodeList. Due to dependencies from the unittest
100 # framework, frog no longer resolves forEach statically, and instead it 101 # framework, frog no longer resolves forEach statically, and instead it
101 # dynamically binds forEach on a bunch of classes, including HTMLCollection. 102 # dynamically binds forEach on a bunch of classes, including HTMLCollection.
102 typing_test: Pass 103 typing_test: Pass
103 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. 104 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket.
104 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4 105 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4
105 # (NS_ERROR_DOM_BAD_URI) ... 106 # (NS_ERROR_DOM_BAD_URI) ...
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 xhr_test: Skip # Timeout 188 xhr_test: Skip # Timeout
188 inner_frame_test: Skip # Timeout 189 inner_frame_test: Skip # Timeout
189 svg_3_test: Skip # Timeout 190 svg_3_test: Skip # Timeout
190 documentfragment_test: Skip # Timeout 191 documentfragment_test: Skip # Timeout
191 fileapi_test: Skip # Issue 3022 192 fileapi_test: Skip # Issue 3022
192 193
193 [ $compiler == dart2js && $runtime == chrome && $system == windows] 194 [ $compiler == dart2js && $runtime == chrome && $system == windows]
194 css_test: Pass, Fail # Issue #2823 195 css_test: Pass, Fail # Issue #2823
195 element_test: Fail # method not found: 'get$add' 196 element_test: Fail # method not found: 'get$add'
196 fileapi_test: Skip # Issue 3022 197 fileapi_test: Skip # Issue 3022
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698