| OLD | NEW |
| 1 # Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file | 1 # Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE.md file. | 3 # BSD-style license that can be found in the LICENSE.md file. |
| 4 | 4 |
| 5 # Only meant to test when there is no way to implement Timer. | 5 # Only meant to test when there is no way to implement Timer. |
| 6 async/timer_not_available_test: Fail, OK | 6 async/timer_not_available_test: Fail, OK |
| 7 | 7 |
| 8 # Fail because we do not generate stack trace objects. | 8 # Fail because we do not generate stack trace objects. |
| 9 async/futures_test: Fail | 9 async/futures_test: Fail |
| 10 async/stack_trace02_test: Fail | 10 async/stack_trace02_test: Fail |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 async/stream_periodic_test: CompileTimeError | 37 async/stream_periodic_test: CompileTimeError |
| 38 async/stream_single_test: CompileTimeError | 38 async/stream_single_test: CompileTimeError |
| 39 async/stream_single_to_multi_subscriber_test: CompileTimeError | 39 async/stream_single_to_multi_subscriber_test: CompileTimeError |
| 40 async/stream_state_nonzero_timer_test: CompileTimeError | 40 async/stream_state_nonzero_timer_test: CompileTimeError |
| 41 async/stream_state_test: CompileTimeError | 41 async/stream_state_test: CompileTimeError |
| 42 async/stream_subscription_as_future_test: CompileTimeError | 42 async/stream_subscription_as_future_test: CompileTimeError |
| 43 async/stream_subscription_cancel_test: CompileTimeError | 43 async/stream_subscription_cancel_test: CompileTimeError |
| 44 async/stream_timeout_test: CompileTimeError | 44 async/stream_timeout_test: CompileTimeError |
| 45 async/stream_transform_test: CompileTimeError | 45 async/stream_transform_test: CompileTimeError |
| 46 async/stream_transformation_broadcast_test: CompileTimeError | 46 async/stream_transformation_broadcast_test: CompileTimeError |
| 47 async/stream_type_test: RuntimeError |
| 47 async/timer_cancel1_test: CompileTimeError | 48 async/timer_cancel1_test: CompileTimeError |
| 48 async/timer_cancel2_test: CompileTimeError | 49 async/timer_cancel2_test: CompileTimeError |
| 49 async/timer_cancel_test: CompileTimeError | 50 async/timer_cancel_test: CompileTimeError |
| 50 async/timer_isActive_test: CompileTimeError | 51 async/timer_isActive_test: CompileTimeError |
| 51 async/timer_repeat_test: CompileTimeError | 52 async/timer_repeat_test: CompileTimeError |
| 52 async/timer_test: CompileTimeError | 53 async/timer_test: CompileTimeError |
| 53 | 54 |
| 54 # Unknown failures, need triaging. | 55 # Unknown failures, need triaging. |
| 55 async/catch_errors16_test: Skip | 56 async/catch_errors16_test: Skip |
| 56 async/catch_errors17_test: Skip | 57 async/catch_errors17_test: Skip |
| 57 async/catch_errors19_test: Skip | 58 async/catch_errors19_test: Skip |
| 58 async/catch_errors21_test: Skip | 59 async/catch_errors21_test: Skip |
| 59 async/catch_errors22_test: Skip | 60 async/catch_errors22_test: Skip |
| 60 async/catch_errors23_test: Skip | 61 async/catch_errors23_test: Skip |
| 61 async/catch_errors24_test: Skip | 62 async/catch_errors24_test: Skip |
| 62 async/catch_errors25_test: Skip | 63 async/catch_errors25_test: Skip |
| 63 async/catch_errors26_test: Skip | 64 async/catch_errors26_test: Skip |
| 64 async/catch_errors27_test: Skip | 65 async/catch_errors27_test: Skip |
| 65 async/future_test/01: Skip | 66 async/future_test/01: Skip |
| 66 async/future_test/none: Skip | 67 async/future_test/none: Skip |
| 67 async/stream_controller_test: Skip | 68 async/stream_controller_test: Skip |
| 68 async/stream_empty_test: Skip | 69 async/stream_empty_test: Skip |
| 69 async/stream_event_transformed_test: Skip | 70 async/stream_event_transformed_test: Skip |
| 70 async/stream_listen_zone_test: Skip | 71 async/stream_listen_zone_test: Skip |
| 71 async/stream_zones_test: Skip | 72 async/stream_zones_test: Skip |
| 72 async/zone_error_callback_test: Skip | 73 async/zone_error_callback_test: Skip |
| OLD | NEW |