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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: tests/html/html.status
diff --git a/tests/html/html.status b/tests/html/html.status
index 7cc2d8eda6d92bebd379b265c43823b11609427b..595ebb52f840be3decb3f483a3b4d0c908def0e5 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -13,6 +13,7 @@ request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
[ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debug ]
native_gc_test: Skip # Issue 2538. Too slow in debug.
+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
[ $compiler == none && $runtime == drt && $system == windows]
audiocontext_test: Skip
@@ -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

Powered by Google App Engine
This is Rietveld 408576698