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

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

Issue 2130373002: Update status for package_resource_test. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 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 | « 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 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
6 bool_from_environment2_test: Skip 6 bool_from_environment2_test: Skip
7 bool_from_environment_test: Skip 7 bool_from_environment_test: Skip
8 from_environment_const_type_test: Skip 8 from_environment_const_type_test: Skip
9 from_environment_const_type_undefined_test: Skip 9 from_environment_const_type_undefined_test: Skip
10 int_from_environment2_test: Skip 10 int_from_environment2_test: Skip
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 regexp/*: Skip 155 regexp/*: Skip
156 156
157 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] 157 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
158 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 158 regexp/global_test: Skip # Timeout. Issue 21709 and 21708
159 159
160 [ $runtime != vm && $runtime != dart_precompiled && $runtime != dart_app && $com piler != dart2analyzer] 160 [ $runtime != vm && $runtime != dart_precompiled && $runtime != dart_app && $com piler != dart2analyzer]
161 data_resource_test: RuntimeError # Issue 23825 (not implemented yet). 161 data_resource_test: RuntimeError # Issue 23825 (not implemented yet).
162 file_resource_test: Skip, OK # VM specific test, uses dart:io. 162 file_resource_test: Skip, OK # VM specific test, uses dart:io.
163 http_resource_test: Skip, OK # VM specific test, uses dart:io. 163 http_resource_test: Skip, OK # VM specific test, uses dart:io.
164 164
165 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer & & $cps_ir == false ] 165 [ $compiler == dart2js && $browser == false ]
166 package_resource_test: RuntimeError # Issue 23825 (not implemented yet). 166 package_resource_test: RuntimeError # Issue 23825 (not implemented yet).
167 167
168 [ $mode == debug ] 168 [ $mode == debug ]
169 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 169 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008
170 170
171 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $a rch == simarmv5te ] 171 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $a rch == simarmv5te ]
172 int_parse_radix_test/*: Pass, Slow 172 int_parse_radix_test/*: Pass, Slow
173 big_integer_parsed_mul_div_vm_test: Pass, Slow 173 big_integer_parsed_mul_div_vm_test: Pass, Slow
174 174
175 [ $compiler == dart2js && $cps_ir ] 175 [ $compiler == dart2js && $cps_ir ]
176 package_resource_test: Crash # Surprisingly null object in type propagation.
177 regexp/pcre_test: Crash # Stack Overflow in LoopHierarchy. 176 regexp/pcre_test: Crash # Stack Overflow in LoopHierarchy.
178 core_runtime_types_test: Pass, RuntimeError # Issue 25795. 177 core_runtime_types_test: Pass, RuntimeError # Issue 25795.
179 178
180 [ $compiler == dart2js && $cps_ir && $checked ] 179 [ $compiler == dart2js && $cps_ir && $checked ]
181 *: Skip # Issue 25761 180 *: Skip # Issue 25761
182 181
183 [ $compiler == dart2js && $cps_ir && $host_checked ] 182 [ $compiler == dart2js && $cps_ir && $host_checked ]
184 regexp/pcre_test: Crash # Stack Overflow 183 regexp/pcre_test: Crash # Stack Overflow
185 collection_removes_test: Crash # Issue 25911 184 collection_removes_test: Crash # Issue 25911
186 185
187 [ $compiler == dart2js && $host_checked ]
188 package_resource_test: Crash # Issue 25911
189
190 [ $noopt || $compiler == precompiler ] 186 [ $noopt || $compiler == precompiler ]
191 # Stacktraces in precompilation omit inlined frames. 187 # Stacktraces in precompilation omit inlined frames.
192 stacktrace_current_test: Pass, RuntimeError 188 stacktrace_current_test: Pass, RuntimeError
193 error_stack_trace1_test: Pass, RuntimeError 189 error_stack_trace1_test: Pass, RuntimeError
194 190
195 [ $noopt || $compiler == precompiler || $mode == product ] 191 [ $noopt || $compiler == precompiler || $mode == product ]
196 apply3_test: SkipByDesign # Imports dart:mirrors 192 apply3_test: SkipByDesign # Imports dart:mirrors
197 193
198 [ $noopt || $compiler == precompiler ] 194 [ $noopt || $compiler == precompiler ]
199 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 195 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
(...skipping 14 matching lines...) Expand all
214 big_integer_huge_mul_vm_test: Pass, Timeout 210 big_integer_huge_mul_vm_test: Pass, Timeout
215 big_integer_parsed_mul_div_vm_test: Pass, Timeout 211 big_integer_parsed_mul_div_vm_test: Pass, Timeout
216 collection_length_test: Fail, Crash 212 collection_length_test: Fail, Crash
217 hash_map2_test: Pass, Crash 213 hash_map2_test: Pass, Crash
218 queue_test: Pass, Crash 214 queue_test: Pass, Crash
219 regexp/regexp_test: Pass, Fail, Crash 215 regexp/regexp_test: Pass, Fail, Crash
220 uri_parse_test: Pass, Timeout 216 uri_parse_test: Pass, Timeout
221 uri_test: Pass, RuntimeError 217 uri_test: Pass, RuntimeError
222 data_uri_test: Pass, RuntimeError 218 data_uri_test: Pass, RuntimeError
223 int_parse_radix_test: Pass, Timeout 219 int_parse_radix_test: Pass, Timeout
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