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

Side by Side Diff: tests/corelib/corelib.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
« no previous file with comments | « no previous file | tests/corelib/regexp/invalid-range-in-class_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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 regexp/ascii-regexp-subject_test: Crash 252 regexp/ascii-regexp-subject_test: Crash
253 regexp/capture-3_test: Crash 253 regexp/capture-3_test: Crash
254 regexp/capture_test: Crash 254 regexp/capture_test: Crash
255 regexp/compile-crash_test: Crash 255 regexp/compile-crash_test: Crash
256 regexp/compile_test: Crash 256 regexp/compile_test: Crash
257 regexp/early-acid3-86_test: Crash 257 regexp/early-acid3-86_test: Crash
258 regexp/ecma-regex-examples_test: Crash 258 regexp/ecma-regex-examples_test: Crash
259 regexp/extended-characters-more_test: Crash 259 regexp/extended-characters-more_test: Crash
260 regexp/global_test: Crash 260 regexp/global_test: Crash
261 regexp/indexof_test: Crash 261 regexp/indexof_test: Crash
262 regexp/invalid-range-in-class_test: Crash
263 regexp/issue_19193_test: Crash
264 regexp/lastindex_test: Crash
265 regexp/lookahead_test: Crash
266 regexp/multiline_test: Crash
267 regexp/negative-special-characters_test: Crash
268 regexp/no-extensions_test: Crash
269 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
272 regexp/pcre_test: Crash 264 regexp/pcre_test: Crash
273 regress_r21715_test: RuntimeError 265 regress_r21715_test: RuntimeError
274 set_containsAll_test: Crash 266 set_containsAll_test: Crash
275 set_contains_test: Crash 267 set_contains_test: Crash
276 set_intersection_test: Crash 268 set_intersection_test: Crash
277 set_iterator_test: Crash 269 set_iterator_test: Crash
278 set_removeAll_test: Crash 270 set_removeAll_test: Crash
279 set_remove_test: Crash 271 set_remove_test: Crash
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 reg_exp_group_test: Crash 398 reg_exp_group_test: Crash
407 reg_exp_groups_test: Crash 399 reg_exp_groups_test: Crash
408 reg_exp_has_match_test: Crash 400 reg_exp_has_match_test: Crash
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
417 regexp/bol_test: Crash 408 regexp/bol_test: Crash
418 regexp/captures_test: Crash 409 regexp/captures_test: Crash
419 regexp/char-insensitive_test: Crash 410 regexp/char-insensitive_test: Crash
420 regexp/character-match-out-of-order_test: Crash 411 regexp/character-match-out-of-order_test: Crash
421 regexp/constructor_test: Crash 412 regexp/constructor_test: Crash
422 regexp/default_arguments_test: Crash 413 regexp/default_arguments_test: Crash
423 regexp/dotstar_test: Crash 414 regexp/dotstar_test: Crash
424 regexp/extended-characters-match_test: Crash 415 regexp/extended-characters-match_test: Crash
425 regexp/find-first-asserted_test: Crash 416 regexp/find-first-asserted_test: Crash
426 regexp/look-ahead_test: Crash
427 regexp/loop-capture_test: Crash
428 regexp/malformed-escapes_test: Crash
429 regexp/many-brackets_test: Crash
430 regexp/non-bmp_test: Crash
431 regexp/non-capturing-backtracking_test: Crash
432 regexp/non-character_test: Crash
433 regexp/non-greedy-parentheses_test: Crash
434 regexp/norepeat_test: Crash 417 regexp/norepeat_test: Crash
435 regexp/overflow_test: Crash 418 regexp/overflow_test: Crash
436 regexp/stack-overflow2_test: Crash 419 regexp/stack-overflow2_test: Crash
437 regexp/stack-overflow_test: Crash 420 regexp/stack-overflow_test: Crash
438 regexp/zero-length-alternatives_test: Crash 421 regexp/zero-length-alternatives_test: Crash
439 regress_11099_test: Crash 422 regress_11099_test: Crash
440 regress_r21715_test: Crash 423 regress_r21715_test: Crash
441 safe_to_string_test: Crash 424 safe_to_string_test: Crash
442 sort_test: Crash 425 sort_test: Crash
443 426
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911 1 463 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911 1
481 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1 464 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911 1
482 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1 465 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911 1
483 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1 466 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911 1
484 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1 467 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911 1
485 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1 468 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911 1
486 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1 469 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911 1
487 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1 470 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911 1
488 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1 471 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911 1
489 main_test: RuntimeError # Flutter Issue 9111 472 main_test: RuntimeError # Flutter Issue 9111
OLDNEW
« no previous file with comments | « no previous file | tests/corelib/regexp/invalid-range-in-class_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698