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

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

Issue 51893006: Mark findInContext as failing on dartium, but not 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_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958 10 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 mirrors/static_members_test: RuntimeError # Issue 14632 190 mirrors/static_members_test: RuntimeError # Issue 14632
191 mirrors/toplevel_members_test: RuntimeError # Issue 14632 191 mirrors/toplevel_members_test: RuntimeError # Issue 14632
192 mirrors/instance_members_test: RuntimeError # Issue 14632 192 mirrors/instance_members_test: RuntimeError # Issue 14632
193 mirrors/instance_members_with_override_test: RuntimeError # Issue 14632 193 mirrors/instance_members_with_override_test: RuntimeError # Issue 14632
194 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 2 194 mirrors/instance_members_unimplemented_interface_test: RuntimeError # Issue 1463 2
195 195
196 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 196 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
197 197
198 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] 198 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
199 async/schedule_microtask6_test: Fail # Issue 10910 199 async/schedule_microtask6_test: Fail # Issue 10910
200 mirrors/find_in_context_test: Fail # Issue 13719
201 mirrors/find_in_context_private_test: Fail # Issue 13719
202 mirrors/find_in_context_fake_function_test: Fail # Issue 13719
203 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321 200 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321
204 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 201 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
205 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 202 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
206 203
207 [ $compiler == none && $runtime == drt && $mode == debug ] 204 [ $compiler == none && $runtime == drt && $mode == debug ]
208 mirrors/hierarchy_invariants_test: Pass, Slow # Issue 14449 205 mirrors/hierarchy_invariants_test: Pass, Slow # Issue 14449
209 206
210 [ $compiler == none && $runtime == drt && $system == windows ] 207 [ $compiler == none && $runtime == drt && $system == windows ]
211 async/multiple_timer_test: Fail, Pass # See Issue 10982 208 async/multiple_timer_test: Fail, Pass # See Issue 10982
212 async/timer_test: Fail, Pass # See Issue 10982 209 async/timer_test: Fail, Pass # See Issue 10982
213 210
214 [ $arch == simmips || $arch == mips ] 211 [ $arch == simmips || $arch == mips ]
215 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. 212 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025.
216 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow 213 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow
217 214
218 [ $arch == simarm ] 215 [ $arch == simarm ]
219 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644. 216 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644.
220 convert/utf85_test: Pass, Slow # Issue 12644. 217 convert/utf85_test: Pass, Slow # Issue 12644.
221 218
222 [ $compiler == none && $runtime == dartium ] 219 [ $compiler == none && $runtime == dartium ]
223 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 220 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
224 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 221 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
222 mirrors/find_in_context_test: Fail # Issue 13719: Needs VM flag
223 mirrors/find_in_context_private_test: Fail # Issue 13719: Needs VM flag
224 mirrors/find_in_context_fake_function_test: Fail # Issue 13719: Needs VM flag
225 225
226 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 226 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
227 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread. 227 # Issue 13921: spawnFunction is not allowed on Dartium's DOM thread.
228 async/timer_isolate_test: Fail 228 async/timer_isolate_test: Fail
229 229
230 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ] 230 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ]
231 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 231 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
232 232
233 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 233 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
234 async/future_test: StaticWarning 234 async/future_test: StaticWarning
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 mirrors/operator_test: StaticWarning, OK # API being removed. 299 mirrors/operator_test: StaticWarning, OK # API being removed.
300 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. 300 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed.
301 mirrors/parameter_test/01: StaticWarning, OK # API being removed. 301 mirrors/parameter_test/01: StaticWarning, OK # API being removed.
302 mirrors/parameter_test/none: StaticWarning, OK # API being removed. 302 mirrors/parameter_test/none: StaticWarning, OK # API being removed.
303 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. 303 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed.
304 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed . 304 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed .
305 mirrors/regress_14304_test: StaticWarning, OK # API being removed. 305 mirrors/regress_14304_test: StaticWarning, OK # API being removed.
306 mirrors/return_type_test: StaticWarning, OK # API being removed. 306 mirrors/return_type_test: StaticWarning, OK # API being removed.
307 mirrors/static_test: StaticWarning, OK # API being removed. 307 mirrors/static_test: StaticWarning, OK # API being removed.
308 mirrors/to_string_test: StaticWarning, OK # API being removed. 308 mirrors/to_string_test: StaticWarning, OK # API being removed.
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