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

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

Issue 2989003002: Migrated test block 20 to Dart 2.0. (Closed)
Patch Set: Created 3 years, 4 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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # All static_tests have expected compile-time errors. 5 # All static_tests have expected compile-time errors.
6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ]
7 core_runtime_types_static_test: MissingCompileTimeError 7 core_runtime_types_static_test: MissingCompileTimeError
8 splay_tree_test/01: MissingCompileTimeError 8 splay_tree_test/01: MissingCompileTimeError
9 splay_tree_test/02: MissingCompileTimeError 9 splay_tree_test/02: MissingCompileTimeError
10 string_base_vm_static_test: MissingCompileTimeError 10 string_base_vm_static_test: MissingCompileTimeError
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 apply2_test: RuntimeError # Issue 29921 43 apply2_test: RuntimeError # Issue 29921
44 apply3_test: RuntimeError # Issue 29921 44 apply3_test: RuntimeError # Issue 29921
45 big_integer_arith_vm_test: RuntimeError # Issue 30170 45 big_integer_arith_vm_test: RuntimeError # Issue 30170
46 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921 46 big_integer_parsed_arith_vm_test: RuntimeError # Issue 29921
47 const_list_literal_test: RuntimeError # Issue 29921 47 const_list_literal_test: RuntimeError # Issue 29921
48 const_list_remove_range_test: RuntimeError # Issue 29921 48 const_list_remove_range_test: RuntimeError # Issue 29921
49 const_list_set_range_test: RuntimeError # Issue 29921 49 const_list_set_range_test: RuntimeError # Issue 29921
50 compare_to2_test: RuntimeError # Issue 30170 50 compare_to2_test: RuntimeError # Issue 30170
51 date_time10_test: RuntimeError # Issue 29921 51 date_time10_test: RuntimeError # Issue 29921
52 hash_set_test/01: RuntimeError # Issue 29921 52 hash_set_test/01: RuntimeError # Issue 29921
53 regexp/bol-with-multiline_test: RuntimeError # Issue 29921
54 regexp/invalid-range-in-class_test: RuntimeError # Issue 29921
55 regexp/look-ahead_test: RuntimeError # Issue 29921
56 regexp/loop-capture_test: RuntimeError # Issue 29921
57 regexp/malformed-escapes_test: RuntimeError # Issue 29921
58 regexp/many-brackets_test: RuntimeError # Issue 29921
59 regexp/negative-special-characters_test: RuntimeError # Issue 29921
60 regexp/no-extensions_test: RuntimeError # Issue 29921
61 regexp/non-bmp_test: RuntimeError # Issue 29921
62 regexp/non-capturing-backtracking_test: RuntimeError # Issue 29921
63 regexp/non-capturing-groups_test: RuntimeError # Issue 29921
64 regexp/non-character_test: RuntimeError # Issue 29921
65 regexp/non-greedy-parentheses_test: RuntimeError # Issue 29921
53 regexp/quantified-assertions_test: RuntimeError # Issue 29921 66 regexp/quantified-assertions_test: RuntimeError # Issue 29921
54 regexp/range-bound-ffff_test: RuntimeError # Issue 29921 67 regexp/range-bound-ffff_test: RuntimeError # Issue 29921
55 regexp/range-out-of-order_test: RuntimeError # Issue 29921 68 regexp/range-out-of-order_test: RuntimeError # Issue 29921
56 regexp/ranges-and-escaped-hyphens_test: RuntimeError # Issue 29921 69 regexp/ranges-and-escaped-hyphens_test: RuntimeError # Issue 29921
57 regexp/regress-6-9-regexp_test: RuntimeError # Issue 29921 70 regexp/regress-6-9-regexp_test: RuntimeError # Issue 29921
58 regexp/regress-6-9-regexp_test: RuntimeError # Issue 29921 71 regexp/regress-6-9-regexp_test: RuntimeError # Issue 29921
59 regexp/regress-regexp-codeflush_test: RuntimeError # Issue 29921 72 regexp/regress-regexp-codeflush_test: RuntimeError # Issue 29921
60 regexp/regress-regexp-construct-result_test: RuntimeError # Issue 29921 73 regexp/regress-regexp-construct-result_test: RuntimeError # Issue 29921
61 regexp/repeat-match-waldemar_test: RuntimeError # Issue 29921 74 regexp/repeat-match-waldemar_test: RuntimeError # Issue 29921
62 regexp/results-cache_test: RuntimeError # Issue 29921 75 regexp/results-cache_test: RuntimeError # Issue 29921
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 hidden_library2_test/01: Crash 287 hidden_library2_test/01: Crash
275 hidden_library2_test/none: Crash 288 hidden_library2_test/none: Crash
276 int_from_environment3_test/01: MissingCompileTimeError 289 int_from_environment3_test/01: MissingCompileTimeError
277 int_from_environment3_test/02: MissingCompileTimeError 290 int_from_environment3_test/02: MissingCompileTimeError
278 int_from_environment3_test/03: MissingCompileTimeError 291 int_from_environment3_test/03: MissingCompileTimeError
279 int_from_environment3_test/04: MissingCompileTimeError 292 int_from_environment3_test/04: MissingCompileTimeError
280 int_from_environment3_test/05: Crash 293 int_from_environment3_test/05: Crash
281 int_modulo_arith_test/bignum: Crash 294 int_modulo_arith_test/bignum: Crash
282 int_modulo_arith_test/modPow: Crash 295 int_modulo_arith_test/modPow: Crash
283 int_modulo_arith_test/none: Crash 296 int_modulo_arith_test/none: Crash
297 regexp/invalid-range-in-class_test: Crash
298 regexp/issue_19193_test: Crash
299 regexp/lastindex_test: Crash
300 regexp/lookahead_test: Crash
301 regexp/multiline_test: Crash
302 regexp/negative-special-characters_test: Crash
303 regexp/no-extensions_test: Crash
304 regexp/non-capturing-groups_test: Crash
284 regexp/range-out-of-order_test: Crash 305 regexp/range-out-of-order_test: Crash
285 regexp/regexp_kde_test: Crash 306 regexp/regexp_kde_test: Crash
286 regexp/regexp_test: Crash 307 regexp/regexp_test: Crash
287 stacktrace_fromstring_test: Crash 308 stacktrace_fromstring_test: Crash
288 stopwatch2_test: Crash 309 stopwatch2_test: Crash
289 string_base_vm_test: Crash 310 string_base_vm_test: Crash
290 string_buffer_test: Crash 311 string_buffer_test: Crash
291 string_codeunits_test: Crash 312 string_codeunits_test: Crash
292 string_from_environment3_test/01: MissingCompileTimeError 313 string_from_environment3_test/01: MissingCompileTimeError
293 string_from_environment3_test/02: MissingCompileTimeError 314 string_from_environment3_test/02: MissingCompileTimeError
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 double_ceil_to_double_test: Crash 395 double_ceil_to_double_test: Crash
375 double_compare_test: Crash 396 double_compare_test: Crash
376 double_floor2_test: Crash 397 double_floor2_test: Crash
377 double_floor_test: Crash 398 double_floor_test: Crash
378 double_floor_to_double_test: Crash 399 double_floor_to_double_test: Crash
379 double_parse_test/01: Crash 400 double_parse_test/01: Crash
380 double_parse_test/02: Crash 401 double_parse_test/02: Crash
381 double_parse_test/03: Crash 402 double_parse_test/03: Crash
382 double_parse_test/04: Crash 403 double_parse_test/04: Crash
383 double_parse_test/none: Crash 404 double_parse_test/none: Crash
405 regexp/bol-with-multiline_test: Crash
406 regexp/look-ahead_test: Crash
407 regexp/loop-capture_test: Crash
408 regexp/malformed-escapes_test: Crash
409 regexp/many-brackets_test: Crash
410 regexp/non-bmp_test: Crash
411 regexp/non-capturing-backtracking_test: Crash
412 regexp/non-character_test: Crash
413 regexp/non-greedy-parentheses_test: Crash
384 regexp/quantified-assertions_test: Crash 414 regexp/quantified-assertions_test: Crash
385 regexp/range-bound-ffff_test: Crash 415 regexp/range-bound-ffff_test: Crash
386 regexp/ranges-and-escaped-hyphens_test: Crash 416 regexp/ranges-and-escaped-hyphens_test: Crash
387 regexp/regress-6-9-regexp_test: Crash 417 regexp/regress-6-9-regexp_test: Crash
388 regexp/regress-6-9-regexp_test: Crash 418 regexp/regress-6-9-regexp_test: Crash
389 stopwatch_test: Crash 419 stopwatch_test: Crash
390 string_base_vm_static_test: Crash 420 string_base_vm_static_test: Crash
391 string_case_test/01: Crash 421 string_case_test/01: Crash
392 string_case_test/02: Crash 422 string_case_test/02: Crash
393 string_case_test/03: Crash 423 string_case_test/03: Crash
(...skipping 19 matching lines...) Expand all
413 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter 443 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp reter
414 444
415 [ $compiler == dart2js && $runtime != none && !$checked ] 445 [ $compiler == dart2js && $runtime != none && !$checked ]
416 splay_tree_from_iterable_test: RuntimeError 446 splay_tree_from_iterable_test: RuntimeError
417 447
418 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime == vm && !$checked ] 448 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime == vm && !$checked ]
419 splay_tree_from_iterable_test: RuntimeError 449 splay_tree_from_iterable_test: RuntimeError
420 450
421 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] 451 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ]
422 splay_tree_from_iterable_test: RuntimeError 452 splay_tree_from_iterable_test: RuntimeError
OLDNEW
« no previous file with comments | « tests/corelib/regexp/non-greedy-parentheses_test.dart ('k') | tests/corelib_2/regexp/invalid-range-in-class_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698