| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 309897e8674f86c18e01b25f1d7e4a7573a7651a..0a691a4df7b400a6cf85c4b65f8f9f9af28e5c05 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -56,6 +56,8 @@ async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7
|
| async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7728.
|
| +async/run_zoned7_test: Fail # Timer interface not supported: dartbug.com/7728.
|
| +async/catch_errors22_test: Fail # Timer interface not supported: dartbug.com/7728.
|
|
|
| [ $compiler == dart2js && $browser ]
|
| async/timer_not_available_test: Fail, OK # only meant to test when there is no way to
|
| @@ -122,7 +124,7 @@ async/timer_test: Fail, Pass # See Issue 10982
|
| async/future_test: Pass, Crash # Issue: 11207
|
| async/run_async6_test: Pass, Fail # Issue: 11207
|
| async/run_async_test: Pass, Crash # Issue: 11207
|
| -async/slow_consumer2_test: Pass, Crash # Issue: 11207
|
| +async/slow_consumer2_test: Pass, Crash, Timeout # Issue: 11207
|
| async/slow_consumer3_test: Pass, Crash # Issue: 11207
|
| async/slow_consumer_test: Pass, Crash # Issue: 11207
|
| async/stream_controller_async_test: Pass, Crash # Issue: 11207
|
| @@ -147,6 +149,24 @@ typed_data/float32x4_test: Crash # Issue: 11207
|
| typed_data/float32x4_unbox_phi_test: Crash # Issue: 11207
|
| typed_data/float32x4_unbox_regress_test: Crash # Issue: 11207
|
|
|
| +async/run_zoned3_test: Pass, Crash # Issue: 11207
|
| +async/run_zoned5_test: Pass, Crash # Issue: 11207
|
| +async/run_zoned6_test/none: Pass, Crash # Issue: 11207
|
| +async/run_zoned6_test/01: Pass, Crash # Issue: 11207
|
| +async/run_zoned9_test/none: Pass, Crash # Issue: 11207
|
| +async/run_zoned9_test/01: Pass, Crash # Issue: 11207
|
| +async/stream_periodic_test: Pass, Crash # Issue: 11207
|
| +async/catch_errors23_test: Pass, Crash # Issue: 11207
|
| +async/catch_errors24_test: Pass, Crash # Issue: 11207
|
| +async/catch_errors27_test: Pass, Crash # Issue: 11207
|
| +async/multiple_timer_test: Pass, Crash # Issue: 11207
|
| +async/timer_cancel_test: Pass, Crash # Issue: 11207
|
| +async/timer_repeat_test: Pass, Crash # Issue: 11207
|
| +async/run_async3_test: Pass, Crash # Issue: 11207
|
| +async/first_regression_test: Pass, Crash # Issue: 11207
|
| +
|
| +
|
| +
|
| [ $arch == mips ]
|
| *: Skip
|
|
|
|
|