| Index: tests/lib/lib.status
|
| ===================================================================
|
| --- tests/lib/lib.status (revision 31504)
|
| +++ tests/lib/lib.status (working copy)
|
| @@ -11,6 +11,7 @@
|
| mirrors/delegate_test: RuntimeError # Issue 13864
|
|
|
| [ $compiler == dart2js ]
|
| +typed_data/setRange_4_test: RuntimeError # Clamping issue
|
| async/schedule_microtask6_test: RuntimeError # global error handling is not supported. http://dartbug.com/5958
|
|
|
| math/double_pow_test: RuntimeError
|
| @@ -199,9 +200,6 @@
|
| [ $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/setRange_1_test: Fail # Issue 15413
|
| -typed_data/setRange_2_test: Fail # Issue 15413
|
| -typed_data/setRange_3_test: Fail # Issue 15413
|
| mirrors/syntax_error_test/01: Fail # Issue 15886
|
|
|
| [ $compiler == none ]
|
| @@ -222,9 +220,6 @@
|
| 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/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 || $runtime == dartium ) ]
|
| async/timer_test: Fail, Pass # Issue 15487
|
|
|