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

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

Issue 27275002: Add test for ClassMirror.mixin. Rename the mixin application test. (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
« no previous file with comments | « no previous file | tests/lib/mirrors/mixin_application_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 [ $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 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time r. http://dartbug.com/9002 9 async/schedule_microtask3_test: RuntimeError # _enqueueImmediate runs after Time r. http://dartbug.com/9002
10 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler in isolates. http://dartbug.com/9012 10 async/schedule_microtask4_test: Pass, RuntimeError # no global exception handler in isolates. http://dartbug.com/9012
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 42 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
43 mirrors/invoke_private_test: CompileTimeError # Issue 12164 43 mirrors/invoke_private_test: CompileTimeError # Issue 12164
44 mirrors/invoke_throws_test: RuntimeError # Issue 11954 44 mirrors/invoke_throws_test: RuntimeError # Issue 11954
45 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633 45 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633
46 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 46 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
47 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 47 mirrors/method_mirror_name_test: RuntimeError # Issue 6335
48 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861 48 mirrors/method_mirror_properties_test: RuntimeError # Issue 11861
49 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928 49 mirrors/method_mirror_returntype_test : RuntimeError # Issue 11928
50 mirrors/method_mirror_source_test : RuntimeError # Issue 6490 50 mirrors/method_mirror_source_test : RuntimeError # Issue 6490
51 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this. 51 mirrors/mirrors_test: RuntimeError # TODO(ahe): I'm working on fixing this.
52 mirrors/mixin_test/none: RuntimeError # Issue 12464 52 mirrors/mixin_test: RuntimeError # Issue 12464
53 mirrors/mixin_application_test/none: RuntimeError # Issue 12464
53 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333 54 mirrors/new_instance_with_type_arguments_test: RuntimeError # Issue 12333
54 mirrors/null_test : RuntimeError # Issue 12129 55 mirrors/null_test : RuntimeError # Issue 12129
55 mirrors/parameter_test/none: RuntimeError # Issue 6490 56 mirrors/parameter_test/none: RuntimeError # Issue 6490
56 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905 57 mirrors/parameter_metadata_test: CompileTimeError # Issue 10905
57 mirrors/private_symbol_test: CompileTimeError # Issue 13597 58 mirrors/private_symbol_test: CompileTimeError # Issue 13597
58 mirrors/proxy_type_test: RuntimeError # Issue 13842 59 mirrors/proxy_type_test: RuntimeError # Issue 13842
59 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 60 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
60 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 61 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
61 mirrors/reflected_type_test: RuntimeError # Issue 12607 62 mirrors/reflected_type_test: RuntimeError # Issue 12607
62 mirrors/symbol_validation_test: RuntimeError # Issue 13597 63 mirrors/symbol_validation_test: RuntimeError # Issue 13597
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 # TODO(efortuna): Investigate. 162 # TODO(efortuna): Investigate.
162 async/timer_test: Fail, Pass 163 async/timer_test: Fail, Pass
163 164
164 [ $runtime == vm ] 165 [ $runtime == vm ]
165 async/timer_not_available_test: Fail, OK 166 async/timer_not_available_test: Fail, OK
166 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 167 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
167 168
168 [ $compiler == none ] 169 [ $compiler == none ]
169 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http: //dartbug.com/9001. 170 async/schedule_microtask3_test: Fail # _enqueueImmediate runs after Timer. http: //dartbug.com/9001.
170 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 171 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
171 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js. 172 mirrors/mixin_application_test/01: Fail, OK # TODO(ahe): Slight broken test to e nsure test coverage on dart2js.
172 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. 173 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
173 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 174 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
174 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. 175 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior.
175 176
176 mirrors/basic_types_in_dart_core_test/01: RuntimeError # Issue 12141 177 mirrors/basic_types_in_dart_core_test/01: RuntimeError # Issue 12141
177 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 178 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
178 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000 179 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000
179 mirrors/immutable_collections_test: RuntimeError # Issue 14027 180 mirrors/immutable_collections_test: RuntimeError # Issue 14027
180 mirrors/symbol_validation_test: RuntimeError # Issue 13596 181 mirrors/symbol_validation_test: RuntimeError # Issue 13596
181 182
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 mirrors/generic_bounded_test/none: Fail # Issue 13432 223 mirrors/generic_bounded_test/none: Fail # Issue 13432
223 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 224 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
224 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 225 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
225 226
226 [ $compiler == none && $runtime == dartium ] 227 [ $compiler == none && $runtime == dartium ]
227 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure. 228 async/schedule_microtask5_test: Pass, Timeout # Issue 13719: Please triage this failure.
228 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 229 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e.
229 230
230 [ $runtime != none ] 231 [ $runtime != none ]
231 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002 232 async/schedule_microtask_test: Fail # Issue 9001, Issue 9002
OLDNEW
« no previous file with comments | « no previous file | tests/lib/mirrors/mixin_application_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698