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

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

Issue 1826553002: Update status for noopt and precomp. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: 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 | « no previous file | 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 redirecting_factory_reflection_test: SkipByDesign 146 redirecting_factory_reflection_test: SkipByDesign
147 regress_13462_0_test: SkipByDesign 147 regress_13462_0_test: SkipByDesign
148 regress_13462_1_test: SkipByDesign 148 regress_13462_1_test: SkipByDesign
149 regress_18535_test: SkipByDesign 149 regress_18535_test: SkipByDesign
150 super_call4_test: SkipByDesign 150 super_call4_test: SkipByDesign
151 super_getter_setter_test: SkipByDesign 151 super_getter_setter_test: SkipByDesign
152 vm/reflect_core_vm_test: SkipByDesign 152 vm/reflect_core_vm_test: SkipByDesign
153 153
154 [ ($noopt || $compiler == precompiler || $compiler == dart2app) ] 154 [ ($noopt || $compiler == precompiler || $compiler == dart2app) ]
155 # Deferred loading happens eagerly 155 # Deferred loading happens eagerly
156 regress_23408_test: RuntimeError 156 regress_23408_test: Skip
157 deferred_inheritance_constraints_test: Skip 157 deferred_inheritance_constraints_test: Skip
158 deferred_load_constants_test: Skip # multitest gets confused 158 deferred_global_test: Skip
159 tearoff_basic_test: RuntimeError, Crash # Conflicting flag. 159 deferred_load_constants_test: Skip
160 tearoff_basic_test: Skip
160 161
161 vm/type_vm_test: RuntimeError # Expects line and column numbers 162 vm/type_vm_test: RuntimeError # Expects line and column numbers
162 vm/type_cast_vm_test: RuntimeError # Line number mismatch. 163 vm/type_cast_vm_test: RuntimeError # Line number mismatch.
163 164
164 issue13474_test: SkipByDesign # Requires checked mode. 165 issue13474_test: SkipByDesign # Requires checked mode.
165 assertion_test: SkipByDesign # Requires checked mode. 166 assertion_test: SkipByDesign # Requires checked mode.
166 named_parameters_type_test/01: SkipByDesign # Requires checked mode. 167 named_parameters_type_test/01: SkipByDesign # Requires checked mode.
167 named_parameters_type_test/02: SkipByDesign # Requires checked mode. 168 named_parameters_type_test/02: SkipByDesign # Requires checked mode.
168 named_parameters_type_test/03: SkipByDesign # Requires checked mode. 169 named_parameters_type_test/03: SkipByDesign # Requires checked mode.
169 type_checks_in_factory_method_test: SkipByDesign # Requires checked mode. 170 type_checks_in_factory_method_test: SkipByDesign # Requires checked mode.
170 positional_parameters_type_test/01: SkipByDesign # Requires checked mode. 171 positional_parameters_type_test/01: SkipByDesign # Requires checked mode.
171 positional_parameters_type_test/02: SkipByDesign # Requires checked mode. 172 positional_parameters_type_test/02: SkipByDesign # Requires checked mode.
172 list_literal4_test: SkipByDesign # Requires checked mode. 173 list_literal4_test: SkipByDesign # Requires checked mode.
173 generic_test: SkipByDesign # Requires checked mode. 174 generic_test: SkipByDesign # Requires checked mode.
174 map_literal4_test: SkipByDesign # Requires checked mode. 175 map_literal4_test: SkipByDesign # Requires checked mode.
175 176
176
177 [ $runtime == dart_precompiled ] 177 [ $runtime == dart_precompiled ]
178 deferred_global_test: RuntimeError # Tries to produce a stack trace. 178 ct_const2_test: Skip # Incompatible flag: --compile_all
179 ct_const2_test: Pass, Crash # Incompatible flag --compile_all 179 hello_dart_test: Skip # Incompatible flag: --compile_all
180 hello_dart_test: Pass, Crash # Incompatible flag --compile_all 180 implicit_closure_test: Skip # Incompatible flag: --use_slow_path
181 181 deopt_inlined_function_lazy_test: Skip # Incompatible flag: --deoptimize-alot
182 implicit_closure_test: Pass, Crash # --use_slow_path
183
184 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize- alot
185 182
186 [ $runtime == dart_product ] 183 [ $runtime == dart_product ]
187 # Deferred loading happens eagerly (not sure why this works on precompiled code) . 184 # Deferred loading happens eagerly (not sure why this works on precompiled code) .
188 deferred_static_seperate_test: Skip 185 deferred_static_seperate_test: Skip
189 deferred_constraints_type_annotation_test/new_before_load: Skip 186 deferred_constraints_type_annotation_test/new_before_load: Skip
190 regress_22443_test: Skip 187 regress_22443_test: Skip
191 188
192 [ $runtime == vm && $mode == product ] 189 [ $runtime == vm && $mode == product ]
193 vm/type_vm_test: Fail,OK # Expects exact type name. 190 vm/type_vm_test: Fail,OK # Expects exact type name.
194 191
195 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) && $b rowser ] 192 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) && $b rowser ]
196 # The following tests are supposed to fail. 193 # The following tests are supposed to fail.
197 library_env_test/has_io_support: RuntimeError, OK 194 library_env_test/has_io_support: RuntimeError, OK
198 library_env_test/has_no_html_support: RuntimeError, OK 195 library_env_test/has_no_html_support: RuntimeError, OK
199 196
200 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) && $b rowser != true ] 197 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) && $b rowser != true ]
201 # The following tests are supposed to fail. 198 # The following tests are supposed to fail.
202 library_env_test/has_html_support: RuntimeError, OK 199 library_env_test/has_html_support: RuntimeError, OK
203 library_env_test/has_no_io_support: RuntimeError, OK 200 library_env_test/has_no_io_support: RuntimeError, OK
204 201
205 [ $compiler == none && $noopt == false && $mode != product ] 202 [ $compiler == none && $noopt == false && $mode != product ]
206 # The following tests are supposed to fail. 203 # The following tests are supposed to fail.
207 library_env_test/has_no_mirror_support: RuntimeError, OK 204 library_env_test/has_no_mirror_support: RuntimeError, OK
208 205
209 [ $noopt || $compiler == precompiler || $mode == product ] 206 [ $noopt || $compiler == precompiler || $mode == product ]
210 # The following tests are supposed to fail. 207 # The following tests are supposed to fail.
211 library_env_test/has_mirror_support: RuntimeError, OK 208 library_env_test/has_mirror_support: RuntimeError, OK
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698