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

Unified Diff: tests/html/html.status

Issue 14403004: Fix a couple of issues with dart2js typeddata. Add Uint64List and Int64List from typeddata. They ar… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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 | « sdk/lib/typeddata/dart2js/typeddata_dart2js.dart ('k') | no next file » | 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 d8d99ede2d4c3e23260346a552cdee9356a4774e..e8e684e4b20c927fe9d477b72de14ca873207528 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -20,6 +20,12 @@ worker_test/functional: Pass, Crash # Issue 9929.
dom_isolates_test: Skip # Need to migrate to new spawnDomFunction.
typed_arrays_range_checks_test: Fail # TODO(vsm): Implement range checks.
+[ $compiler == dart2js && $runtime == d8 ]
+# d8 does not support ArrayBuffer so this test passes on d8
+# (because it doesn't run the code). TODO(vsm): Remove this
+# when range check are implemented.
+typed_arrays_range_checks_test: Pass
+
[ $compiler == dart2js && $runtime == ie10 ]
indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437
indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437
« no previous file with comments | « sdk/lib/typeddata/dart2js/typeddata_dart2js.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698