| Index: tests/lib/lib.status
|
| ===================================================================
|
| --- tests/lib/lib.status (revision 35615)
|
| +++ tests/lib/lib.status (working copy)
|
| @@ -118,7 +118,7 @@
|
| mirrors/raw_type_test/01: RuntimeError # http://dartbug.com/6490
|
| mirrors/mirrors_reader_test: Slow, RuntimeError # Issue 16589
|
|
|
| -[ $runtime == safari ]
|
| +[ $runtime == safari || $runtime == safarimobilesim ]
|
| typed_data/setRange_2_test: Fail # Safari doesn't fully implement spec for TypedArray.set
|
| typed_data/setRange_3_test: Fail # Safari doesn't fully implement spec for TypedArray.set
|
| typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for TypedArray.set
|
| @@ -128,7 +128,7 @@
|
| typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage this failure.
|
| typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage this failure.
|
|
|
| -[ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10]
|
| +[ $compiler == dart2js && $runtime != jsshell && $runtime != safarimobilesim && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10]
|
| math/math_test: RuntimeError
|
| math/math2_test: RuntimeError
|
|
|
|
|