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

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

Issue 10780029: ArrayBuffer constructor (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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 blob_constructor_test: Fail # custom Blob constructor not implemented. 13 blob_constructor_test: Fail # custom Blob constructor not implemented.
14 js_interop_4_test: Fail # Dart-to-Dart sync calls not implemented. 14 js_interop_4_test: Fail # Dart-to-Dart sync calls not implemented.
15 typed_arrays_arraybuffer_test: Fail # Issue 2682 constructor not implemented.
15 16
16 [ $compiler == none && $runtime == drt && $system == windows] 17 [ $compiler == none && $runtime == drt && $system == windows]
17 audiocontext_test: Skip 18 audiocontext_test: Skip
18 19
19 [ $compiler == none && $runtime == drt && $system == macos] 20 [ $compiler == none && $runtime == drt && $system == macos]
20 audiocontext_test: Pass, Fail 21 audiocontext_test: Pass, Fail
21 22
22 [ $compiler == none && $runtime == drt && $system == linux] 23 [ $compiler == none && $runtime == drt && $system == linux]
23 documentfragment_test: Pass, Timeout 24 documentfragment_test: Pass, Timeout
24 25
25 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera ] 26 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome | | $runtime == opera ]
26 # TODO(vsm): Triage DOM tests. 27 # TODO(vsm): Triage DOM tests.
27 dom_isolates_test: Fail 28 dom_isolates_test: Fail
28 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly. 29 indexeddb_2_test: Fail # Issue 1883 - IndexedDB methods don't handle maps corre ctly.
29 htmloptionscollection_test: Fail # Issue 3813. 30 htmloptionscollection_test: Fail # Issue 3813.
30 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium. 31 shadow_dom_test: Skip # No ShadowDOM support except on tip dartium.
31 shadow_dom_layout_test: Skip 32 shadow_dom_layout_test: Skip
32 33
33 [ $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 ]
34 history_test: Fail 35 history_test: Fail
35 36
36 [ $runtime == ie ] 37 [ $runtime == ie ]
37 typed_arrays_1_test: Skip # ie9 does not have typed arrays. 38 typed_arrays_1_test: Skip # ie9 does not have typed arrays.
38 typed_arrays_2_test: Skip 39 typed_arrays_2_test: Skip
39 typed_arrays_3_test: Skip 40 typed_arrays_3_test: Skip
40 typed_arrays_4_test: Skip 41 typed_arrays_4_test: Skip
42 typed_arrays_5_test: Skip
43 typed_arrays_arraybuffer_test: Skip
41 typed_arrays_dataview_test: Skip 44 typed_arrays_dataview_test: Skip
45 typed_arrays_range_checks_test: Fail
42 cssstyledeclaration_test: Fail 46 cssstyledeclaration_test: Fail
43 element_test: Fail 47 element_test: Fail
44 localstorage_test: Fail 48 localstorage_test: Fail
45 node_test: Fail 49 node_test: Fail
46 svgelement_test: Fail 50 svgelement_test: Fail
47 svgelement2_test: Fail 51 svgelement2_test: Fail
48 # 52 #
49 # Investigate and triage the following into bug reports. 53 # Investigate and triage the following into bug reports.
50 # 54 #
51 audiocontext_test: Fail 55 audiocontext_test: Fail
(...skipping 16 matching lines...) Expand all
68 js_interop_2_test: Fail 72 js_interop_2_test: Fail
69 js_interop_3_test: Fail 73 js_interop_3_test: Fail
70 js_interop_4_test: Fail 74 js_interop_4_test: Fail
71 measurement_test: Fail 75 measurement_test: Fail
72 messageevent_test: Fail 76 messageevent_test: Fail
73 serialized_script_value_test: Fail 77 serialized_script_value_test: Fail
74 shadow_dom_layout_test: Fail 78 shadow_dom_layout_test: Fail
75 shadow_dom_test: Fail 79 shadow_dom_test: Fail
76 storage_test: Fail 80 storage_test: Fail
77 svg_3_test: Fail 81 svg_3_test: Fail
78 typed_arrays_range_checks_test: Fail
79 websocket_test: Fail 82 websocket_test: Fail
80 window_nosuchmethod_test: Fail 83 window_nosuchmethod_test: Fail
81 window_open_test: Skip # BUG(4016) 84 window_open_test: Skip # BUG(4016)
82 xsltprocessor_test: Skip # BUG(4016) 85 xsltprocessor_test: Skip # BUG(4016)
83 fileapi_test: Skip # BUG(4016) 86 fileapi_test: Skip # BUG(4016)
84 isolates_test: Skip # BUG(4016) 87 isolates_test: Skip # BUG(4016)
85 xhr_test: Skip # BUG(4016) 88 xhr_test: Skip # BUG(4016)
86 89
87 90
88 [ $runtime == safari ] 91 [ $runtime == safari ]
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 documentfragment_test: Skip # Timeout 208 documentfragment_test: Skip # Timeout
206 fileapi_test: Skip # Issue 3022 209 fileapi_test: Skip # Issue 3022
207 210
208 [ $compiler == dart2js && $runtime == chrome && $system == windows] 211 [ $compiler == dart2js && $runtime == chrome && $system == windows]
209 css_test: Pass, Fail # Issue #2823 212 css_test: Pass, Fail # Issue #2823
210 fileapi_test: Skip # Issue 3022 213 fileapi_test: Skip # Issue 3022
211 214
212 [ $compiler == dart2js && $runtime == drt && $system == macos ] 215 [ $compiler == dart2js && $runtime == drt && $system == macos ]
213 indexeddb_2_test: Fail # Issue 3669. 216 indexeddb_2_test: Fail # Issue 3669.
214 indexeddb_3_test: Fail # Issue 3670. 217 indexeddb_3_test: Fail # Issue 3670.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698