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

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

Issue 55213003: Mark findInContext tests as failing on Dartium (can't pass VM flag). (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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 189
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
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
199 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321 203 mirrors/immutable_collections_test: Fail # Issue 11857, Issue 14321
200 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 204 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
201 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 205 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
202 async/schedule_microtask6_test: Fail # Issue 10910
203 206
204 [ $compiler == none && $runtime == drt && $mode == debug ] 207 [ $compiler == none && $runtime == drt && $mode == debug ]
205 mirrors/hierarchy_invariants_test: Pass, Slow # Issue 14449 208 mirrors/hierarchy_invariants_test: Pass, Slow # Issue 14449
206 209
207 [ $compiler == none && $runtime == drt && $system == windows ] 210 [ $compiler == none && $runtime == drt && $system == windows ]
208 async/multiple_timer_test: Fail, Pass # See Issue 10982 211 async/multiple_timer_test: Fail, Pass # See Issue 10982
209 async/timer_test: Fail, Pass # See Issue 10982 212 async/timer_test: Fail, Pass # See Issue 10982
210 213
211 [ $arch == simmips || $arch == mips ] 214 [ $arch == simmips || $arch == mips ]
212 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. 215 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025.
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 mirrors/operator_test: StaticWarning, OK # API being removed. 299 mirrors/operator_test: StaticWarning, OK # API being removed.
297 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed. 300 mirrors/parameter_metadata_test: StaticWarning, OK # API being removed.
298 mirrors/parameter_test/01: StaticWarning, OK # API being removed. 301 mirrors/parameter_test/01: StaticWarning, OK # API being removed.
299 mirrors/parameter_test/none: StaticWarning, OK # API being removed. 302 mirrors/parameter_test/none: StaticWarning, OK # API being removed.
300 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed. 303 mirrors/reflect_runtime_type_test: StaticWarning, OK # API being removed.
301 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed . 304 mirrors/reflect_uninstantiated_class_test: StaticWarning, OK # API being removed .
302 mirrors/regress_14304_test: StaticWarning, OK # API being removed. 305 mirrors/regress_14304_test: StaticWarning, OK # API being removed.
303 mirrors/return_type_test: StaticWarning, OK # API being removed. 306 mirrors/return_type_test: StaticWarning, OK # API being removed.
304 mirrors/static_test: StaticWarning, OK # API being removed. 307 mirrors/static_test: StaticWarning, OK # API being removed.
305 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