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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/html.status
diff --git a/tests/html/html.status b/tests/html/html.status
index 7cc2d8eda6d92bebd379b265c43823b11609427b..7103ed2c5a218462bd27f39e119a679c32c1c8c4 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -10,6 +10,7 @@ measurement_test: Pass, Fail # Issue 1940
[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not implemented
+typed_arrays_dataview_test: Fail # DataView constructor not implemented.
[ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debug ]
native_gc_test: Skip # Issue 2538. Too slow in debug.
@@ -45,6 +46,7 @@ typed_arrays_1_test: Skip # ie9 does not have typed arrays.
typed_arrays_2_test: Skip
typed_arrays_3_test: Skip
typed_arrays_4_test: Skip
+typed_arrays_dataview_test: Skip
canvas_pixel_array_type_alias_test: Fail # Verify is CanvasPixelArray.
canvaspixelarraytypealias_test: Fail # Verify is CanvasPixelArray.
cssstyledeclaration_test: Fail
@@ -94,6 +96,7 @@ svg_3_test: Fail
svgelement_test: Fail
svgelement2_test: Fail
transferables_test: Fail # Issue 3392.
+typed_arrays_dataview_test: Fail # DataView not implemented until Firefox 15.0
# document.getElementsByTagName('body') returns an HTMLCollection, not a NodeList.
# TODO: Make both implement List<Node>, make implementation return List<Node>, not _NodeListJs.
# Note this test now passes for the wrong reasons. It used to be that the only
« 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