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

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

Issue 416643002: Support typedefs in function signatures. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update mirrors used test. Created 6 years, 3 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 16 matching lines...) Expand all
27 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958 27 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. http://dartbug.com/5958
28 28
29 math/double_pow_test: RuntimeError 29 math/double_pow_test: RuntimeError
30 math/low_test: RuntimeError 30 math/low_test: RuntimeError
31 math/random_big_test: RuntimeError # Using bigint seeds for random. 31 math/random_big_test: RuntimeError # Using bigint seeds for random.
32 32
33 mirrors/abstract_class_test: RuntimeError # Issue 12826 33 mirrors/abstract_class_test: RuntimeError # Issue 12826
34 mirrors/class_declarations_test/none: RuntimeError # Issue 13440 34 mirrors/class_declarations_test/none: RuntimeError # Issue 13440
35 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 35 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
36 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597 36 mirrors/constructor_private_name_test: CompileTimeError # Issue 13597
37 mirrors/equality_test/02: RuntimeError # Issue 12785
38 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612 37 mirrors/fake_function_with_call_test: RuntimeError # Issue 11612
39 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612 38 mirrors/fake_function_without_call_test: RuntimeError # Issue 11612
40 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 39 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
41 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087 40 mirrors/generic_f_bounded_mixin_application_test: RuntimeError # Issue 12087
42 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 41 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
43 mirrors/generic_interface_test: RuntimeError # Issue 12087 42 mirrors/generic_interface_test: RuntimeError # Issue 12087
44 mirrors/generic_local_function_test: RuntimeError # Issue 12333 43 mirrors/generic_local_function_test: RuntimeError # Issue 12333
45 mirrors/generic_mixin_test: RuntimeError # Issue 12333 44 mirrors/generic_mixin_test: RuntimeError # Issue 12333
46 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 45 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
47 mirrors/hierarchy_invariants_test: RuntimeError # Issue 15262 46 mirrors/hierarchy_invariants_test: RuntimeError # Issue 15262
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 321
323 [ $arch == simarm ] 322 [ $arch == simarm ]
324 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. 323 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
325 convert/utf85_test: Skip # Pass, Slow Issue 12644. 324 convert/utf85_test: Skip # Pass, Slow Issue 12644.
326 325
327 [ $compiler == dart2js ] 326 [ $compiler == dart2js ]
328 profiler/metrics_num_test: Skip # Because of a int / double type test. 327 profiler/metrics_num_test: Skip # Because of a int / double type test.
329 328
330 [ $arch == simarm64 ] 329 [ $arch == simarm64 ]
331 convert/utf85_test: Skip # Pass, Slow Issue 20111. 330 convert/utf85_test: Skip # Pass, Slow Issue 20111.
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/type_representation_test.dart ('k') | tests/lib/mirrors/equality_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698