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

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

Issue 12812014: Move timer tests to async tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart 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 file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 5
6 # The scalarlist library is not supported by dart2js or dart2dart yet. 6 # The scalarlist library is not supported by dart2js or dart2dart yet.
7 [ $compiler == dart2js || $compiler == dart2dart ] 7 [ $compiler == dart2js || $compiler == dart2dart ]
8 scalarlist/*: Skip 8 scalarlist/*: Skip
9 9
10 [ $compiler == dart2js ] 10 [ $compiler == dart2js ]
11 math/*: Skip 11 math/*: Skip
12 mirrors/*: Skip 12 mirrors/*: Skip
13 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002 13 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002
14 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012 14 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012
15 15
16 [ $compiler == dart2js && $checked ] 16 [ $compiler == dart2js && $checked ]
17 async/stream_event_transform_test: Fail # Issue 7733. 17 async/stream_event_transform_test: Fail # Issue 7733.
18 18
19 [ $compiler == dart2js && $jscl ] 19 [ $compiler == dart2js && $jscl ]
20 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. 20 async/future_test: Fail # Timer interface not supported; dartbug.com/7728.
21 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772 8. 21 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772 8.
22 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772 8. 22 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772 8.
23 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728 . 23 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728 .
24 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c om/7728. 24 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c om/7728.
25 async/stream_state_nonzero_timer_test: Fail # Timer interface not supported; dar tbug.com/7728. 25 async/stream_state_nonzero_timer_test: Fail # Timer interface not supported; dar tbug.com/7728.
26 async/multiple_timer_test: Fail,OK # Needs Timer to run.
27 async/timer_cancel_test: Fail,OK # Needs Timer to run.
28 async/timer_cancel1_test: Fail,OK # Needs Timer to run.
29 async/timer_cancel2_test: Fail,OK # Needs Timer to run.
30 async/timer_isolate_test: Fail, OK # Needs Timer to run.
31 async/timer_repeat_test: Fail,OK # Needs Timer to run.
32 async/timer_test: Fail,OK # Needs Timer to run.
26 33
27 [ $compiler == dart2js && ($jscl || $runtime == d8) ] 34 [ $compiler == dart2js && ($jscl || $runtime == d8) ]
28 async/stream_periodic_test: Fail # Timer interface not supported; dartbug.com/77 28. 35 async/stream_periodic_test: Fail # Timer interface not supported; dartbug.com/77 28.
29 async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7 728. 36 async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7 728.
30 async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7 728. 37 async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7 728.
31 async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7 728. 38 async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7 728.
32 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7 728. 39 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7 728.
33 40
34 [ $compiler == dart2js && $browser ] 41 [ $compiler == dart2js && $browser ]
35 crypto/sha256_test: Slow, Pass 42 crypto/sha256_test: Slow, Pass
36 crypto/sha1_test: Slow, Pass 43 crypto/sha1_test: Slow, Pass
44 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
45 # implement timer (currently only in d8 )
37 46
38 [ $compiler == dart2dart ] 47 [ $compiler == dart2dart ]
39 # Skip until we stabilize language tests. 48 # Skip until we stabilize language tests.
40 *: Skip 49 *: Skip
41 50
42 [ $compiler == dartc ] 51 [ $compiler == dartc ]
43 # lib issue 6322 52 # lib issue 6322
44 crypto/hmac_sha1_test: Fail 53 crypto/hmac_sha1_test: Fail
45 crypto/hmac_sha256_test: Fail 54 crypto/hmac_sha256_test: Fail
46 55
47 [ $runtime == safari] 56 [ $runtime == safari]
48 # Bug in JSC: the test only passes when being debugged. 57 # Bug in JSC: the test only passes when being debugged.
49 crypto/hmac_md5_test: Fail, Pass 58 crypto/hmac_md5_test: Fail, Pass
50 59
60 [ $runtime == ff ]
61 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
62 multiple_timer_test: Pass, Fail
63 timer_isolate_test: Pass, Fail
64 timer_test: Pass, Fail
65
66 [ $runtime == opera ]
67 async/multiple_timer_test: Pass, Fail
68
69 [ $runtime == opera && $system == windows]
70 # TODO(efortuna): Investigate.
71 async/timer_test: Fail, Pass
72
73 [ $runtime == vm ]
74 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
75 # implement timer (currently only in d8 )
76 async/timer_isolate_test: Skip # See Issue 4997
51 77
52 [ $runtime == vm || ($compiler == none && $runtime == drt) ] 78 [ $runtime == vm || ($compiler == none && $runtime == drt) ]
53 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 79 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
54 async/run_async4_test: Pass, Fail # http://dartbug.com/9013 80 async/run_async4_test: Pass, Fail # http://dartbug.com/9013
55 81
56 [ $compiler == none && $runtime == drt ] 82 [ $compiler == none && $runtime == drt ]
57 async/deferred/deferred_api_test: Fail # http://dartbug.com/2264 83 async/deferred/deferred_api_test: Fail # http://dartbug.com/2264
84 async/timer_isolate_test: Skip # See Issue 4997
85 async/timer_not_available_test: Skip # only meant to test when there is no way t o
86 # implement timer (currently only in d8)
58 87
59 [ $arch == arm ] 88 [ $arch == arm ]
60 *: Skip 89 *: Skip
61 90
62 [ $arch == simarm ] 91 [ $arch == simarm ]
63 *: Skip 92 *: Skip
64 93
65 [ $arch == mips ] 94 [ $arch == mips ]
66 *: Skip 95 *: Skip
67 96
68 [ $arch == simmips ] 97 [ $arch == simmips ]
69 *: Skip 98 *: Skip
OLDNEW
« tests/lib/async/timer_isolate_test.dart ('K') | « tests/lib/async/timer_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698