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

Unified Diff: tests/html/html.status

Issue 13956024: Be explicit about where range check test fails. It doesn't fail where ArrayBuffers are not supporte… (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 | « no previous file | 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 e8e684e4b20c927fe9d477b72de14ca873207528..f128e71fb42db695def7ac482dc2c014e763ace9 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -16,16 +16,10 @@ postmessage_structured_test/typed_arrays: Fail
[ $compiler == none && $runtime == drt && $system == windows ]
worker_test/functional: Pass, Crash # Issue 9929.
-[ $compiler == dart2js]
+[ $compiler == dart2js && ($runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera || $runtime == drt || $runtime == dartium)]
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 | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698