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

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

Issue 2989863002: Migrated test block 19 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
« no previous file with comments | « no previous file | tests/corelib/regexp/char-insensitive_test.dart » ('j') | 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 [ $strong ] 5 [ $strong ]
6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes ts. 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes ts.
7 7
8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
9 string_case_test/01: Fail # Bug 18061 9 string_case_test/01: Fail # Bug 18061
10 10
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 duration2_test: StaticWarning, OK # Test generates error on purpose. 67 duration2_test: StaticWarning, OK # Test generates error on purpose.
68 68
69 [ $compiler == dart2analyzer && $builder_tag == strong ] 69 [ $compiler == dart2analyzer && $builder_tag == strong ]
70 *: Skip # Issue 28649 70 *: Skip # Issue 28649
71 71
72 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] 72 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ]
73 # The regexp tests are not verified to work on non d8/vm platforms yet. 73 # The regexp tests are not verified to work on non d8/vm platforms yet.
74 regexp/*: Skip 74 regexp/*: Skip
75 75
76 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter] 76 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter]
77 regexp/global_test: Skip # Timeout. Issue 21709 and 21708
78 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008 77 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008
79 regexp/capture-3: Pass, Slow, Timeout # Issues 21593 and 22008 78 regexp/capture-3: Pass, Slow, Timeout # Issues 21593 and 22008
80 79
81 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer] 80 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer]
82 file_resource_test: Skip, OK # VM specific test, uses dart:io. 81 file_resource_test: Skip, OK # VM specific test, uses dart:io.
83 http_resource_test: Skip, OK # VM specific test, uses dart:io. 82 http_resource_test: Skip, OK # VM specific test, uses dart:io.
84 83
85 [ $compiler == dart2js && ! $browser ] 84 [ $compiler == dart2js && ! $browser ]
86 package_resource_test: RuntimeError # Issue 26842 85 package_resource_test: RuntimeError # Issue 26842
87 86
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 queue_single_test: Crash 244 queue_single_test: Crash
246 queue_test: Crash 245 queue_test: Crash
247 range_error_test: Crash 246 range_error_test: Crash
248 reg_exp4_test: Crash 247 reg_exp4_test: Crash
249 reg_exp5_test: Crash 248 reg_exp5_test: Crash
250 reg_exp_all_matches_test: Crash 249 reg_exp_all_matches_test: Crash
251 reg_exp_start_end_test: Crash 250 reg_exp_start_end_test: Crash
252 regexp/ascii-regexp-subject_test: Crash 251 regexp/ascii-regexp-subject_test: Crash
253 regexp/capture-3_test: Crash 252 regexp/capture-3_test: Crash
254 regexp/capture_test: Crash 253 regexp/capture_test: Crash
255 regexp/compile-crash_test: Crash
256 regexp/compile_test: Crash
257 regexp/early-acid3-86_test: Crash
258 regexp/ecma-regex-examples_test: Crash
259 regexp/extended-characters-more_test: Crash
260 regexp/global_test: Crash
261 regexp/indexof_test: Crash
262 regexp/invalid-range-in-class_test: Crash 254 regexp/invalid-range-in-class_test: Crash
263 regexp/issue_19193_test: Crash 255 regexp/issue_19193_test: Crash
264 regexp/lastindex_test: Crash 256 regexp/lastindex_test: Crash
265 regexp/lookahead_test: Crash 257 regexp/lookahead_test: Crash
266 regexp/multiline_test: Crash 258 regexp/multiline_test: Crash
267 regexp/negative-special-characters_test: Crash 259 regexp/negative-special-characters_test: Crash
268 regexp/no-extensions_test: Crash 260 regexp/no-extensions_test: Crash
269 regexp/non-capturing-groups_test: Crash 261 regexp/non-capturing-groups_test: Crash
270 regexp/parentheses_test: Crash 262 regexp/parentheses_test: Crash
271 regexp/pcre-test-4_test: Crash 263 regexp/pcre-test-4_test: Crash
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 reg_exp_pattern_test: Crash 401 reg_exp_pattern_test: Crash
410 reg_exp_string_match_test: Crash 402 reg_exp_string_match_test: Crash
411 regexp/UC16_test: Crash 403 regexp/UC16_test: Crash
412 regexp/alternative-length-miscalculation_test: Crash 404 regexp/alternative-length-miscalculation_test: Crash
413 regexp/alternatives_test: Crash 405 regexp/alternatives_test: Crash
414 regexp/assertion_test: Crash 406 regexp/assertion_test: Crash
415 regexp/backreferences_test: Crash 407 regexp/backreferences_test: Crash
416 regexp/bol-with-multiline_test: Crash 408 regexp/bol-with-multiline_test: Crash
417 regexp/bol_test: Crash 409 regexp/bol_test: Crash
418 regexp/captures_test: Crash 410 regexp/captures_test: Crash
419 regexp/char-insensitive_test: Crash
420 regexp/character-match-out-of-order_test: Crash
421 regexp/constructor_test: Crash
422 regexp/default_arguments_test: Crash
423 regexp/dotstar_test: Crash
424 regexp/extended-characters-match_test: Crash
425 regexp/find-first-asserted_test: Crash
426 regexp/look-ahead_test: Crash 411 regexp/look-ahead_test: Crash
427 regexp/loop-capture_test: Crash 412 regexp/loop-capture_test: Crash
428 regexp/malformed-escapes_test: Crash 413 regexp/malformed-escapes_test: Crash
429 regexp/many-brackets_test: Crash 414 regexp/many-brackets_test: Crash
430 regexp/non-bmp_test: Crash 415 regexp/non-bmp_test: Crash
431 regexp/non-capturing-backtracking_test: Crash 416 regexp/non-capturing-backtracking_test: Crash
432 regexp/non-character_test: Crash 417 regexp/non-character_test: Crash
433 regexp/non-greedy-parentheses_test: Crash 418 regexp/non-greedy-parentheses_test: Crash
434 regexp/norepeat_test: Crash 419 regexp/norepeat_test: Crash
435 regexp/overflow_test: Crash 420 regexp/overflow_test: Crash
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911 1 465 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911 1
481 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1 466 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1
482 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1 467 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1
483 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1 468 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1
484 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1 469 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1
485 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1 470 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1
486 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1 471 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1
487 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1 472 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1
488 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1 473 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1
489 main_test: RuntimeError # Flutter Issue 9111 474 main_test: RuntimeError # Flutter Issue 9111
OLDNEW
« no previous file with comments | « no previous file | tests/corelib/regexp/char-insensitive_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698