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

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

Issue 10540175: Fix DataView constructor and byte accessors. (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 | « lib/html/frog/html_frog.dart ('k') | tests/html/typed_arrays_dataview_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 typed_arrays_dataview_test: Fail # DataView constructor not implemented.
13 14
14 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ] 15 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ]
15 native_gc_test: Skip # Issue 2538. Too slow in debug. 16 native_gc_test: Skip # Issue 2538. Too slow in debug.
16 17
17 [ $compiler == none && $runtime == drt && $system == windows] 18 [ $compiler == none && $runtime == drt && $system == windows]
18 audiocontext_test: Skip 19 audiocontext_test: Skip
19 20
20 [ $compiler == none && $runtime == drt && $system == macos] 21 [ $compiler == none && $runtime == drt && $system == macos]
21 audiocontext_test: Pass, Fail 22 audiocontext_test: Pass, Fail
22 23
(...skipping 15 matching lines...) Expand all
38 history_test: Fail 39 history_test: Fail
39 40
40 [ $runtime == chrome ] 41 [ $runtime == chrome ]
41 cssstyledeclaration_test: Fail 42 cssstyledeclaration_test: Fail
42 43
43 [ $runtime == ie ] 44 [ $runtime == ie ]
44 typed_arrays_1_test: Skip # ie9 does not have typed arrays. 45 typed_arrays_1_test: Skip # ie9 does not have typed arrays.
45 typed_arrays_2_test: Skip 46 typed_arrays_2_test: Skip
46 typed_arrays_3_test: Skip 47 typed_arrays_3_test: Skip
47 typed_arrays_4_test: Skip 48 typed_arrays_4_test: Skip
49 typed_arrays_dataview_test: Skip
48 canvas_pixel_array_type_alias_test: Fail # Verify is CanvasPixelArray. 50 canvas_pixel_array_type_alias_test: Fail # Verify is CanvasPixelArray.
49 canvaspixelarraytypealias_test: Fail # Verify is CanvasPixelArray. 51 canvaspixelarraytypealias_test: Fail # Verify is CanvasPixelArray.
50 cssstyledeclaration_test: Fail 52 cssstyledeclaration_test: Fail
51 documentfragment_test: Fail 53 documentfragment_test: Fail
52 element_test: Fail 54 element_test: Fail
53 localstorage_test: Fail 55 localstorage_test: Fail
54 node_test: Fail 56 node_test: Fail
55 svgelement_test: Fail 57 svgelement_test: Fail
56 svgelement2_test: Fail 58 svgelement2_test: Fail
57 xhr_test: Fail 59 xhr_test: Fail
(...skipping 29 matching lines...) Expand all
87 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB 89 indexeddb_4_test: Fail # Need window.mozIndexedDB instead of window.webkitIn dexedDB
88 instance_of_test: Fail # Issue 2535 90 instance_of_test: Fail # Issue 2535
89 # setup code fails. prepare. (DOM callback has errors) Caught [object Event] 91 # setup code fails. prepare. (DOM callback has errors) Caught [object Event]
90 inner_frame_test: Skip 92 inner_frame_test: Skip
91 localstorage_test: Fail 93 localstorage_test: Fail
92 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable 94 # Interfaces not implemented: SVGTests, SVGLangSpace, SVGExternalResourcesRequir ed, SVGStylable
93 svg_3_test: Fail 95 svg_3_test: Fail
94 svgelement_test: Fail 96 svgelement_test: Fail
95 svgelement2_test: Fail 97 svgelement2_test: Fail
96 transferables_test: Fail # Issue 3392. 98 transferables_test: Fail # Issue 3392.
99 typed_arrays_dataview_test: Fail # DataView not implemented until Firefox 15.0
97 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t. 100 # document.getElementsByTagName('body') returns an HTMLCollection, not a NodeLis t.
98 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs. 101 # TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs.
99 # Note this test now passes for the wrong reasons. It used to be that the only 102 # Note this test now passes for the wrong reasons. It used to be that the only
100 # forEach in this program was in NodeList. Due to dependencies from the unittest 103 # forEach in this program was in NodeList. Due to dependencies from the unittest
101 # framework, frog no longer resolves forEach statically, and instead it 104 # framework, frog no longer resolves forEach statically, and instead it
102 # dynamically binds forEach on a bunch of classes, including HTMLCollection. 105 # dynamically binds forEach on a bunch of classes, including HTMLCollection.
103 typing_test: Pass 106 typing_test: Pass
104 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket. 107 websocket_test: Pass, Fail # FF 10 is uses MozWebSocket, FF 11 uses WebSocket.
105 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4 108 # Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x80530 3f4
106 # (NS_ERROR_DOM_BAD_URI) ... 109 # (NS_ERROR_DOM_BAD_URI) ...
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 xhr_test: Skip # Timeout 191 xhr_test: Skip # Timeout
189 inner_frame_test: Skip # Timeout 192 inner_frame_test: Skip # Timeout
190 svg_3_test: Skip # Timeout 193 svg_3_test: Skip # Timeout
191 documentfragment_test: Skip # Timeout 194 documentfragment_test: Skip # Timeout
192 fileapi_test: Skip # Issue 3022 195 fileapi_test: Skip # Issue 3022
193 196
194 [ $compiler == dart2js && $runtime == chrome && $system == windows] 197 [ $compiler == dart2js && $runtime == chrome && $system == windows]
195 css_test: Pass, Fail # Issue #2823 198 css_test: Pass, Fail # Issue #2823
196 element_test: Fail # method not found: 'get$add' 199 element_test: Fail # method not found: 'get$add'
197 fileapi_test: Skip # Issue 3022 200 fileapi_test: Skip # Issue 3022
OLDNEW
« no previous file with comments | « lib/html/frog/html_frog.dart ('k') | tests/html/typed_arrays_dataview_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698