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

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

Issue 26273004: Mark constructor_kinds as failing on Mac Dartium. (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 [ $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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 mirrors/generic_f_bounded_test: RuntimeError # Issue 13808 177 mirrors/generic_f_bounded_test: RuntimeError # Issue 13808
178 async/timer_isolate_test: Skip # See Issue 4997 178 async/timer_isolate_test: Skip # See Issue 4997
179 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 179 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
180 180
181 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] 181 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
182 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 182 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
183 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 183 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
184 async/run_async6_test: Fail # Issue 10910 184 async/run_async6_test: Fail # Issue 10910
185 async/run_async4_test: Fail # Issue 13921 185 async/run_async4_test: Fail # Issue 13921
186 186
187 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) && $system == macos]
188 mirrors/constructor_kinds_test: Pass, Fail # Issue 13999
187 189
188 [ $compiler == none && $runtime == drt && $system == windows ] 190 [ $compiler == none && $runtime == drt && $system == windows ]
189 async/multiple_timer_test: Fail, Pass # See Issue 10982 191 async/multiple_timer_test: Fail, Pass # See Issue 10982
190 async/timer_test: Fail, Pass # See Issue 10982 192 async/timer_test: Fail, Pass # See Issue 10982
191 193
192 [ $arch == simmips || $arch == mips ] 194 [ $arch == simmips || $arch == mips ]
193 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. 195 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025.
194 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow 196 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow
195 197
196 [ $arch == simarm ] 198 [ $arch == simarm ]
(...skipping 16 matching lines...) Expand all
213 [ $compiler == dart2analyzer ] 215 [ $compiler == dart2analyzer ]
214 mirrors/typedef_test/none: Fail # Issue 13093 216 mirrors/typedef_test/none: Fail # Issue 13093
215 mirrors/generics_test/none: Fail # Issue 13432 217 mirrors/generics_test/none: Fail # Issue 13432
216 mirrors/generic_bounded_test/none: Fail # Issue 13432 218 mirrors/generic_bounded_test/none: Fail # Issue 13432
217 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 219 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
218 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 220 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
219 221
220 [ $compiler == none && $runtime == dartium ] 222 [ $compiler == none && $runtime == dartium ]
221 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. 223 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure.
222 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 224 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
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