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

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

Issue 25097005: Make ClassMirror.newInstance deal with reordered etc type arguments for redirecting factories. (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 | « runtime/vm/dart_api_impl.cc ('k') | tests/lib/mirrors/circular_factory_redirection_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 [ $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 22 matching lines...) Expand all
33 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905 33 mirrors/typevariable_mirror_metadata_test: CompileTimeError # Issue 10905
34 mirrors/unnamed_library_test: RuntimeError # Issue 10580 34 mirrors/unnamed_library_test: RuntimeError # Issue 10580
35 async/run_async3_test: RuntimeError # _enqueueImmediate runs after Timer. http:/ /dartbug.com/9002 35 async/run_async3_test: RuntimeError # _enqueueImmediate runs after Timer. http:/ /dartbug.com/9002
36 async/run_async4_test: Pass, RuntimeError # no global exception handler in isola tes. http://dartbug.com/9012 36 async/run_async4_test: Pass, RuntimeError # no global exception handler in isola tes. http://dartbug.com/9012
37 async/run_async6_test: RuntimeError # global error handling is not supported. ht tp://dartbug.com/5958 37 async/run_async6_test: RuntimeError # global error handling is not supported. ht tp://dartbug.com/5958
38 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490 38 mirrors/typedef_test/none: RuntimeError # http://dartbug.com/6490
39 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490 39 mirrors/redirecting_factory_test/none: RuntimeError # Issue 6490
40 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490 40 mirrors/redirecting_factory_test/02: RuntimeError # Issue 6490
41 mirrors/closures_test/none: RuntimeError # Issue 6490 41 mirrors/closures_test/none: RuntimeError # Issue 6490
42 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633 42 mirrors/library_metadata2_test/01: CompileTimeError # Issue 13633
43 async/stream_controller_async_test: Pass, Fail # Issue 13608
43 44
44 async/stream_controller_async_test: Pass, Fail # Issue 13608 45 [ $compiler == dart2js && $checked ]
46 mirrors/redirection_type_shuffling_test/01: Fail # Issue 13706
45 47
46 [ $runtime == safari ] 48 [ $runtime == safari ]
47 mirrors/return_type_test: Pass, Timeout # Issue 12858 49 mirrors/return_type_test: Pass, Timeout # Issue 12858
48 50
49 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10] 51 [ $compiler == dart2js && $runtime != jsshell && $runtime != safari && $runtime != ff && $runtime != ie9 && $runtime != ie10]
50 math/math_test: RuntimeError 52 math/math_test: RuntimeError
51 math/math2_test: RuntimeError 53 math/math2_test: RuntimeError
52 54
53 [ $compiler == dart2js && $jscl ] 55 [ $compiler == dart2js && $jscl ]
54 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772 8. 56 async/future_test: RuntimeError # Timer interface not supported; dartbug.com/772 8.
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 135 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
134 # implement timer (currently only in d8 ) 136 # implement timer (currently only in d8 )
135 async/timer_isolate_test: Skip # See Issue 4997 137 async/timer_isolate_test: Skip # See Issue 4997
136 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser. 138 mirrors/native_class_test: Fail, OK # This test is meant to run in a browser.
137 139
138 [ $runtime == vm || ($compiler == none && $runtime == drt) ] 140 [ $runtime == vm || ($compiler == none && $runtime == drt) ]
139 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 141 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
140 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464 142 mirrors/hierarchy_test: Fail # TODO(ahe): This test is slightly broken. http://d artbug.com/12464
141 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js. 143 mirrors/mixin_test/01: Fail, OK # TODO(ahe): Slight broken test to ensure test c overage on dart2js.
142 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior. 144 mirrors/typedef_test/01: Fail, OK # Incorrect dart2js behavior.
143 mirrors/redirecting_factory_test/none: Fail # Issue 13365
144 mirrors/redirecting_factory_test/01: Fail # Issue 13365
145 mirrors/redirecting_factory_test/02: Fail # Issue 13365
146 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior. 145 mirrors/closures_test/01: Fail, OK # Incorrect dart2js behavior.
147 146
148 [ $compiler == none && $runtime == drt ] 147 [ $compiler == none && $runtime == drt ]
149 async/timer_isolate_test: Skip # See Issue 4997 148 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 149 async/timer_not_available_test: Skip # only meant to test when there is no way t o
151 # implement timer (currently only in d8) 150 # implement timer (currently only in d8)
152 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 151 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 152 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
154 async/run_async6_test: Fail # Issue 10910 153 async/run_async6_test: Fail # Issue 10910
155 154
(...skipping 26 matching lines...) Expand all
182 181
183 [ $compiler == dart2analyzer ] 182 [ $compiler == dart2analyzer ]
184 mirrors/typedef_test/none: Fail # Issue 13093 183 mirrors/typedef_test/none: Fail # Issue 13093
185 mirrors/generics_test/none: Fail # Issue 13432 184 mirrors/generics_test/none: Fail # Issue 13432
186 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612 185 mirrors/invoke_named_test/none: Fail # http://dartbug.com/13612
187 186
188 mirrors/parameter_metadata_test: Fail # Issue 13510 187 mirrors/parameter_metadata_test: Fail # Issue 13510
189 mirrors/method_mirror_returntype_test: Fail # Issue 13510 188 mirrors/method_mirror_returntype_test: Fail # Issue 13510
190 mirrors/function_type_mirror_test: Fail # Issue 13510 189 mirrors/function_type_mirror_test: Fail # Issue 13510
191 mirrors/typevariable_mirror_metadata_test: Fail # Issue 13510 190 mirrors/typevariable_mirror_metadata_test: Fail # Issue 13510
OLDNEW
« no previous file with comments | « runtime/vm/dart_api_impl.cc ('k') | tests/lib/mirrors/circular_factory_redirection_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698