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

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

Issue 23479025: Implement reflection on function type aliases (typedef). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: ParameterMirror.isStatic Created 7 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
« no previous file with comments | « dart/sdk/lib/_internal/lib/js_mirrors.dart ('k') | dart/tests/lib/mirrors/typedef_test.dart » ('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 [ $compiler == dart2js && $runtime == drt ] 5 [ $compiler == dart2js && $runtime == drt ]
6 convert/chunked_conversion_utf87_test: Pass, Fail # v8 bug: Issue 12293 6 convert/chunked_conversion_utf87_test: Pass, Fail # v8 bug: Issue 12293
7 typed_data/byte_data_test: Pass, Fail # v8 bug: Issue 12293 7 typed_data/byte_data_test: Pass, Fail # v8 bug: Issue 12293
8 8
9 [ $compiler == dart2js ] 9 [ $compiler == dart2js ]
10 math/double_pow_test: Fail 10 math/double_pow_test: Fail
(...skipping 16 matching lines...) Expand all
27 mirrors/null_test : Fail # Issue 12129 27 mirrors/null_test : Fail # Issue 12129
28 mirrors/parameter_test: Fail # Issue 6490 28 mirrors/parameter_test: Fail # Issue 6490
29 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 29 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
30 mirrors/reflected_type_test: Fail # Issue 12607 30 mirrors/reflected_type_test: Fail # Issue 12607
31 mirrors/typedef_metadata_test: Fail # Issue 12785 31 mirrors/typedef_metadata_test: Fail # Issue 12785
32 mirrors/unnamed_library_test: Fail # Issue 10580 32 mirrors/unnamed_library_test: Fail # Issue 10580
33 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002 33 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002
34 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012 34 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012
35 async/run_async6_test: Fail # global error handling is not supported. http://dar tbug.com/5958 35 async/run_async6_test: Fail # global error handling is not supported. http://dar tbug.com/5958
36 async/stream_controller_async_test: Fail, Pass # http://dartbug.com/11953 36 async/stream_controller_async_test: Fail, Pass # http://dartbug.com/11953
37 mirrors/typedef_test/none: Fail # http://dartbug.com/6490
38 mirrors/typedef_test/02: Fail, OK # Incorrect VM behavior.
37 39
38 [ $runtime == safari ] 40 [ $runtime == safari ]
39 mirrors/return_type_test: Pass, Timeout # Issue 12858 41 mirrors/return_type_test: Pass, Timeout # Issue 12858
40 42
41 [ $csp ] 43 [ $csp ]
42 mirrors/*: Skip # Issue 6490 44 mirrors/*: Skip # Issue 6490
43 45
44 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10] 46 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10]
45 math/math_test: Fail 47 math/math_test: Fail
46 math/math2_test: Fail 48 math/math2_test: Fail
(...skipping 29 matching lines...) Expand all
76 # implement timer (currently only in d8 ) 78 # implement timer (currently only in d8 )
77 79
78 [ $compiler == dart2dart ] 80 [ $compiler == dart2dart ]
79 mirrors/*: Skip # http://dartbug.com/11511 81 mirrors/*: Skip # http://dartbug.com/11511
80 library_metadata2_test/01: Skip # http://dartbug.com/11511 82 library_metadata2_test/01: Skip # http://dartbug.com/11511
81 async/run_async6_test: Fail # Issue 10957 - may be related to issue 10910 83 async/run_async6_test: Fail # Issue 10957 - may be related to issue 10910
82 84
83 [ $compiler == dart2dart && $minified ] 85 [ $compiler == dart2dart && $minified ]
84 json/json_test: Fail # Issue 10961 86 json/json_test: Fail # Issue 10961
85 87
88 [ $compiler == dart2js && $minified ]
89 mirrors/typedef_test/01: Fail # http://dartbug.com/6490
90
86 [ $runtime == ff ] 91 [ $runtime == ff ]
87 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 92 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
88 async/multiple_timer_test: Pass, Fail 93 async/multiple_timer_test: Pass, Fail
89 async/timer_isolate_test: Pass, Fail 94 async/timer_isolate_test: Pass, Fail
90 async/timer_test: Pass, Fail 95 async/timer_test: Pass, Fail
91 convert/chunked_conversion_utf88_test: Pass, Timeout # Issue 12029 96 convert/chunked_conversion_utf88_test: Pass, Timeout # Issue 12029
92 convert/streamed_conversion_utf8_encode_test: Pass, Timeout # Issue 12029 97 convert/streamed_conversion_utf8_encode_test: Pass, Timeout # Issue 12029
93 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 98 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029
94 99
95 [ $runtime == ie9 ] 100 [ $runtime == ie9 ]
(...skipping 15 matching lines...) Expand all
111 [ $runtime == vm ] 116 [ $runtime == vm ]
112 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 117 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
113 # implement timer (currently only in d8 ) 118 # implement timer (currently only in d8 )
114 async/timer_isolate_test: Skip # See Issue 4997 119 async/timer_isolate_test: Skip # See Issue 4997
115 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 120 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
116 121
117 [ $runtime == vm || ($compiler == none && $runtime == drt) ] 122 [ $runtime == vm || ($compiler == none && $runtime == drt) ]
118 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 123 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
119 mirrors/mixin_dart2js_test: Skip # TODO(ahe): This test is slightly broken. http ://dartbug.com/12464 124 mirrors/mixin_dart2js_test: Skip # TODO(ahe): This test is slightly broken. http ://dartbug.com/12464
120 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 125 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
126 mirrors/typedef_test/none: Fail # http://dartbug.com/13079
127 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
121 128
122 [ $compiler == none && $runtime == drt ] 129 [ $compiler == none && $runtime == drt ]
123 async/timer_isolate_test: Skip # See Issue 4997 130 async/timer_isolate_test: Skip # See Issue 4997
124 async/timer_not_available_test: Skip # only meant to test when there is no way t o 131 async/timer_not_available_test: Skip # only meant to test when there is no way t o
125 # implement timer (currently only in d8) 132 # implement timer (currently only in d8)
126 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 133 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
127 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 134 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
128 async/run_async6_test: Fail # Issue 10910 135 async/run_async6_test: Fail # Issue 10910
129 136
130 [ $compiler == none && $runtime == drt && $system == windows ] 137 [ $compiler == none && $runtime == drt && $system == windows ]
(...skipping 11 matching lines...) Expand all
142 async/run_zoned6_test/01: fail # Issue 12756. 149 async/run_zoned6_test/01: fail # Issue 12756.
143 async/run_zoned9_test/01: fail # Issue 12756. 150 async/run_zoned9_test/01: fail # Issue 12756.
144 151
145 [ $compiler == dartanalyzer ] 152 [ $compiler == dartanalyzer ]
146 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 153 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950
147 library_metadata2_test/01: Fail # http://dartbug.com/12950 154 library_metadata2_test/01: Fail # http://dartbug.com/12950
148 155
149 [ $compiler == dart2analyzer ] 156 [ $compiler == dart2analyzer ]
150 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950 157 mirrors/library_metadata2_test/01: Fail # http://dartbug.com/12950
151 library_metadata2_test/01: Fail # http://dartbug.com/12950 158 library_metadata2_test/01: Fail # http://dartbug.com/12950
OLDNEW
« no previous file with comments | « dart/sdk/lib/_internal/lib/js_mirrors.dart ('k') | dart/tests/lib/mirrors/typedef_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698