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

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

Powered by Google App Engine
This is Rietveld 408576698