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

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

Issue 15823008: Fix bug in VM timer implementation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: update test status Created 7 years, 6 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
« no previous file with comments | « tests/lib/async/run_async6_test.dart ('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) 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 async/stream_periodic4_test: Fail, Pass # floitsch: Marking as flaky while colle ction debug information. http://dartbug.com/9619 5 async/stream_periodic4_test: Fail, Pass # floitsch: Marking as flaky while colle ction debug information. http://dartbug.com/9619
6 6
7 # The typed_data library is not supported by dart2js or dart2dart yet. 7 # The typed_data library is not supported by dart2js or dart2dart yet.
8 [ $compiler == dart2js || $compiler == dart2dart ] 8 [ $compiler == dart2js || $compiler == dart2dart ]
9 typed_data/*: Fail 9 typed_data/*: Fail
10 10
11 11
12 # The typed_data library is not supported by dart2js or dart2dart yet. 12 # The typed_data library is not supported by dart2js or dart2dart yet.
13 [ $compiler == dart2js || $compiler == dart2dart ] 13 [ $compiler == dart2js || $compiler == dart2dart ]
14 typed_data/*: Skip 14 typed_data/*: Skip
15 15
16 16
17 [ $compiler == dart2js ] 17 [ $compiler == dart2js ]
18 math/*: Skip 18 math/*: Skip
19 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. 19 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this.
20 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 20 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
21 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002 21 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002
22 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012 22 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012
23 async/run_async6_test: Fail # global error handling is not supported. http://dar tbug.com/5958
23 24
24 [ $csp ] 25 [ $csp ]
25 mirrors/library_uri_package_test: Fail, Pass # Issue 6490 26 mirrors/library_uri_package_test: Fail, Pass # Issue 6490
26 27
27 [ $compiler == dart2js && $checked ] 28 [ $compiler == dart2js && $checked ]
28 async/stream_event_transform_test: Fail # Issue 7733. 29 async/stream_event_transform_test: Fail # Issue 7733.
29 30
30 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome || $runtime == drt) ] 31 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome || $runtime == drt) ]
31 crypto/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail?id=2 692 32 crypto/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail?id=2 692
32 33
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 # TODO(efortuna): Investigate. 80 # TODO(efortuna): Investigate.
80 async/timer_test: Fail, Pass 81 async/timer_test: Fail, Pass
81 82
82 [ $runtime == vm ] 83 [ $runtime == vm ]
83 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 84 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
84 # implement timer (currently only in d8 ) 85 # implement timer (currently only in d8 )
85 async/timer_isolate_test: Skip # See Issue 4997 86 async/timer_isolate_test: Skip # See Issue 4997
86 87
87 [ $runtime == vm || ($compiler == none && $runtime == drt) ] 88 [ $runtime == vm || ($compiler == none && $runtime == drt) ]
88 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 89 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
89 async/run_async4_test: Pass, Fail # http://dartbug.com/9013
90 90
91 [ $compiler == none && $runtime == drt ] 91 [ $compiler == none && $runtime == drt ]
92 async/timer_isolate_test: Skip # See Issue 4997 92 async/timer_isolate_test: Skip # See Issue 4997
93 async/timer_not_available_test: Skip # only meant to test when there is no way t o 93 async/timer_not_available_test: Skip # only meant to test when there is no way t o
94 # implement timer (currently only in d8) 94 # implement timer (currently only in d8)
95 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 95 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
96 96
97 [ $arch == simarm ] 97 [ $arch == simarm ]
98 *: Skip 98 *: Skip
99 99
100 [ $arch == mips ] 100 [ $arch == mips ]
101 *: Skip 101 *: Skip
102 102
103 [ $arch == simmips ] 103 [ $arch == simmips ]
104 *: Skip 104 *: Skip
OLDNEW
« no previous file with comments | « tests/lib/async/run_async6_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698