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

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

Issue 360493002: Emit declarations for typedefs that are needed by reflection. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Adapt to new way of computing elements needed for reflection. Created 6 years, 5 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
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 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ] 5 [ $checked && $compiler != dartanalyzer && $compiler != dart2analyzer && $runtim e != dartium ]
6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351 6 mirrors/regress_16321_test/01: CompileTimeError # Issue 16351
7 7
8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $checked && $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351 9 mirrors/regress_16321_test/01: RunTimeError # Issue 16351
10 10
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 js/*: Skip 194 js/*: Skip
195 195
196 [ $compiler == dart2dart ] 196 [ $compiler == dart2dart ]
197 mirrors/*: Skip # http://dartbug.com/11511 197 mirrors/*: Skip # http://dartbug.com/11511
198 async/schedule_microtask6_test: Fail # Issue 10957 - may be related to issue 10910 198 async/schedule_microtask6_test: Fail # Issue 10957 - may be related to issue 10910
199 199
200 [ $compiler == dart2dart && $minified ] 200 [ $compiler == dart2dart && $minified ]
201 convert/json_lib_test: Fail # Issue 10961 201 convert/json_lib_test: Fail # Issue 10961
202 202
203 [ $compiler == dart2js && $minified ] 203 [ $compiler == dart2js && $minified ]
204 mirrors/typedef_test/01: Fail # http://dartbug.com/6490
205 mirrors/mirrors_used_get_name_test: RuntimeError 204 mirrors/mirrors_used_get_name_test: RuntimeError
206 mirrors/mirrors_used_get_name2_test: RuntimeError 205 mirrors/mirrors_used_get_name2_test: RuntimeError
207 206
208 [ $runtime == ff ] 207 [ $runtime == ff ]
209 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 208 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
210 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 209 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029
211 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 210 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589
212 211
213 [ $runtime == ie9 ] 212 [ $runtime == ie9 ]
214 # IE9 doesn't support typed arrays. 213 # IE9 doesn't support typed arrays.
(...skipping 27 matching lines...) Expand all
242 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js. 241 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js.
243 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. 242 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
244 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 243 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
245 244
246 mirrors/generic_local_function_test: RuntimeError # Issue 14913 245 mirrors/generic_local_function_test: RuntimeError # Issue 14913
247 mirrors/symbol_validation_test: RuntimeError # Issue 13596 246 mirrors/symbol_validation_test: RuntimeError # Issue 13596
248 mirrors/mirrors_used_inheritance_test: RuntimeError # Issue 16048 247 mirrors/mirrors_used_inheritance_test: RuntimeError # Issue 16048
249 248
250 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 249 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
251 250
251 mirrors/typedef_declaration_test/01: Fail # dartbug.com/16048. Remove multitest marker when it passes.
252
252 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ] 253 [ $compiler == none && ( $runtime == drt || $runtime == dartium || $runtime == C ontentShellOnAndroid) ]
253 async/schedule_microtask6_test: Fail # Issue 10910 254 async/schedule_microtask6_test: Fail # Issue 10910
254 async/timer_test: Fail, Pass # Issue 15487 255 async/timer_test: Fail, Pass # Issue 15487
255 async/multiple_timer_test: Fail, Pass # Issue 15487 256 async/multiple_timer_test: Fail, Pass # Issue 15487
256 async/stream_periodic3_test: Fail, Pass # Issue 15487 257 async/stream_periodic3_test: Fail, Pass # Issue 15487
257 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i s not allowed on Dartium's DOM thread. 258 async/timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: spawnFunction i s not allowed on Dartium's DOM thread.
258 mirrors/immutable_collections_test: Skip # Dartium debug uses -O0, so this will just timeout and waste bot cycles. 259 mirrors/immutable_collections_test: Skip # Dartium debug uses -O0, so this will just timeout and waste bot cycles.
259 mirrors/mirrors_reader_test: Skip # Dartium debug uses -O0, so this will just ti meout and waste bot cycles. 260 mirrors/mirrors_reader_test: Skip # Dartium debug uses -O0, so this will just ti meout and waste bot cycles.
260 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 261 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
261 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 262 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 [ $compiler == dart2js && $mode == debug ] 306 [ $compiler == dart2js && $mode == debug ]
306 mirrors/native_class_test: Pass, Slow 307 mirrors/native_class_test: Pass, Slow
307 308
308 [ $arch == simmips || $arch == mips ] 309 [ $arch == simmips || $arch == mips ]
309 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12025. 310 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12025.
310 convert/streamed_conversion_json_utf8_decode_test: Skip # Pass, Slow 311 convert/streamed_conversion_json_utf8_decode_test: Skip # Pass, Slow
311 312
312 [ $arch == simarm ] 313 [ $arch == simarm ]
313 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. 314 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
314 convert/utf85_test: Skip # Pass, Slow Issue 12644. 315 convert/utf85_test: Skip # Pass, Slow Issue 12644.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698