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

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

Issue 26851006: Update status file with flaky stream_controller_async_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 [ $csp ] 5 [ $csp ]
6 mirrors/delegate_test: RuntimeError # Issue 13864 6 mirrors/delegate_test: RuntimeError # Issue 13864
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 math/double_pow_test: RuntimeError 9 math/double_pow_test: RuntimeError
10 math/low_test: RuntimeError 10 math/low_test: RuntimeError
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 async/timer_test: Fail, Pass # See Issue 10982 183 async/timer_test: Fail, Pass # See Issue 10982
184 184
185 [ $arch == simmips || $arch == mips ] 185 [ $arch == simmips || $arch == mips ]
186 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. 186 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025.
187 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow 187 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow
188 188
189 [ $arch == simarm ] 189 [ $arch == simarm ]
190 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. 190 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644.
191 convert/utf85_test: Pass, Slow # Issue 12644. 191 convert/utf85_test: Pass, Slow # Issue 12644.
192 192
193 [ $compiler == none && $runtime == drt ] 193 [ $compiler == none && ($runtime == vm || $runtime == dartium || $runtime == drt ) ]
194 async/stream_controller_async_test: Pass, Fail # Issue 13608 194 async/stream_controller_async_test: Pass, Fail # Issue 13608
195 195
196 [ $compiler == dartanalyzer ] 196 [ $compiler == dartanalyzer ]
197 mirrors/typedef_test/none: Fail # Issue 13093 197 mirrors/typedef_test/none: Fail # Issue 13093
198 mirrors/generics_test/none: Fail # Issue 13432 198 mirrors/generics_test/none: Fail # Issue 13432
199 mirrors/generic_bounded_test/none: Fail # Issue 13432 199 mirrors/generic_bounded_test/none: Fail # Issue 13432
200 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 200 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
201 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 201 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
202 202
203 [ $compiler == dart2analyzer ] 203 [ $compiler == dart2analyzer ]
204 mirrors/typedef_test/none: Fail # Issue 13093 204 mirrors/typedef_test/none: Fail # Issue 13093
205 mirrors/generics_test/none: Fail # Issue 13432 205 mirrors/generics_test/none: Fail # Issue 13432
206 mirrors/generic_bounded_test/none: Fail # Issue 13432 206 mirrors/generic_bounded_test/none: Fail # Issue 13432
207 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 207 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
208 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 208 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
209 209
210 [ $compiler == none && $runtime == dartium ] 210 [ $compiler == none && $runtime == dartium ]
211 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. 211 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure.
212 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 212 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698