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

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

Issue 1728663002: Skip tests which use dart:mirrors in product mode (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: code-review Created 4 years, 9 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') | no next file » | 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 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ] 8 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) ]
9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating 9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating
10 10
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 null_test/none: CompileTimeError 134 null_test/none: CompileTimeError
135 overridden_no_such_method_test: CompileTimeError 135 overridden_no_such_method_test: CompileTimeError
136 regress_13462_0_test: CompileTimeError 136 regress_13462_0_test: CompileTimeError
137 regress_13462_1_test: CompileTimeError 137 regress_13462_1_test: CompileTimeError
138 regress_18535_test: CompileTimeError 138 regress_18535_test: CompileTimeError
139 super_call4_test: CompileTimeError 139 super_call4_test: CompileTimeError
140 super_getter_setter_test: CompileTimeError 140 super_getter_setter_test: CompileTimeError
141 vm/reflect_core_vm_test: CompileTimeError 141 vm/reflect_core_vm_test: CompileTimeError
142 redirecting_factory_reflection_test: CompileTimeError 142 redirecting_factory_reflection_test: CompileTimeError
143 143
144 [ $runtime == dart_product ]
145 # Imports dart:mirrors
146 const_evaluation_test: SkipByDesign
147 deferred_constraints_constants_test: SkipByDesign
148 enum_mirror_test: SkipByDesign
149 field_increment_bailout_test: SkipByDesign
150 instance_creation_in_function_annotation_test: SkipByDesign
151 invocation_mirror2_test: SkipByDesign
152 invocation_mirror_invoke_on2_test: SkipByDesign
153 invocation_mirror_invoke_on_test: SkipByDesign
154 issue21079_test: SkipByDesign
155 many_overridden_no_such_method_test: SkipByDesign
156 no_such_method_test: SkipByDesign
157 null_test/none: SkipByDesign
158 overridden_no_such_method_test: SkipByDesign
159 regress_13462_0_test: SkipByDesign
160 regress_13462_1_test: SkipByDesign
161 regress_18535_test: SkipByDesign
162 super_call4_test: SkipByDesign
163 super_getter_setter_test: SkipByDesign
164 vm/reflect_core_vm_test: SkipByDesign
165 redirecting_factory_reflection_test: SkipByDesign
166
144 [ ($noopt || $compiler == precompiler || $compiler == dart2app) ] 167 [ ($noopt || $compiler == precompiler || $compiler == dart2app) ]
145 # Deferred loading happens eagerly 168 # Deferred loading happens eagerly
146 regress_23408_test: RuntimeError 169 regress_23408_test: RuntimeError
147 deferred_inheritance_constraints_test: Skip 170 deferred_inheritance_constraints_test: Skip
148 deferred_load_constants_test: Skip # multitest gets confused 171 deferred_load_constants_test: Skip # multitest gets confused
149 tearoff_basic_test: RuntimeError, Crash # Conflicting flag. 172 tearoff_basic_test: RuntimeError, Crash # Conflicting flag.
150 173
151 vm/type_vm_test: RuntimeError # Expects line and column numbers 174 vm/type_vm_test: RuntimeError # Expects line and column numbers
152 vm/type_cast_vm_test: RuntimeError # Line number mismatch. 175 vm/type_cast_vm_test: RuntimeError # Line number mismatch.
153 176
154 [ $runtime == dart_precompiled ] 177 [ $runtime == dart_precompiled ]
155 deferred_global_test: RuntimeError # Tries to produce a stack trace. 178 deferred_global_test: RuntimeError # Tries to produce a stack trace.
156 ct_const2_test: Pass, Crash # Incompatible flag --compile_all 179 ct_const2_test: Pass, Crash # Incompatible flag --compile_all
157 hello_dart_test: Pass, Crash # Incompatible flag --compile_all 180 hello_dart_test: Pass, Crash # Incompatible flag --compile_all
158 181
159 implicit_closure_test: Pass, Crash # --use_slow_path 182 implicit_closure_test: Pass, Crash # --use_slow_path
160 183
161 deferred_constraints_constants_test: Skip # multitest gets confused 184 deferred_constraints_constants_test: Skip # multitest gets confused
162 185
163 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize- alot 186 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize- alot
164 187
165 [ $runtime == dart_product ] 188 [ $runtime == dart_product ]
166 # Deferred loading happens eagerly (not sure why this works on precompiled code) . 189 # Deferred loading happens eagerly (not sure why this works on precompiled code) .
167 deferred_static_seperate_test: Skip 190 deferred_static_seperate_test: Skip
168 deferred_constraints_type_annotation_test/new_before_load: Skip 191 deferred_constraints_type_annotation_test/new_before_load: Skip
169 regress_22443_test: Skip 192 regress_22443_test: Skip
170 193
171 [ $runtime == vm && $mode == product ] 194 [ $runtime == vm && $mode == product ]
172 vm/type_vm_test: Fail,OK # Expects exact type name. 195 vm/type_vm_test: Fail,OK # Expects exact type name.
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698