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

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

Issue 26616002: Mark spawnFunction tests as Fail on Dartium (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: reupload 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 | « tests/language/language.status ('k') | tests/standalone/standalone.status » ('j') | 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 math/double_pow_test: RuntimeError 9 math/double_pow_test: RuntimeError
10 math/low_test: RuntimeError 10 math/low_test: RuntimeError
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 mirrors/constructor_kinds_test: RuntimeError # Issue 13798 212 mirrors/constructor_kinds_test: RuntimeError # Issue 13798
213 mirrors/generics_substitution_test: RuntimeError # Issue 13808 213 mirrors/generics_substitution_test: RuntimeError # Issue 13808
214 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 214 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
215 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282 215 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282
216 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282 216 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282
217 217
218 [ $compiler == none && $runtime == dartium ] 218 [ $compiler == none && $runtime == dartium ]
219 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. 219 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure.
220 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 220 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
221 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure. 221 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure.
222
223 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
224 async/run_async4_test: Fail # Issue 13921
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698