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

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

Issue 15906010: Expose default constructors through ClassElement.localMembers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with HEAD 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/disable_tree_shaking_test: Fail # Issue 6490 25 mirrors/disable_tree_shaking_test: Fail # Issue 6490
25 26
26 [ $csp ] 27 [ $csp ]
27 mirrors/metadata_test: Fail # Issue 6490 28 mirrors/metadata_test: Fail # Issue 6490
28 mirrors/reflect_runtime_type_test: Fail # Issue 6490 29 mirrors/reflect_runtime_type_test: Fail # Issue 6490
29 mirrors/reflect_uninstantiated_class_test: Fail # Issue 6490 30 mirrors/reflect_uninstantiated_class_test: Fail # Issue 6490
30 mirrors/superclass_test: Fail # Issue 6490 31 mirrors/superclass_test: Fail # Issue 6490
31 32
32 [ $compiler == dart2js && $checked ] 33 [ $compiler == dart2js && $checked ]
33 async/stream_event_transform_test: Fail # Issue 7733. 34 async/stream_event_transform_test: Fail # Issue 7733.
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 93
93 [ $runtime == vm ] 94 [ $runtime == vm ]
94 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 95 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
95 # implement timer (currently only in d8 ) 96 # implement timer (currently only in d8 )
96 async/timer_isolate_test: Skip # See Issue 4997 97 async/timer_isolate_test: Skip # See Issue 4997
97 98
98 [ $runtime == vm || ($compiler == none && $runtime == drt) ] 99 [ $runtime == vm || ($compiler == none && $runtime == drt) ]
99 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001. 100 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9001.
100 mirrors/metadata_test: Fail # http://dartbug.com/10906 101 mirrors/metadata_test: Fail # http://dartbug.com/10906
101 mirrors/superclass_test: Fail # http://dartbug.com/11142 102 mirrors/superclass_test: Fail # http://dartbug.com/11142
103 mirrors/reflectively_instantiate_uninstantiated_class_test: Fail # http://dartbu g.com/11187
102 104
103 [ $compiler == none && $runtime == drt ] 105 [ $compiler == none && $runtime == drt ]
104 async/timer_isolate_test: Skip # See Issue 4997 106 async/timer_isolate_test: Skip # See Issue 4997
105 async/timer_not_available_test: Skip # only meant to test when there is no way t o 107 async/timer_not_available_test: Skip # only meant to test when there is no way t o
106 # implement timer (currently only in d8) 108 # implement timer (currently only in d8)
107 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 109 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
108 async/run_async6_test: Fail # Issue 10910 110 async/run_async6_test: Fail # Issue 10910
109 111
110 [ $compiler == none && $runtime == drt && $system == windows ] 112 [ $compiler == none && $runtime == drt && $system == windows ]
111 async/multiple_timer_test: Fail, Pass # See Issue 10982 113 async/multiple_timer_test: Fail, Pass # See Issue 10982
(...skipping 20 matching lines...) Expand all
132 typed_data/float32x4_list_test: Crash # Issue: 11207 134 typed_data/float32x4_list_test: Crash # Issue: 11207
133 typed_data/float32x4_test: Crash # Issue: 11207 135 typed_data/float32x4_test: Crash # Issue: 11207
134 typed_data/float32x4_unbox_phi_test: Crash # Issue: 11207 136 typed_data/float32x4_unbox_phi_test: Crash # Issue: 11207
135 typed_data/float32x4_unbox_regress_test: Crash # Issue: 11207 137 typed_data/float32x4_unbox_regress_test: Crash # Issue: 11207
136 138
137 [ $arch == mips ] 139 [ $arch == mips ]
138 *: Skip 140 *: Skip
139 141
140 [ $arch == simmips ] 142 [ $arch == simmips ]
141 *: Skip 143 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698