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

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

Issue 26772002: Mirror tests for type bounds. (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 [ $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
11 math/random_test: RuntimeError 11 math/random_test: RuntimeError
12 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 12 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490
13 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 13 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
14 mirrors/equality_test/02: RuntimeError # Issue 12333 14 mirrors/equality_test/02: RuntimeError # Issue 12333
15 mirrors/fake_function_test: RuntimeError # Issue 11612 15 mirrors/fake_function_test: RuntimeError # Issue 11612
16 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 16 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
17 mirrors/generics_test/01: RuntimeError # Issue 12087 17 mirrors/generics_test/01: RuntimeError # Issue 12087
18 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087
19 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087
20 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087
21 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087
22 mirrors/generic_f_bounded_test: RuntimeError # Issue 12087
18 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 23 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
19 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 24 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
20 mirrors/generics_substitution_test: RuntimeError # Issue 12087 25 mirrors/generics_substitution_test: RuntimeError # Issue 12087
21 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 26 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
22 mirrors/initializing_formals_test: CompileTimeError # Issue 12164 27 mirrors/initializing_formals_test: CompileTimeError # Issue 12164
23 mirrors/invoke_test: RuntimeError # Issue 11954 28 mirrors/invoke_test: RuntimeError # Issue 11954
24 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 29 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
25 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 30 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
26 mirrors/invoke_private_test: CompileTimeError # Issue 12164 31 mirrors/invoke_private_test: CompileTimeError # Issue 12164
27 mirrors/invoke_throws_test: RuntimeError # Issue 11954 32 mirrors/invoke_throws_test: RuntimeError # Issue 11954
(...skipping 17 matching lines...) Expand all
45 async/run_async3_test: RuntimeError # _enqueueImmediate runs after Timer. http:/ /dartbug.com/9002 50 async/run_async3_test: RuntimeError # _enqueueImmediate runs after Timer. http:/ /dartbug.com/9002
46 async/run_async4_test: Pass, RuntimeError # no global exception handler in isola tes. http://dartbug.com/9012 51 async/run_async4_test: Pass, RuntimeError # no global exception handler in isola tes. http://dartbug.com/9012
47 async/run_async6_test: RuntimeError # global error handling is not supported. ht tp://dartbug.com/5958 52 async/run_async6_test: RuntimeError # global error handling is not supported. ht tp://dartbug.com/5958
48 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 53 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
49 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 54 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
50 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 55 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
51 mirrors/closures_test/none: RuntimeError # Issue 6490 56 mirrors/closures_test/none: RuntimeError # Issue 6490
52 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633 57 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633
53 async/stream_controller_async_test: Pass, Fail # Issue 13608 58 async/stream_controller_async_test: Pass, Fail # Issue 13608
54 59
60 [ $compiler == dart2js && $unchecked ]
61 mirrors/generic_bounded_test/02: RuntimeError # Issue 12087
62 mirrors/generic_bounded_by_type_parameter_test/02: RuntimeError # Issue 12087
63
55 [ $compiler == dart2js && $checked ] 64 [ $compiler == dart2js && $checked ]
56 mirrors/redirection_type_shuffling_test: RuntimeError # Issue 13706 65 mirrors/redirection_type_shuffling_test: RuntimeError # Issue 13706
57 66
58 [ $runtime == safari ] 67 [ $runtime == safari ]
59 mirrors/return_type_test: Pass, Timeout # Issue 12858 68 mirrors/return_type_test: Pass, Timeout # Issue 12858
60 69
61 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10] 70 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10]
62 math/math_test: RuntimeError 71 math/math_test: RuntimeError
63 math/math2_test: RuntimeError 72 math/math2_test: RuntimeError
64 73
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 162 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
154 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js. 163 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js.
155 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 164 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
156 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. 165 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior.
157 166
158 mirrors/generics_substitution_test: RuntimeError # Issue 13808 167 mirrors/generics_substitution_test: RuntimeError # Issue 13808
159 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 168 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
160 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282 169 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282
161 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282 170 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282
162 171
172 # Crash = Issue 13952
173 # RuntimeError = Issue 13808
174 mirrors/generic_bounded_test/none: Crash
175 mirrors/generic_bounded_test/01: Crash, RuntimeError
176 mirrors/generic_bounded_test/02: Crash, Pass
177 mirrors/generic_bounded_by_type_parameter_test/none: Crash
178 mirrors/generic_bounded_by_type_parameter_test/01: Crash, RuntimeError
179 mirrors/generic_bounded_by_type_parameter_test/02: Crash, Pass
180 mirrors/generic_f_bounded_test: RuntimeError
181
163 [ $compiler == none && $runtime == drt ] 182 [ $compiler == none && $runtime == drt ]
164 async/timer_isolate_test: Skip # See Issue 4997 183 async/timer_isolate_test: Skip # See Issue 4997
165 async/timer_not_available_test: Skip # only meant to test when there is no way t o 184 async/timer_not_available_test: Skip # only meant to test when there is no way t o
166 # implement timer (currently only in d8) 185 # implement timer (currently only in d8)
167 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 186 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
168 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 187 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
169 async/run_async6_test: Fail # Issue 10910 188 async/run_async6_test: Fail # Issue 10910
170 189
171 [ $compiler == none && $runtime == drt && $system == windows ] 190 [ $compiler == none && $runtime == drt && $system == windows ]
172 async/multiple_timer_test: Fail, Pass # See Issue 10982 191 async/multiple_timer_test: Fail, Pass # See Issue 10982
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure. 225 mirrors/library_uri_io_test: Fail # Issue 13719: Please triage this failure.
207 mirrors/local_isolate_test: Fail # Issue 13719: Please triage this failure. 226 mirrors/local_isolate_test: Fail # Issue 13719: Please triage this failure.
208 mirrors/mixin_test/01: Fail # Issue 13719: Please triage this failure. 227 mirrors/mixin_test/01: Fail # Issue 13719: Please triage this failure.
209 mirrors/typedef_test/01: Fail # Issue 13719: Please triage this failure. 228 mirrors/typedef_test/01: Fail # Issue 13719: Please triage this failure.
210 229
211 mirrors/generics_substitution_test: RuntimeError # Issue 13808 230 mirrors/generics_substitution_test: RuntimeError # Issue 13808
212 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 231 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
213 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282 232 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12282
214 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282 233 mirrors/type_argument_is_type_variable_test: RuntimeError # Issue 12282
215 234
235 # Crash = Issue 13952
236 # RuntimeError = Issue 13808
237 mirrors/generic_bounded_test/none: Crash
238 mirrors/generic_bounded_test/01: Crash, RuntimeError
239 mirrors/generic_bounded_test/02: Crash, Pass
240 mirrors/generic_bounded_by_type_parameter_test/none: Crash
241 mirrors/generic_bounded_by_type_parameter_test/01: Crash, RuntimeError
242 mirrors/generic_bounded_by_type_parameter_test/02: Crash, Pass
243 mirrors/generic_f_bounded_test: RuntimeError
244
216 [ $compiler == none && $runtime == dartium ] 245 [ $compiler == none && $runtime == dartium ]
217 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. 246 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure.
218 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 247 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
219 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure. 248 async/timer_isolate_test: Fail # Issue 13719: Please triage this failure.
220 249
221 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] 250 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
222 async/run_async4_test: Fail # Issue 13921 251 async/run_async4_test: Fail # Issue 13921
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698