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

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

Issue 2957583003: Fix computation of default values for named parameters. (Closed)
Patch Set: Created 3 years, 6 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
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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 [ $arch == simdbc || $arch == simdbc64 ] 213 [ $arch == simdbc || $arch == simdbc64 ]
214 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 214 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
215 215
216 [ $hot_reload || $hot_reload_rollback ] 216 [ $hot_reload || $hot_reload_rollback ]
217 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. 217 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow.
218 big_integer_huge_mul_vm_test: Pass, Slow # Slow 218 big_integer_huge_mul_vm_test: Pass, Slow # Slow
219 219
220 [ $compiler == dart2js && $dart2js_with_kernel ] 220 [ $compiler == dart2js && $dart2js_with_kernel ]
221 error_stack_trace1_test: Pass # Issue 27394 221 error_stack_trace1_test: Pass # Issue 27394
222 symbol_reserved_word_test/03: Pass # Issue 27394 222 symbol_reserved_word_test/03: Pass # Issue 27394
223 data_uri_test: RuntimeError # Issue 27394
224 date_time7_test: RuntimeError # Issue 27394
225 date_time_test: RuntimeError # Issue 27394
226 growable_list_test: RuntimeError # Issue 27394 223 growable_list_test: RuntimeError # Issue 27394
227 iterable_empty_test: RuntimeError # Issue 27394 224 iterable_empty_test: RuntimeError # Issue 27394
228 iterable_return_type_test/none: RuntimeError # Issue 27394 225 iterable_return_type_test/none: RuntimeError # Issue 27394
229 iterable_to_list_test/none: RuntimeError # Issue 27394 226 iterable_to_list_test/none: RuntimeError # Issue 27394
230 iterable_to_set_test: RuntimeError # Issue 27394
231 linked_hash_map_from_iterable_test: RuntimeError # Issue 27394
232 linked_hash_map_from_iterables_test: RuntimeError # Issue 27394
233 list_filled_type_argument_test: RuntimeError # Issue 27394 227 list_filled_type_argument_test: RuntimeError # Issue 27394
234 map_from_iterable_test: RuntimeError # Issue 27394
235 map_from_iterables_test: RuntimeError # Issue 27394
236 map_test: Crash # Issue 27394 228 map_test: Crash # Issue 27394
237 reg_exp1_test: RuntimeError # Issue 27394
238 regexp/compile_test: RuntimeError # Issue 27394
239 regexp/default_arguments_test: RuntimeError # Issue 27394
240 regexp/multiline_test: RuntimeError # Issue 27394
241 regexp/parentheses_test: RuntimeError # Issue 27394
242 regexp/pcre-test-4_test: RuntimeError # Issue 27394
243 regexp/pcre_test: RuntimeError # Issue 27394 229 regexp/pcre_test: RuntimeError # Issue 27394
244 set_test: RuntimeError # Issue 27394
245 symbol_operator_test/03: RuntimeError # Issue 27394 230 symbol_operator_test/03: RuntimeError # Issue 27394
246 symbol_reserved_word_test/06: RuntimeError # Issue 27394 231 symbol_reserved_word_test/06: RuntimeError # Issue 27394
247 symbol_reserved_word_test/09: RuntimeError # Issue 27394 232 symbol_reserved_word_test/09: RuntimeError # Issue 27394
248 symbol_reserved_word_test/12: RuntimeError # Issue 27394 233 symbol_reserved_word_test/12: RuntimeError # Issue 27394
249 symbol_test/none: RuntimeError # Issue 27394 234 symbol_test/none: RuntimeError # Issue 27394
250 uri_example_test: RuntimeError # Issue 27394
251 uri_http_test: RuntimeError # Issue 27394
252 uri_parameters_all_test: RuntimeError # Issue 27394
253 uri_query_test: RuntimeError # Issue 27394
254 uri_test: RuntimeError # Issue 27394
255 235
256 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 236 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
257 regress/4562_test/01: Crash # Issue 27394 237 regress/4562_test/01: Crash # Issue 27394
258 238
259 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ] 239 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
260 bool_from_environment2_test/01: MissingCompileTimeError 240 bool_from_environment2_test/01: MissingCompileTimeError
261 bool_from_environment2_test/02: MissingCompileTimeError 241 bool_from_environment2_test/02: MissingCompileTimeError
262 bool_from_environment2_test/03: MissingCompileTimeError 242 bool_from_environment2_test/03: MissingCompileTimeError
263 bool_from_environment2_test/04: MissingCompileTimeError 243 bool_from_environment2_test/04: MissingCompileTimeError
264 bool_from_environment2_test/05: MissingCompileTimeError 244 bool_from_environment2_test/05: MissingCompileTimeError
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1 315 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1
336 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1 316 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1
337 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1 317 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1
338 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1 318 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1
339 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1 319 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1
340 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1 320 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1
341 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1 321 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1
342 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1 322 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1
343 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 323 string_trimlr_test/02: RuntimeError # Flutter Issue 9111
344 main_test: RuntimeError # Flutter Issue 9111 324 main_test: RuntimeError # Flutter Issue 9111
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698