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

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

Issue 10548065: Revert "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 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.
17 16
18 [ $compiler == none && $runtime == drt && $system == windows] 17 [ $compiler == none && $runtime == drt && $system == windows]
19 audiocontext_test: Skip 18 audiocontext_test: Skip
20 19
21 [ $compiler == none && $runtime == drt && $system == macos] 20 [ $compiler == none && $runtime == drt && $system == macos]
22 audiocontext_test: Pass, Fail 21 audiocontext_test: Pass, Fail
23 22
24 [ $compiler == frog && $runtime == drt ] 23 [ $compiler == frog && $runtime == drt ]
25 html_test: Skip # Issue 2657 24 html_test: Skip # Issue 2657
26 request_animation_frame_test: Skip # drt hangs 25 request_animation_frame_test: Skip # drt hangs
(...skipping 12 matching lines...) Expand all
39 history_test: Fail 38 history_test: Fail
40 39
41 [ $runtime == chrome ] 40 [ $runtime == chrome ]
42 cssstyledeclaration_test: Fail 41 cssstyledeclaration_test: Fail
43 42
44 [ $runtime == ie ] 43 [ $runtime == ie ]
45 typed_arrays_1_test: Skip # ie9 does not have typed arrays. 44 typed_arrays_1_test: Skip # ie9 does not have typed arrays.
46 typed_arrays_2_test: Skip 45 typed_arrays_2_test: Skip
47 typed_arrays_3_test: Skip 46 typed_arrays_3_test: Skip
48 typed_arrays_4_test: Skip 47 typed_arrays_4_test: Skip
49 typed_arrays_dataview_test: Skip
50 canvas_pixel_array_type_alias_test: Fail # Verify is CanvasPixelArray. 48 canvas_pixel_array_type_alias_test: Fail # Verify is CanvasPixelArray.
51 canvaspixelarraytypealias_test: Fail # Verify is CanvasPixelArray. 49 canvaspixelarraytypealias_test: Fail # Verify is CanvasPixelArray.
52 cssstyledeclaration_test: Fail 50 cssstyledeclaration_test: Fail
53 documentfragment_test: Fail 51 documentfragment_test: Fail
54 element_test: Fail 52 element_test: Fail
55 localstorage_test: Fail 53 localstorage_test: Fail
56 node_test: Fail 54 node_test: Fail
57 svgelement_test: Fail 55 svgelement_test: Fail
58 svgelement2_test: Fail 56 svgelement2_test: Fail
59 xhr_test: Fail 57 xhr_test: Fail
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 xhr_test: Skip # Timeout 188 xhr_test: Skip # Timeout
191 inner_frame_test: Skip # Timeout 189 inner_frame_test: Skip # Timeout
192 svg_3_test: Skip # Timeout 190 svg_3_test: Skip # Timeout
193 documentfragment_test: Skip # Timeout 191 documentfragment_test: Skip # Timeout
194 fileapi_test: Skip # Issue 3022 192 fileapi_test: Skip # Issue 3022
195 193
196 [ $compiler == dart2js && $runtime == chrome && $system == windows] 194 [ $compiler == dart2js && $runtime == chrome && $system == windows]
197 css_test: Pass, Fail # Issue #2823 195 css_test: Pass, Fail # Issue #2823
198 element_test: Fail # method not found: 'get$add' 196 element_test: Fail # method not found: 'get$add'
199 fileapi_test: Skip # Issue 3022 197 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