| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 22003104b324c03c15e31578573eb4e95ffb2ad2..582dfb824c0fe4608edb5bb4b73c18e4812a3479 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -17,6 +17,7 @@ typed_data/float32x4_test: Fail, OK
|
| typed_data/float32x4_list_test: Fail, OK
|
| typed_data/float32x4_unbox_phi_test: Fail, OK
|
| typed_data/float32x4_unbox_regress_test: Fail, OK
|
| +typed_data/float32x4_shuffle_test: Fail, OK
|
|
|
| [ $compiler == dart2js && ($runtime == d8 || $runtime == ie9) ]
|
| typed_data/byte_data_test: Fail, OK # d8/ie9 doesn't support DataView
|
| @@ -111,6 +112,7 @@ async/timer_test: Fail, Pass # See Issue 10982
|
| typed_data/float32x4_unbox_regress_test: Crash # Unimplemented
|
| typed_data/float32x4_list_test: Crash # Unimplemented
|
| typed_data/float32x4_test: Crash # Unimplemented
|
| +typed_data/float32x4_shuffle_test: Crash # Unimplemented
|
|
|
| [ $arch == mips ]
|
| *: Skip
|
| @@ -120,3 +122,4 @@ typed_data/float32x4_unbox_regress_test: Crash # Unimplemented
|
| typed_data/float32x4_unbox_phi_test: Crash # Unimplemented
|
| typed_data/float32x4_list_test: Crash # Unimplemented
|
| typed_data/float32x4_test: Crash # Unimplemented
|
| +typed_data/float32x4_shuffle_test: Crash # Unimplemented
|
|
|