| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index f129a91fd254c73c4a5ebe64e4f1fe54003128b9..75674943d18d4d005108eb76395db622e72e4196 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -79,10 +79,10 @@ mirrors/type_variable_owner_test/01: RuntimeError # Issue 12785
|
| mirrors/variable_is_const_test/none: RuntimeError # Issue 14671
|
| mirrors/variable_is_const_test/01: MissingCompileTimeError # Issue 5519
|
|
|
| -typed_data/typed_data_setRange_test: Fail # Issues 15134, 15412
|
| -
|
| [ $runtime == safari ]
|
| mirrors/return_type_test: Pass, Timeout # Issue 12858
|
| +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
|
|
|
| [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10]
|
| math/math_test: RuntimeError
|
| @@ -178,7 +178,9 @@ async/timer_test: Fail, Pass
|
| [ $runtime == vm ]
|
| async/timer_not_available_test: Fail, OK
|
| mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
|
| -typed_data/typed_data_setRange_test: Fail # Issue 15413
|
| +typed_data/setRange_1_test: Fail # Issue 15413
|
| +typed_data/setRange_2_test: Fail # Issue 15413
|
| +typed_data/setRange_3_test: Fail # Issue 15413
|
|
|
| [ $compiler == none ]
|
| mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://dartbug.com/12464
|
| @@ -205,7 +207,9 @@ async/schedule_microtask6_test: Fail # Issue 10910
|
| mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321
|
| mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
|
| mirrors/local_isolate_test: Skip # http://dartbug.com/12188
|
| -typed_data/typed_data_setRange_test: Fail # Issue 15413
|
| +typed_data/setRange_1_test: Fail # Issue 15413
|
| +typed_data/setRange_2_test: Fail # Issue 15413
|
| +typed_data/setRange_3_test: Fail # Issue 15413
|
|
|
| [ $compiler == none && $runtime == drt && $system == windows ]
|
| async/multiple_timer_test: Fail, Pass # See Issue 10982
|
|
|