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

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

Issue 1222913003: dart2js cps: Support JS_CURRENT_ISOLATE. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Status file changes after change. Created 5 years, 5 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
« no previous file with comments | « tests/html/html.status ('k') | tests/language/language_dart2js.status » ('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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 browser/*: SkipByDesign # Browser specific tests 6 browser/*: SkipByDesign # Browser specific tests
7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests. 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav e wrapper-less tests.
8 8
9 [ $runtime != vm ] 9 [ $runtime != vm ]
10 checked_test: Skip # Unsupported. 10 checked_test: Skip # Unsupported.
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 browser/typed_data_message_test: StaticWarning 122 browser/typed_data_message_test: StaticWarning
123 mint_maker_test: StaticWarning 123 mint_maker_test: StaticWarning
124 124
125 [ $compiler != none || $runtime != vm ] 125 [ $compiler != none || $runtime != vm ]
126 package_root_test: SkipByDesign # Uses dart:io. 126 package_root_test: SkipByDesign # Uses dart:io.
127 127
128 [ $compiler == dart2js && $cps_ir ] 128 [ $compiler == dart2js && $cps_ir ]
129 bool_from_environment_default_value_test: RuntimeError # receiver.get$_collectio n$_nums is not a function 129 bool_from_environment_default_value_test: RuntimeError # receiver.get$_collectio n$_nums is not a function
130 capability_test: RuntimeError # receiver.get$_collection$_nums is not a function 130 capability_test: RuntimeError # receiver.get$_collection$_nums is not a function
131 compile_time_error_test/none: RuntimeError # receiver.get$_collection$_nums is n ot a function 131 compile_time_error_test/none: RuntimeError # receiver.get$_collection$_nums is n ot a function
132 count_test : RuntimeError # TypeError: receiver.get$_nums is not a function 132 count_test: RuntimeError # receiver.get$_nums is not a function
133 cross_isolate_message_test : RuntimeError # TypeError: receiver.get$_nums is not a function 133 cross_isolate_message_test: RuntimeError # receiver.get$_nums is not a function
134 deferred_in_isolate2_test : RuntimeError # TypeError: receiver.get$_collection$_ nums is not a function 134 deferred_in_isolate2_test: RuntimeError # receiver.get$_collection$_nums is not a function
135 deferred_in_isolate_test: RuntimeError # receiver.get$_collection$_nums is not a function 135 deferred_in_isolate_test: RuntimeError # receiver.get$_collection$_nums is not a function
136 function_send_test: RuntimeError # receiver.get$_nums is not a function 136 function_send_test: RuntimeError # receiver.get$_nums is not a function
137 handle_error2_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion 137 handle_error2_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion
138 handle_error3_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion 138 handle_error3_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion
139 handle_error_test: RuntimeError # receiver.get$_collection$_nums is not a functi on 139 handle_error_test: RuntimeError # receiver.get$_collection$_nums is not a functi on
140 illegal_msg_function_test : RuntimeError # TypeError: receiver.get$_nums is not a function 140 illegal_msg_function_test: RuntimeError # receiver.get$_nums is not a function
141 illegal_msg_mirror_test : RuntimeError # TypeError: receiver.get$_nums is not a function 141 illegal_msg_mirror_test: RuntimeError # receiver.get$_nums is not a function
142 int_from_environment_default_value_test: RuntimeError # receiver.get$_collection $_nums is not a function 142 int_from_environment_default_value_test: RuntimeError # receiver.get$_collection $_nums is not a function
143 isolate_complex_messages_test : RuntimeError # TypeError: receiver.get$_nums is not a function 143 isolate_complex_messages_test: RuntimeError # receiver.get$_nums is not a functi on
144 isolate_current_test: RuntimeError # receiver.get$_nums is not a function 144 isolate_current_test: RuntimeError # receiver.get$_nums is not a function
145 isolate_import_test/none: RuntimeError # receiver.get$_collection$_nums is not a function 145 isolate_import_test/none: RuntimeError # receiver.get$_collection$_nums is not a function
146 issue_22778_test: RuntimeError # receiver.get$_collection$_nums is not a functio n 146 issue_22778_test: RuntimeError # receiver.get$_collection$_nums is not a functio n
147 kill2_test: RuntimeError # receiver.get$_collection$_nums is not a function 147 kill2_test: RuntimeError # receiver.get$_collection$_nums is not a function
148 kill_self_test: RuntimeError # receiver.get$_collection$_nums is not a function 148 kill_self_test: RuntimeError # receiver.get$_collection$_nums is not a function
149 kill_test: RuntimeError # receiver.get$_collection$_nums is not a function 149 kill_test: RuntimeError # receiver.get$_collection$_nums is not a function
150 mandel_isolate_test : RuntimeError # TypeError: receiver.get$_collection$_nums i s not a function 150 mandel_isolate_test: RuntimeError # receiver.get$_collection$_nums is not a func tion
151 message2_test : RuntimeError # TypeError: receiver.get$_nums is not a function 151 message2_test: RuntimeError # receiver.get$_nums is not a function
152 message3_test/byteBuffer: RuntimeError # receiver.get$_collection$_nums is not a function 152 message3_test/byteBuffer: RuntimeError # receiver.get$_collection$_nums is not a function
153 message3_test/constInstance: Crash # Invalid argument(s)
154 message3_test/fun: RuntimeError # receiver.get$_collection$_nums is not a functi on 153 message3_test/fun: RuntimeError # receiver.get$_collection$_nums is not a functi on
155 message3_test/int32x4: RuntimeError # receiver.get$_collection$_nums is not a fu nction 154 message3_test/int32x4: RuntimeError # receiver.get$_collection$_nums is not a fu nction
156 message3_test/none: RuntimeError # receiver.get$_collection$_nums is not a funct ion 155 message3_test/none: RuntimeError # receiver.get$_collection$_nums is not a funct ion
157 message_enum_test: RuntimeError # receiver.get$_collection$_nums is not a functi on 156 message_enum_test: RuntimeError # receiver.get$_collection$_nums is not a functi on
158 message_test : RuntimeError # TypeError: receiver.get$_nums is not a function 157 message_test: RuntimeError # receiver.get$_nums is not a function
159 mint_maker_test : RuntimeError # TypeError: receiver.get$_nums is not a function 158 mint_maker_test: RuntimeError # receiver.get$_nums is not a function
160 nested_spawn2_test : RuntimeError # TypeError: receiver.get$_nums is not a funct ion 159 nested_spawn2_test: RuntimeError # receiver.get$_nums is not a function
161 nested_spawn_test : RuntimeError # TypeError: receiver.get$_nums is not a functi on 160 nested_spawn_test: RuntimeError # receiver.get$_nums is not a function
162 object_leak_test: RuntimeError # receiver.get$_collection$_nums is not a functio n 161 object_leak_test: RuntimeError # receiver.get$_collection$_nums is not a functio n
163 ondone_test: RuntimeError # receiver.get$_nums is not a function 162 ondone_test: RuntimeError # receiver.get$_nums is not a function
164 pause_test: RuntimeError # receiver.get$_nums is not a function 163 pause_test: RuntimeError # receiver.get$_nums is not a function
165 ping_pause_test: RuntimeError # receiver.get$_collection$_nums is not a function 164 ping_pause_test: RuntimeError # receiver.get$_collection$_nums is not a function
166 ping_test: RuntimeError # receiver.get$_collection$_nums is not a function 165 ping_test: RuntimeError # receiver.get$_collection$_nums is not a function
167 port_test: RuntimeError # receiver.get$_collection$_nums is not a function 166 port_test: RuntimeError # receiver.get$_collection$_nums is not a function
168 raw_port_test : RuntimeError # TypeError: receiver.get$_nums is not a function 167 raw_port_test: RuntimeError # receiver.get$_nums is not a function
169 request_reply_test : RuntimeError # TypeError: receiver.get$_nums is not a funct ion 168 request_reply_test: RuntimeError # receiver.get$_nums is not a function
170 simple_message_test/none: RuntimeError # receiver.get$_collection$_nums is not a function 169 simple_message_test/none: RuntimeError # receiver.get$_collection$_nums is not a function
171 spawn_function_custom_class_test : RuntimeError # TypeError: receiver.get$_nums is not a function 170 spawn_function_custom_class_test: RuntimeError # receiver.get$_nums is not a fun ction
172 spawn_function_test : RuntimeError # TypeError: receiver.get$_nums is not a func tion 171 spawn_function_test: RuntimeError # receiver.get$_nums is not a function
173 spawn_uri_missing_from_isolate_test : RuntimeError # TypeError: receiver.get$_co llection$_nums is not a function 172 spawn_uri_missing_from_isolate_test: RuntimeError # receiver.get$_collection$_nu ms is not a function
174 spawn_uri_missing_test : RuntimeError # TypeError: receiver.get$_collection$_num s is not a function 173 spawn_uri_missing_test: RuntimeError # receiver.get$_collection$_nums is not a f unction
175 spawn_uri_multi_test/none: Crash # Invalid argument(s) 174 stacktrace_message_test: RuntimeError # receiver.get$_nums is not a function
176 stacktrace_message_test : RuntimeError # TypeError: receiver.get$_nums is not a function
177 start_paused_test: RuntimeError # receiver.get$_nums is not a function 175 start_paused_test: RuntimeError # receiver.get$_nums is not a function
178 static_function_test : RuntimeError # TypeError: receiver.get$_nums is not a fun ction 176 static_function_test: RuntimeError # receiver.get$_nums is not a function
179 string_from_environment_default_value_test: RuntimeError # receiver.get$_collect ion$_nums is not a function 177 string_from_environment_default_value_test: RuntimeError # receiver.get$_collect ion$_nums is not a function
180 timer_isolate_test : RuntimeError # TypeError: receiver.get$_collection$_nums is not a function 178 timer_isolate_test: RuntimeError # receiver.get$_collection$_nums is not a funct ion
181 typed_message_test: RuntimeError # receiver.get$_nums is not a function 179 typed_message_test: RuntimeError # receiver.get$_nums is not a function
182 unresolved_ports_test : RuntimeError # TypeError: receiver.get$_nums is not a fu nction 180 unresolved_ports_test: RuntimeError # receiver.get$_nums is not a function
OLDNEW
« no previous file with comments | « tests/html/html.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698