| 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
|
|
|