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

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

Issue 27565003: Updating microtask test status (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 [ $runtime == dartium || $runtime == drt ] 5 [ $runtime == dartium || $runtime == drt ]
6 async/zone_run_guarded_test: Skip # Issue 14146 6 async/zone_run_guarded_test: Skip # Issue 14146
7 async/zone_run_test: Skip # Issue 14146 7 async/zone_run_test: Skip # Issue 14146
8 async/run_zoned9_test: Skip # Issue 14146 8 async/run_zoned9_test: Skip # Issue 14146
9 9
10 [ $csp ] 10 [ $csp ]
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 # Will be fixed by next roll? 239 # Will be fixed by next roll?
240 mirrors/typedef_metadata_test: Fail 240 mirrors/typedef_metadata_test: Fail
241 mirrors/mixin_test: Fail 241 mirrors/mixin_test: Fail
242 mirrors/mixin_application_test/none: Fail 242 mirrors/mixin_application_test/none: Fail
243 mirrors/generic_mixin_applications_test: Fail 243 mirrors/generic_mixin_applications_test: Fail
244 244
245 [ $compiler == none && $runtime == dartium ] 245 [ $compiler == none && $runtime == dartium ]
246 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 246 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
247 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 247 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
248 248
249 [ ($compiler != none && $runtime != none) || ($compiler == none && $runtime != d artium) ] 249 [ ($compiler != none && $runtime != none) || ($compiler == none && ($runtime != dartium && $runtime != drt)) ]
250 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 250 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