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

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

Issue 16757007: Changes to mirrors in support of metadata access at runtime. Assumes VM changes in flight.… (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 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 | « sdk/lib/mirrors/mirrors.dart ('k') | tests/lib/mirrors/library_metadata_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/*: Skip 6 math/*: Skip
7 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. 7 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this.
8 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 8 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
9 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002 9 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002
10 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012 10 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012
11 async/run_async6_test: Fail # global error handling is not supported. http://dar tbug.com/5958 11 async/run_async6_test: Fail # global error handling is not supported. http://dar tbug.com/5958
12 12
13 # SIMD is unsupported on dart2js. 13 # SIMD is unsupported on dart2js.
14 typed_data/float32x4_test: Fail, OK 14 typed_data/float32x4_test: Fail, OK
15 typed_data/float32x4_list_test: Fail, OK 15 typed_data/float32x4_list_test: Fail, OK
16 typed_data/float32x4_unbox_phi_test: Fail, OK 16 typed_data/float32x4_unbox_phi_test: Fail, OK
17 typed_data/float32x4_unbox_regress_test: Fail, OK 17 typed_data/float32x4_unbox_regress_test: Fail, OK
18 18
19 [ $compiler == dart2js && ($runtime == d8 || $runtime == ie9) ] 19 [ $compiler == dart2js && ($runtime == d8 || $runtime == ie9) ]
20 typed_data/byte_data_test: Fail, OK # d8/ie9 doesn't support DataView 20 typed_data/byte_data_test: Fail, OK # d8/ie9 doesn't support DataView
21 21
22 [ $compiler == dart2js && $minified ] 22 [ $compiler == dart2js && $minified ]
23 mirrors/mirrors_resolve_fields_test: Fail # Issue 6490 23 mirrors/mirrors_resolve_fields_test: Fail # Issue 6490
24 mirrors/reflectively_instantiate_uninstantiated_class_test: Fail # Issue 6490 24 mirrors/reflectively_instantiate_uninstantiated_class_test: Fail # Issue 6490
25 mirrors/disable_tree_shaking_test: Fail # Issue 6490 25 mirrors/disable_tree_shaking_test: Fail # Issue 6490
26 mirrors/reflect_model_test: Fail # Issue 6490 26 mirrors/reflect_model_test: Fail # Issue 6490
27 27
28 [ $csp ] 28 [ $csp ]
29 mirrors/metadata_test: Fail # Issue 6490 29 mirrors/library_metadata_test: Fail # Issue 10906
30 mirrors/reflect_runtime_type_test: Fail # Issue 6490 30 mirrors/reflect_runtime_type_test: Fail # Issue 6490
31 mirrors/reflect_uninstantiated_class_test: Fail # Issue 6490 31 mirrors/reflect_uninstantiated_class_test: Fail # Issue 6490
32 mirrors/superclass_test: Fail # Issue 6490 32 mirrors/superclass_test: Fail # Issue 6490
33 mirrors/reflect_model_test: Fail # Issue 6490 33 mirrors/reflect_model_test: Fail # Issue 6490
34 34
35 [ $compiler == dart2js && $checked ] 35 [ $compiler == dart2js && $checked ]
36 async/stream_event_transform_test: Fail # Issue 7733. 36 async/stream_event_transform_test: Fail # Issue 7733.
37 37
38 [ $compiler == dart2js && $jscl ] 38 [ $compiler == dart2js && $jscl ]
39 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. 39 async/future_test: Fail # Timer interface not supported; dartbug.com/7728.
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 # TODO(efortuna): Investigate. 94 # TODO(efortuna): Investigate.
95 async/timer_test: Fail, Pass 95 async/timer_test: Fail, Pass
96 96
97 [ $runtime == vm ] 97 [ $runtime == vm ]
98 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 98 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
99 # implement timer (currently only in d8 ) 99 # implement timer (currently only in d8 )
100 async/timer_isolate_test: Skip # See Issue 4997 100 async/timer_isolate_test: Skip # See Issue 4997
101 101
102 [ $runtime == vm || ($compiler == none && $runtime == drt) ] 102 [ $runtime == vm || ($compiler == none && $runtime == drt) ]
103 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 103 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
104 mirrors/metadata_test: Fail # http://dartbug.com/10906 104 mirrors/library_metadata_test: Fail # http://dartbug.com/10906
105 mirrors/superclass_test: Fail # http://dartbug.com/11142 105 mirrors/superclass_test: Fail # http://dartbug.com/11142
106 mirrors/reflectively_instantiate_uninstantiated_class_test: Fail # http://dartbu g.com/11187 106 mirrors/reflectively_instantiate_uninstantiated_class_test: Fail # http://dartbu g.com/11187
107 mirrors/reflect_model_test: Fail # http://dartbug.com/11219 107 mirrors/reflect_model_test: Fail # http://dartbug.com/11219
108 108
109 [ $compiler == none && $runtime == drt ] 109 [ $compiler == none && $runtime == drt ]
110 async/timer_isolate_test: Skip # See Issue 4997 110 async/timer_isolate_test: Skip # See Issue 4997
111 async/timer_not_available_test: Skip # only meant to test when there is no way t o 111 async/timer_not_available_test: Skip # only meant to test when there is no way t o
112 # implement timer (currently only in d8) 112 # implement timer (currently only in d8)
113 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 113 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
114 async/run_async6_test: Fail # Issue 10910 114 async/run_async6_test: Fail # Issue 10910
(...skipping 28 matching lines...) Expand all
143 typed_data/float32x4_list_test: Crash # Issue: 11207 143 typed_data/float32x4_list_test: Crash # Issue: 11207
144 typed_data/float32x4_test: Crash # Issue: 11207 144 typed_data/float32x4_test: Crash # Issue: 11207
145 typed_data/float32x4_unbox_phi_test: Crash # Issue: 11207 145 typed_data/float32x4_unbox_phi_test: Crash # Issue: 11207
146 typed_data/float32x4_unbox_regress_test: Crash # Issue: 11207 146 typed_data/float32x4_unbox_regress_test: Crash # Issue: 11207
147 147
148 [ $arch == mips ] 148 [ $arch == mips ]
149 *: Skip 149 *: Skip
150 150
151 [ $arch == simmips ] 151 [ $arch == simmips ]
152 *: Skip 152 *: Skip
OLDNEW
« no previous file with comments | « sdk/lib/mirrors/mirrors.dart ('k') | tests/lib/mirrors/library_metadata_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698