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

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

Issue 24005002: Make TypedefMirror a direct descendant of TypeMirror. (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
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 ] 5 [ $compiler == dart2js ]
6 math/double_pow_test: RuntimeError 6 math/double_pow_test: RuntimeError
7 math/low_test: RuntimeError 7 math/low_test: RuntimeError
8 math/random_test: RuntimeError 8 math/random_test: RuntimeError
9 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 9 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490
10 mirrors/equality_test/02: RuntimeError # Issue 12333 10 mirrors/equality_test/02: RuntimeError # Issue 12333
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 # implement timer (currently only in d8 ) 137 # implement timer (currently only in d8 )
138 async/timer_isolate_test: Skip # See Issue 4997 138 async/timer_isolate_test: Skip # See Issue 4997
139 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 139 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
140 140
141 [ $runtime == vm || ($compiler == none && $runtime == drt) ] 141 [ $runtime == vm || ($compiler == none && $runtime == drt) ]
142 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 142 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
143 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 143 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
144 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js. 144 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js.
145 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 145 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
146 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. 146 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior.
147 mirrors/typevariable_mirror_metadata_test/none: RuntimeError # Issue 12282
147 148
148 [ $compiler == none && $runtime == drt ] 149 [ $compiler == none && $runtime == drt ]
149 async/timer_isolate_test: Skip # See Issue 4997 150 async/timer_isolate_test: Skip # See Issue 4997
150 async/timer_not_available_test: Skip # only meant to test when there is no way t o 151 async/timer_not_available_test: Skip # only meant to test when there is no way t o
151 # implement timer (currently only in d8) 152 # implement timer (currently only in d8)
152 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 153 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
153 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 154 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
154 async/run_async6_test: Fail # Issue 10910 155 async/run_async6_test: Fail # Issue 10910
155 156
156 [ $compiler == none && $runtime == drt && $system == windows ] 157 [ $compiler == none && $runtime == drt && $system == windows ]
(...skipping 15 matching lines...) Expand all
172 async/stream_controller_async_test: Pass, Fail # Issue 13608 173 async/stream_controller_async_test: Pass, Fail # Issue 13608
173 174
174 [ $compiler == dartanalyzer ] 175 [ $compiler == dartanalyzer ]
175 mirrors/typedef_test/none: Fail # Issue 13093 176 mirrors/typedef_test/none: Fail # Issue 13093
176 mirrors/generics_test/none: Fail # Issue 13432 177 mirrors/generics_test/none: Fail # Issue 13432
177 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 178 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
178 179
179 mirrors/parameter_metadata_test: Fail # Issue 13510 180 mirrors/parameter_metadata_test: Fail # Issue 13510
180 mirrors/method_mirror_returntype_test: Fail # Issue 13510 181 mirrors/method_mirror_returntype_test: Fail # Issue 13510
181 mirrors/function_type_mirror_test: Fail # Issue 13510 182 mirrors/function_type_mirror_test: Fail # Issue 13510
182 mirrors/typevariable_mirror_metadata_test: Fail # Issue 13510 183 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13510
183 184
184 [ $compiler == dart2analyzer ] 185 [ $compiler == dart2analyzer ]
185 mirrors/typedef_test/none: Fail # Issue 13093 186 mirrors/typedef_test/none: Fail # Issue 13093
186 mirrors/generics_test/none: Fail # Issue 13432 187 mirrors/generics_test/none: Fail # Issue 13432
187 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 188 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
188 189
189 mirrors/parameter_metadata_test: Fail # Issue 13510 190 mirrors/parameter_metadata_test: Fail # Issue 13510
190 mirrors/method_mirror_returntype_test: Fail # Issue 13510 191 mirrors/method_mirror_returntype_test: Fail # Issue 13510
191 mirrors/function_type_mirror_test: Fail # Issue 13510 192 mirrors/function_type_mirror_test: Fail # Issue 13510
192 mirrors/typevariable_mirror_metadata_test: Fail # Issue 13510 193 mirrors/typevariable_mirror_metadata_test/none: Fail # Issue 13510
193 194
194 [ $compiler == none && $runtime == dartium ] 195 [ $compiler == none && $runtime == dartium ]
195 async/run_async3_test: Fail # Issue 13719: Please triage this failure. 196 async/run_async3_test: Fail # Issue 13719: Please triage this failure.
196 async/run_async4_test: Fail # Issue 13719: Please triage this failure. 197 async/run_async4_test: Fail # Issue 13719: Please triage this failure.
197 async/run_async6_test: Fail # Issue 13719: Please triage this failure. 198 async/run_async6_test: Fail # Issue 13719: Please triage this failure.
198 async/timer_not_available_test: Fail # Issue 13719: Please triage this failure. 199 async/timer_not_available_test: Fail # Issue 13719: Please triage this failure.
199 mirrors/closures_test/01: Fail # Issue 13719: Please triage this failure. 200 mirrors/closures_test/01: Fail # Issue 13719: Please triage this failure.
200 mirrors/hierarchy_test: Fail # Issue 13719: Please triage this failure. 201 mirrors/hierarchy_test: Fail # Issue 13719: Please triage this failure.
201 mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure. 202 mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure.
202 mirrors/local_isolate_test: Fail # Issue 13719: Please triage this failure. 203 mirrors/local_isolate_test: Fail # Issue 13719: Please triage this failure.
203 mirrors/mixin_test/01: Fail # Issue 13719: Please triage this failure. 204 mirrors/mixin_test/01: Fail # Issue 13719: Please triage this failure.
204 mirrors/typedef_test/01: Fail # Issue 13719: Please triage this failure. 205 mirrors/typedef_test/01: Fail # Issue 13719: Please triage this failure.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698