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

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

Issue 16780003: Implement various mirror member maps (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Forgot CSP 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
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 27
27 [ $csp ] 28 [ $csp ]
28 mirrors/metadata_test: Fail # Issue 6490 29 mirrors/metadata_test: Fail # Issue 6490
29 mirrors/reflect_runtime_type_test: Fail # Issue 6490 30 mirrors/reflect_runtime_type_test: Fail # Issue 6490
30 mirrors/reflect_uninstantiated_class_test: Fail # Issue 6490 31 mirrors/reflect_uninstantiated_class_test: Fail # Issue 6490
31 mirrors/superclass_test: Fail # Issue 6490 32 mirrors/superclass_test: Fail # Issue 6490
33 mirrors/reflect_model_test: Fail # Issue 6490
32 34
33 [ $compiler == dart2js && $checked ] 35 [ $compiler == dart2js && $checked ]
34 async/stream_event_transform_test: Fail # Issue 7733. 36 async/stream_event_transform_test: Fail # Issue 7733.
35 37
36 [ $compiler == dart2js && $jscl ] 38 [ $compiler == dart2js && $jscl ]
37 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. 39 async/future_test: Fail # Timer interface not supported; dartbug.com/7728.
38 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772 8. 40 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772 8.
39 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772 8. 41 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772 8.
40 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728 . 42 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728 .
41 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c om/7728. 43 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c om/7728.
(...skipping 14 matching lines...) Expand all
56 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7 728. 58 async/stream_periodic5_test: Fail # Timer interface not supported; dartbug.com/7 728.
57 59
58 [ $compiler == dart2js && $browser ] 60 [ $compiler == dart2js && $browser ]
59 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 61 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
60 # implement timer (currently only in d8 ) 62 # implement timer (currently only in d8 )
61 63
62 [ $compiler == dart2dart ] 64 [ $compiler == dart2dart ]
63 mirrors/mirrors_test: Fail # Issue 10957 65 mirrors/mirrors_test: Fail # Issue 10957
64 mirrors/library_uri_package_test: Fail # Issue 10957 66 mirrors/library_uri_package_test: Fail # Issue 10957
65 async/run_async6_test: Fail # Issue 10957 - may be related to issue 10910 67 async/run_async6_test: Fail # Issue 10957 - may be related to issue 10910
68 mirrors/reflect_model_test: Fail # http://dartbug.com/11219
66 69
67 [ $compiler == dart2dart && $minified ] 70 [ $compiler == dart2dart && $minified ]
68 json/json_test: Fail # Issue 10961 71 json/json_test: Fail # Issue 10961
69 typed_data/float32x4_test: Fail # Issue 10961 72 typed_data/float32x4_test: Fail # Issue 10961
70 typed_data/float32x4_list_test: Fail # Issue 10961 73 typed_data/float32x4_list_test: Fail # Issue 10961
71 typed_data/float32x4_unbox_phi_test: Fail # Issue 10961 74 typed_data/float32x4_unbox_phi_test: Fail # Issue 10961
72 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961 75 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961
73 mirrors/reflect_runtime_type_test: Fail 76 mirrors/reflect_runtime_type_test: Fail
74 mirrors/reflect_uninstantiated_class_test: Fail 77 mirrors/reflect_uninstantiated_class_test: Fail
75 mirrors/disable_tree_shaking_test: Fail 78 mirrors/disable_tree_shaking_test: Fail
(...skipping 18 matching lines...) Expand all
94 [ $runtime == vm ] 97 [ $runtime == vm ]
95 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
96 # implement timer (currently only in d8 ) 99 # implement timer (currently only in d8 )
97 async/timer_isolate_test: Skip # See Issue 4997 100 async/timer_isolate_test: Skip # See Issue 4997
98 101
99 [ $runtime == vm || ($compiler == none && $runtime == drt) ] 102 [ $runtime == vm || ($compiler == none && $runtime == drt) ]
100 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.
101 mirrors/metadata_test: Fail # http://dartbug.com/10906 104 mirrors/metadata_test: Fail # http://dartbug.com/10906
102 mirrors/superclass_test: Fail # http://dartbug.com/11142 105 mirrors/superclass_test: Fail # http://dartbug.com/11142
103 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
104 108
105 [ $compiler == none && $runtime == drt ] 109 [ $compiler == none && $runtime == drt ]
106 async/timer_isolate_test: Skip # See Issue 4997 110 async/timer_isolate_test: Skip # See Issue 4997
107 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
108 # implement timer (currently only in d8) 112 # implement timer (currently only in d8)
109 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.
110 async/run_async6_test: Fail # Issue 10910 114 async/run_async6_test: Fail # Issue 10910
111 115
112 [ $compiler == none && $runtime == drt && $system == windows ] 116 [ $compiler == none && $runtime == drt && $system == windows ]
113 async/multiple_timer_test: Fail, Pass # See Issue 10982 117 async/multiple_timer_test: Fail, Pass # See Issue 10982
(...skipping 20 matching lines...) Expand all
134 typed_data/float32x4_list_test: Crash # Issue: 11207 138 typed_data/float32x4_list_test: Crash # Issue: 11207
135 typed_data/float32x4_test: Crash # Issue: 11207 139 typed_data/float32x4_test: Crash # Issue: 11207
136 typed_data/float32x4_unbox_phi_test: Crash # Issue: 11207 140 typed_data/float32x4_unbox_phi_test: Crash # Issue: 11207
137 typed_data/float32x4_unbox_regress_test: Crash # Issue: 11207 141 typed_data/float32x4_unbox_regress_test: Crash # Issue: 11207
138 142
139 [ $arch == mips ] 143 [ $arch == mips ]
140 *: Skip 144 *: Skip
141 145
142 [ $arch == simmips ] 146 [ $arch == simmips ]
143 *: Skip 147 *: Skip
OLDNEW
« no previous file with comments | « dart/sdk/lib/_internal/compiler/implementation/lib/js_mirrors.dart ('k') | dart/tests/lib/mirrors/model.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698