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

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

Issue 10539170: 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
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 typed_arrays_dataview_test: Fail # DataView constructor not implemented.
Anton Muhin 2012/06/18 10:25:35 why only in Debug mode? And does it indeed pass i
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
23 [ $compiler == frog && $runtime == drt ] 24 [ $compiler == frog && $runtime == drt ]
24 html_test: Skip # Issue 2657 25 html_test: Skip # Issue 2657
25 request_animation_frame_test: Skip # drt hangs 26 request_animation_frame_test: Skip # drt hangs
(...skipping 12 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 xhr_test: Skip # Timeout 190 xhr_test: Skip # Timeout
189 inner_frame_test: Skip # Timeout 191 inner_frame_test: Skip # Timeout
190 svg_3_test: Skip # Timeout 192 svg_3_test: Skip # Timeout
191 documentfragment_test: Skip # Timeout 193 documentfragment_test: Skip # Timeout
192 fileapi_test: Skip # Issue 3022 194 fileapi_test: Skip # Issue 3022
193 195
194 [ $compiler == dart2js && $runtime == chrome && $system == windows] 196 [ $compiler == dart2js && $runtime == chrome && $system == windows]
195 css_test: Pass, Fail # Issue #2823 197 css_test: Pass, Fail # Issue #2823
196 element_test: Fail # method not found: 'get$add' 198 element_test: Fail # method not found: 'get$add'
197 fileapi_test: Skip # Issue 3022 199 fileapi_test: Skip # Issue 3022
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698