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

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

Issue 43653006: Mark lib/mirrors/hierarchy_invariants_test as slow on drt. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time r. http://dartbug.com/9002 9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time r. http://dartbug.com/9002
10 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler in isolates. http://dartbug.com/9012 10 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler in isolates. http://dartbug.com/9012
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 182 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
183 183
184 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] 184 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
185 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321 185 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321
186 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 186 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
187 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 187 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
188 async/schedule_microtask6_test: Fail # Issue 10910 188 async/schedule_microtask6_test: Fail # Issue 10910
189 async/schedule_microtask4_test: Fail # Issue 13921 189 async/schedule_microtask4_test: Fail # Issue 13921
190 platform/isolate_test: Skip # Issue 14444 190 platform/isolate_test: Skip # Issue 14444
191 191
192 [ $compiler == none && $runtime == drt && $mode == debug ]
193 mirrors/hierarchy_invariants_test: Pass, Slow # Issue 14449
194
192 [ $compiler == none && $runtime == drt && $system == windows ] 195 [ $compiler == none && $runtime == drt && $system == windows ]
193 async/multiple_timer_test: Fail, Pass # See Issue 10982 196 async/multiple_timer_test: Fail, Pass # See Issue 10982
194 async/timer_test: Fail, Pass # See Issue 10982 197 async/timer_test: Fail, Pass # See Issue 10982
195 198
196 [ $arch == simmips || $arch == mips ] 199 [ $arch == simmips || $arch == mips ]
197 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. 200 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025.
198 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow 201 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow
199 202
200 [ $arch == simarm ] 203 [ $arch == simarm ]
201 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. 204 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644.
(...skipping 24 matching lines...) Expand all
226 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest 229 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest
227 mirrors/type_variable_owner_test/none: Fail # Issue 14356 230 mirrors/type_variable_owner_test/none: Fail # Issue 14356
228 231
229 [ $compiler == none && $runtime == dartium ] 232 [ $compiler == none && $runtime == dartium ]
230 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 233 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
231 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 234 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
232 235
233 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ] 236 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ]
234 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 237 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
235 238
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