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

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

Issue 27197008: Skip zoned tests on dartium/drt (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 [ $runtime == dartium || $runtime == drt ]
6 async/zone_run_guarded_test: Skip # Issue 14146
7 async/zone_run_test: Skip # Issue 14146
8 async/run_zoned9_test: Skip # Issue 14146
9
5 [ $csp ] 10 [ $csp ]
6 mirrors/delegate_test: RuntimeError # Issue 13864 11 mirrors/delegate_test: RuntimeError # Issue 13864
7 12
8 [ $compiler == dart2js ] 13 [ $compiler == dart2js ]
9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time r. http://dartbug.com/9002 14 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 15 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler in isolates. http://dartbug.com/9012
11 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958 16 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958
12 async/stream_controller_async_test: Pass, Fail # Issue 13608 17 async/stream_controller_async_test: Pass, Fail # Issue 13608
13 18
14 math/double_pow_test: RuntimeError 19 math/double_pow_test: RuntimeError
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 239 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
235 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116 240 mirrors/generic_f_bounded_mixin_application_test: Fail # Issue 14116
236 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest 241 mirrors/generic_interface_test/none: Fail # Inexpressible in multitest
237 242
238 [ $compiler == none && $runtime == dartium ] 243 [ $compiler == none && $runtime == dartium ]
239 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 244 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
240 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 245 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
241 246
242 [ $runtime != none && $runtime != drt && $runtime != dartium ] 247 [ $runtime != none && $runtime != drt && $runtime != dartium ]
243 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 248 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
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