| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index ef53bd48b397e5f4b7dda4ed008cf939425ebdc0..3e3ce013c4ef749e4625a1b88fab775476f54c4e 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -16,8 +16,8 @@ typed_data/float32x4_list_test: Fail, OK
|
| typed_data/float32x4_unbox_phi_test: Fail, OK
|
| typed_data/float32x4_unbox_regress_test: Fail, OK
|
|
|
| -[ $compiler == dart2js && $runtime == d8 ]
|
| -typed_data/byte_data_test: Fail, OK # d8 doesn't support DataView
|
| +[ $compiler == dart2js && ($runtime == d8 || $runtime == ie9) ]
|
| +typed_data/byte_data_test: Fail, OK # d8/ie9 doesn't support DataView
|
|
|
| [ $compiler == dart2js && $minified ]
|
| mirrors/mirrors_resolve_fields_test: Fail # Issue 6490
|
|
|