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

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

Issue 2972883002: [vm] Enable mirrors in product mode. Allows building a product mode SDK. (Closed)
Patch Set: Created 3 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/isolate/isolate.status ('k') | tests/lib/lib.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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 [ $strong ] 8 [ $strong ]
9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te sts. 9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te sts.
10 10
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 vm/regress_24517_test: Pass, Fail # Issue 24517. 163 vm/regress_24517_test: Pass, Fail # Issue 24517.
164 164
165 [ $compiler == precompiler && $runtime == dart_precompiled ] 165 [ $compiler == precompiler && $runtime == dart_precompiled ]
166 vm/regress_27671_test: Skip # Unsupported 166 vm/regress_27671_test: Skip # Unsupported
167 export_double_same_main_test: Skip # Issue 29895 167 export_double_same_main_test: Skip # Issue 29895
168 export_ambiguous_main_negative_test: Skip # Issue 29895 168 export_ambiguous_main_negative_test: Skip # Issue 29895
169 169
170 [ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ] 170 [ $compiler == precompiler && $runtime == dart_precompiled && $mode == debug ]
171 regress_29025_test: Crash # Issue dartbug.com/29331 171 regress_29025_test: Crash # Issue dartbug.com/29331
172 172
173 [ $runtime == dart_precompiled || $mode == product ] 173 [ $runtime == dart_precompiled ]
174 # Imports dart:mirrors 174 # Imports dart:mirrors
175 const_evaluation_test: SkipByDesign 175 const_evaluation_test: SkipByDesign
176 deferred_constraints_constants_test: SkipByDesign 176 deferred_constraints_constants_test: SkipByDesign
177 enum_mirror_test: SkipByDesign 177 enum_mirror_test: SkipByDesign
178 field_increment_bailout_test: SkipByDesign 178 field_increment_bailout_test: SkipByDesign
179 instance_creation_in_function_annotation_test: SkipByDesign 179 instance_creation_in_function_annotation_test: SkipByDesign
180 invocation_mirror2_test: SkipByDesign 180 invocation_mirror2_test: SkipByDesign
181 invocation_mirror_invoke_on2_test: SkipByDesign 181 invocation_mirror_invoke_on2_test: SkipByDesign
182 invocation_mirror_invoke_on_test: SkipByDesign 182 invocation_mirror_invoke_on_test: SkipByDesign
183 issue21079_test: SkipByDesign 183 issue21079_test: SkipByDesign
184 many_overridden_no_such_method_test: SkipByDesign 184 many_overridden_no_such_method_test: SkipByDesign
185 no_such_method_test: SkipByDesign 185 no_such_method_test: SkipByDesign
186 null_test/none: SkipByDesign 186 null_test/none: SkipByDesign
187 overridden_no_such_method_test: SkipByDesign 187 overridden_no_such_method_test: SkipByDesign
188 redirecting_factory_reflection_test: SkipByDesign 188 redirecting_factory_reflection_test: SkipByDesign
189 regress_13462_0_test: SkipByDesign 189 regress_13462_0_test: SkipByDesign
190 regress_13462_1_test: SkipByDesign 190 regress_13462_1_test: SkipByDesign
191 regress_18535_test: SkipByDesign 191 regress_18535_test: SkipByDesign
192 super_call4_test: SkipByDesign 192 super_call4_test: SkipByDesign
193 super_getter_setter_test: SkipByDesign 193 super_getter_setter_test: SkipByDesign
194 vm/reflect_core_vm_test: SkipByDesign 194 vm/reflect_core_vm_test: SkipByDesign
195 regress_28255_test: SkipByDesign 195 regress_28255_test: SkipByDesign
196
197 [ $runtime == dart_precompiled || $mode == product ]
196 # Causal async stacks are not supported in product mode 198 # Causal async stacks are not supported in product mode
197 vm/causal_async_exception_stack_test: SkipByDesign 199 vm/causal_async_exception_stack_test: SkipByDesign
198 vm/causal_async_exception_stack2_test: SkipByDesign 200 vm/causal_async_exception_stack2_test: SkipByDesign
199 201
200 [ $mode == product || $compiler == app_jit || $compiler == precompiler ] 202 [ $mode == product || $compiler == app_jit || $compiler == precompiler ]
201 # Deferred loading happens eagerly. Issue #27587 203 # Deferred loading happens eagerly. Issue #27587
202 deferred_load_constants_test/02: Fail 204 deferred_load_constants_test/02: Fail
203 deferred_load_constants_test/03: Fail 205 deferred_load_constants_test/03: Fail
204 deferred_load_constants_test/05: Fail 206 deferred_load_constants_test/05: Fail
205 deferred_not_loaded_check_test: Fail 207 deferred_not_loaded_check_test: Fail
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $br owser ] 246 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $br owser ]
245 # The following tests are supposed to fail. 247 # The following tests are supposed to fail.
246 library_env_test/has_io_support: RuntimeError, OK 248 library_env_test/has_io_support: RuntimeError, OK
247 library_env_test/has_no_html_support: RuntimeError, OK 249 library_env_test/has_no_html_support: RuntimeError, OK
248 250
249 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ! $ browser ] 251 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ! $ browser ]
250 # The following tests are supposed to fail. 252 # The following tests are supposed to fail.
251 library_env_test/has_html_support: RuntimeError, OK 253 library_env_test/has_html_support: RuntimeError, OK
252 library_env_test/has_no_io_support: RuntimeError, OK 254 library_env_test/has_no_io_support: RuntimeError, OK
253 255
254 [ ($compiler == none || $compiler == app_jit) && $mode != product ] 256 [ $compiler == none || $compiler == app_jit ]
255 # The following tests are supposed to fail. 257 # The following tests are supposed to fail.
256 library_env_test/has_no_mirror_support: RuntimeError, OK 258 library_env_test/has_no_mirror_support: RuntimeError, OK
257 259
258 [ $runtime == dart_precompiled || $mode == product ] 260 [ $runtime == dart_precompiled ]
259 # The following tests are supposed to fail. 261 # The following tests are supposed to fail.
260 library_env_test/has_mirror_support: RuntimeError, OK 262 library_env_test/has_mirror_support: RuntimeError, OK
261 263
262 [ $hot_reload || $hot_reload_rollback ] 264 [ $hot_reload || $hot_reload_rollback ]
263 issue21159_test: Pass, Crash # Issue 29094 265 issue21159_test: Pass, Crash # Issue 29094
264 issue_22780_test/01: Pass, Crash # Issue 29094 266 issue_22780_test/01: Pass, Crash # Issue 29094
265 static_closure_identical_test: Pass, Fail # Closure identity 267 static_closure_identical_test: Pass, Fail # Closure identity
266 cha_deopt1_test: Crash # Requires deferred libraries 268 cha_deopt1_test: Crash # Requires deferred libraries
267 cha_deopt2_test: Crash # Requires deferred libraries 269 cha_deopt2_test: Crash # Requires deferred libraries
268 cha_deopt3_test: Crash # Requires deferred libraries 270 cha_deopt3_test: Crash # Requires deferred libraries
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 573 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
572 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 574 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
573 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 575 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
574 asyncstar_yield_test: Skip # Flutter Issue 9110 576 asyncstar_yield_test: Skip # Flutter Issue 9110
575 async_star_no_cancel_test: Skip # Flutter Issue 9110 577 async_star_no_cancel_test: Skip # Flutter Issue 9110
576 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 578 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
577 await_for_test: Skip # Flutter Issue 9110 579 await_for_test: Skip # Flutter Issue 9110
578 await_for_cancel_test: Skip # Flutter Issue 9110 580 await_for_cancel_test: Skip # Flutter Issue 9110
579 581
580 582
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698