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

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

Issue 27069003: New mirror tests: basic types found in dart:core and member collections are immutable. (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/basic_types_in_dart_core_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/run_async3_test: RuntimeError # _enqueueImmediate runs after Timer. http:/ /dartbug.com/9002 9 async/run_async3_test: RuntimeError # _enqueueImmediate runs after Timer. http:/ /dartbug.com/9002
10 async/run_async4_test: Pass, RuntimeError # no global exception handler in isola tes. http://dartbug.com/9012 10 async/run_async4_test: Pass, RuntimeError # no global exception handler in isola tes. http://dartbug.com/9012
11 async/run_async6_test: RuntimeError # global error handling is not supported. ht tp://dartbug.com/5958 11 async/run_async6_test: RuntimeError # global error handling is not supported. ht tp://dartbug.com/5958
12 async/stream_controller_async_test: Pass, Fail # Issue 13608 12 async/stream_controller_async_test: Pass, Fail # Issue 13608
13 13
14 math/double_pow_test: RuntimeError 14 math/double_pow_test: RuntimeError
15 math/low_test: RuntimeError 15 math/low_test: RuntimeError
16 math/random_test: RuntimeError 16 math/random_test: RuntimeError
17 17
18 mirrors/basic_types_in_dart_core_test: RuntimeError # Issue 14025
18 mirrors/closures_test/none: RuntimeError # Issue 6490 19 mirrors/closures_test/none: RuntimeError # Issue 6490
19 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490 20 mirrors/closure_mirror_find_in_context_test: Fail # Issue 6490
20 mirrors/constructor_kinds_test: RuntimeError # Issue 13799 21 mirrors/constructor_kinds_test: RuntimeError # Issue 13799
21 mirrors/equality_test/02: RuntimeError # Issue 12333 22 mirrors/equality_test/02: RuntimeError # Issue 12333
22 mirrors/fake_function_test: RuntimeError # Issue 11612 23 mirrors/fake_function_test: RuntimeError # Issue 11612
23 mirrors/function_type_mirror_test: RuntimeError # Issue 12166 24 mirrors/function_type_mirror_test: RuntimeError # Issue 12166
24 mirrors/generics_test/01: RuntimeError # Issue 12087 25 mirrors/generics_test/01: RuntimeError # Issue 12087
25 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087 26 mirrors/generic_bounded_test/none: RuntimeError # Issue 12087
26 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087 27 mirrors/generic_bounded_test/01: RuntimeError # Issue 12087
27 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087 28 mirrors/generic_bounded_by_type_parameter_test/none: RuntimeError # Issue 12087
28 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087 29 mirrors/generic_bounded_by_type_parameter_test/01: RuntimeError # Issue 12087
29 mirrors/generic_f_bounded_test: RuntimeError # Issue 12087 30 mirrors/generic_f_bounded_test: RuntimeError # Issue 12087
30 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333 31 mirrors/generic_function_typedef_test: RuntimeError # Issue 12333
31 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333 32 mirrors/generic_mixin_applications_test: RuntimeError # Issue 12333
32 mirrors/generics_substitution_test: RuntimeError # Issue 12087 33 mirrors/generics_substitution_test: RuntimeError # Issue 12087
33 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863 34 mirrors/hierarchy_invariants_test: RuntimeError # Issue 11863
35 mirrors/immutable_collections_test: RuntimeError # Issue 14030
34 mirrors/initializing_formals_test: CompileTimeError # Issue 12164 36 mirrors/initializing_formals_test: CompileTimeError # Issue 12164
35 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644 37 mirrors/intercepted_superclass_test: RuntimeError # Issue 13644
36 mirrors/invoke_test: RuntimeError # Issue 11954 38 mirrors/invoke_test: RuntimeError # Issue 11954
37 mirrors/invoke_closurization_test: RuntimeError # Issue 13002 39 mirrors/invoke_closurization_test: RuntimeError # Issue 13002
38 mirrors/invoke_named_test/none: RuntimeError # Issue 12863 40 mirrors/invoke_named_test/none: RuntimeError # Issue 12863
39 mirrors/invoke_private_test: CompileTimeError # Issue 12164 41 mirrors/invoke_private_test: CompileTimeError # Issue 12164
40 mirrors/invoke_throws_test: RuntimeError # Issue 11954 42 mirrors/invoke_throws_test: RuntimeError # Issue 11954
41 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633 43 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633
42 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.
43 mirrors/method_mirror_name_test: RuntimeError # Issue 6335 45 mirrors/method_mirror_name_test: RuntimeError # Issue 6335
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 164 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
163 165
164 [ $compiler == none ] 166 [ $compiler == none ]
165 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 167 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
166 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 168 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
167 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js. 169 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js.
168 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js. 170 mirrors/intercepted_object_test: Fail, OK # TODO(ahe): Slight broken test to ens ure test coverage on dart2js.
169 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 171 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
170 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. 172 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior.
171 173
174 mirrors/basic_types_in_dart_core_test/01: RuntimeError # Issue 12141
172 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282 175 mirrors/generic_function_typedef_test: RuntimeError # Issue 12282
173 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000 176 mirrors/generic_f_bounded_test: RuntimeError # Issue 14000
177 mirrors/immutable_collections_test: RuntimeError # Issue 14027
174 mirrors/symbol_validation_test: RuntimeError # Issue 13596 178 mirrors/symbol_validation_test: RuntimeError # Issue 13596
175 179
176 async/timer_isolate_test: Skip # See Issue 4997 180 async/timer_isolate_test: Skip # See Issue 4997
177 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8) 181 async/timer_not_available_test: SkipByDesign # only meant to test when there is no way to implement timer (currently only in d8)
178 182
179 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ] 183 [ $compiler == none && ( $runtime == drt || $runtime == dartium ) ]
180 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 184 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
181 mirrors/local_isolate_test: Skip # http://dartbug.com/12188 185 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
182 async/run_async6_test: Fail # Issue 10910 186 async/run_async6_test: Fail # Issue 10910
183 async/run_async4_test: Fail # Issue 13921 187 async/run_async4_test: Fail # Issue 13921
(...skipping 29 matching lines...) Expand all
213 [ $compiler == dart2analyzer ] 217 [ $compiler == dart2analyzer ]
214 mirrors/typedef_test/none: Fail # Issue 13093 218 mirrors/typedef_test/none: Fail # Issue 13093
215 mirrors/generics_test/none: Fail # Issue 13432 219 mirrors/generics_test/none: Fail # Issue 13432
216 mirrors/generic_bounded_test/none: Fail # Issue 13432 220 mirrors/generic_bounded_test/none: Fail # Issue 13432
217 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432 221 mirrors/generic_bounded_by_type_parameter_test/none: Fail # Issue 13432
218 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 222 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
219 223
220 [ $compiler == none && $runtime == dartium ] 224 [ $compiler == none && $runtime == dartium ]
221 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure. 225 async/run_async5_test: Pass, Timeout # Issue 13719: Please triage this failure.
222 async/timer_cancel2_test: Pass, Timeout # Issue 13719: Please triage this failur e. 226 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/basic_types_in_dart_core_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698