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

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

Issue 23875032: Expose Zones. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Users can't customize runGuarded. More tests. Created 7 years, 3 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
« sdk/lib/async/zone.dart ('K') | « tests/lib/async/zone_run_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 [ $compiler == dart2js && $runtime == drt ] 5 [ $compiler == dart2js && $runtime == drt ]
6 convert/chunked_conversion_utf87_test: Pass, Fail # v8 bug: Issue 12293 6 convert/chunked_conversion_utf87_test: Pass, Fail # v8 bug: Issue 12293
7 typed_data/byte_data_test: Pass, Fail # v8 bug: Issue 12293 7 typed_data/byte_data_test: Pass, Fail # v8 bug: Issue 12293
8 8
9 [ $compiler == dart2js ] 9 [ $compiler == dart2js ]
10 math/double_pow_test: Fail 10 math/double_pow_test: Fail
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 [ $compiler == dart2js && ($jscl || $runtime == d8) ] 71 [ $compiler == dart2js && ($jscl || $runtime == d8) ]
72 async/stream_controller_async_test: Fail # Timer interface not supported; dartbu g.com/7728. 72 async/stream_controller_async_test: Fail # Timer interface not supported; dartbu g.com/7728.
73 async/stream_periodic_test: Fail # Timer interface not supported; dartbug.com/77 28. 73 async/stream_periodic_test: Fail # Timer interface not supported; dartbug.com/77 28.
74 async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7 728. 74 async/stream_periodic2_test: Fail # Timer interface not supported; dartbug.com/7 728.
75 async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7 728. 75 async/stream_periodic3_test: Fail # Timer interface not supported; dartbug.com/7 728.
76 async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7 728. 76 async/stream_periodic4_test: Fail # Timer interface not supported; dartbug.com/7 728.
77 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7 728. 77 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7 728.
78 async/run_zoned7_test: Fail # Timer interface not supported: dartbug.com/7728. 78 async/run_zoned7_test: Fail # Timer interface not supported: dartbug.com/7728.
79 async/catch_errors22_test: Fail # Timer interface not supported: dartbug.com/772 8. 79 async/catch_errors22_test: Fail # Timer interface not supported: dartbug.com/772 8.
80 async/timer_isActive_test: Fail # Timer interface not supported: dartbug.com/772 8. 80 async/timer_isActive_test: Fail # Timer interface not supported: dartbug.com/772 8.
81 async/zone_empty_description2_test: Fail # Timer interface not supported: dartbu g.com/7728.
81 82
82 [ $compiler == dart2js && $browser ] 83 [ $compiler == dart2js && $browser ]
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 86
86 [ $compiler == dart2dart ] 87 [ $compiler == dart2dart ]
87 mirrors/*: Skip # http://dartbug.com/11511 88 mirrors/*: Skip # http://dartbug.com/11511
88 async/run_async6_test: Fail # Issue 10957 - may be related to issue 10910 89 async/run_async6_test: Fail # Issue 10957 - may be related to issue 10910
89 90
90 [ $compiler == dart2dart && $minified ] 91 [ $compiler == dart2dart && $minified ]
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 [ $compiler == none && $runtime == drt ] 156 [ $compiler == none && $runtime == drt ]
156 async/run_zoned6_test/01: fail # Issue 12756. 157 async/run_zoned6_test/01: fail # Issue 12756.
157 async/run_zoned9_test/01: fail # Issue 12756. 158 async/run_zoned9_test/01: fail # Issue 12756.
158 159
159 [ $compiler == dartanalyzer ] 160 [ $compiler == dartanalyzer ]
160 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 161 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950
161 mirrors/typedef_test/none: Fail # Issue 13093 162 mirrors/typedef_test/none: Fail # Issue 13093
162 163
163 [ $compiler == dart2analyzer ] 164 [ $compiler == dart2analyzer ]
164 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 165 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950
OLDNEW
« sdk/lib/async/zone.dart ('K') | « tests/lib/async/zone_run_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698