Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(32)

Side by Side Diff: tests/lib/lib.status

Issue 1375373004: Use the event-handler for timers. (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/debugger/async_expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « tests/debugger/async_expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698