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

Issue 687613002: Revert "Port regexp tests from V8 to Dart." (Closed)

Created:
6 years, 1 month ago by zerny-google
Modified:
6 years, 1 month ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Revert "Port regexp tests from V8 to Dart." Reason: The tests do not run cleanly in checked mode. TBR=lrn@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=41358

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -12324 lines) Patch
M tests/corelib/corelib.status View 1 chunk +0 lines, -8 lines 0 comments Download
D tests/corelib/regexp/UC16_test.dart View 1 chunk +0 lines, -53 lines 0 comments Download
D tests/corelib/regexp/alternative-length-miscalculation_test.dart View 1 chunk +0 lines, -38 lines 0 comments Download
D tests/corelib/regexp/alternatives_test.dart View 1 chunk +0 lines, -48 lines 0 comments Download
D tests/corelib/regexp/ascii-regexp-subject_test.dart View 1 chunk +0 lines, -54 lines 0 comments Download
D tests/corelib/regexp/assertion_test.dart View 1 chunk +0 lines, -115 lines 0 comments Download
D tests/corelib/regexp/backreferences_test.dart View 1 chunk +0 lines, -46 lines 0 comments Download
D tests/corelib/regexp/bol-with-multiline_test.dart View 1 chunk +0 lines, -39 lines 0 comments Download
D tests/corelib/regexp/bol_test.dart View 1 chunk +0 lines, -55 lines 0 comments Download
D tests/corelib/regexp/capture-3_test.dart View 1 chunk +0 lines, -118 lines 0 comments Download
D tests/corelib/regexp/capture_test.dart View 1 chunk +0 lines, -53 lines 0 comments Download
D tests/corelib/regexp/captures_test.dart View 1 chunk +0 lines, -36 lines 0 comments Download
D tests/corelib/regexp/char-insensitive_test.dart View 1 chunk +0 lines, -53 lines 0 comments Download
D tests/corelib/regexp/character-match-out-of-order_test.dart View 1 chunk +0 lines, -32 lines 0 comments Download
D tests/corelib/regexp/compile-crash_test.dart View 1 chunk +0 lines, -37 lines 0 comments Download
D tests/corelib/regexp/compile_test.dart View 1 chunk +0 lines, -44 lines 0 comments Download
D tests/corelib/regexp/constructor_test.dart View 1 chunk +0 lines, -38 lines 0 comments Download
D tests/corelib/regexp/dotstar_test.dart View 1 chunk +0 lines, -165 lines 0 comments Download
D tests/corelib/regexp/early-acid3-86_test.dart View 1 chunk +0 lines, -39 lines 0 comments Download
D tests/corelib/regexp/ecma-regex-examples_test.dart View 1 chunk +0 lines, -68 lines 0 comments Download
D tests/corelib/regexp/extended-characters-match_test.dart View 1 chunk +0 lines, -44 lines 0 comments Download
D tests/corelib/regexp/extended-characters-more_test.dart View 1 chunk +0 lines, -36 lines 0 comments Download
D tests/corelib/regexp/find-first-asserted_test.dart View 1 chunk +0 lines, -35 lines 0 comments Download
D tests/corelib/regexp/global_test.dart View 1 chunk +0 lines, -189 lines 0 comments Download
D tests/corelib/regexp/indexof_test.dart View 1 chunk +0 lines, -70 lines 0 comments Download
D tests/corelib/regexp/invalid-range-in-class_test.dart View 1 chunk +0 lines, -56 lines 0 comments Download
D tests/corelib/regexp/lastindex_test.dart View 1 chunk +0 lines, -44 lines 0 comments Download
D tests/corelib/regexp/look-ahead_test.dart View 1 chunk +0 lines, -35 lines 0 comments Download
D tests/corelib/regexp/lookahead_test.dart View 1 chunk +0 lines, -165 lines 0 comments Download
D tests/corelib/regexp/loop-capture_test.dart View 1 chunk +0 lines, -35 lines 0 comments Download
D tests/corelib/regexp/malformed-escapes_test.dart View 1 chunk +0 lines, -61 lines 0 comments Download
D tests/corelib/regexp/many-brackets_test.dart View 1 chunk +0 lines, -48 lines 0 comments Download
D tests/corelib/regexp/multiline_test.dart View 1 chunk +0 lines, -118 lines 0 comments Download
D tests/corelib/regexp/negative-special-characters_test.dart View 1 chunk +0 lines, -95 lines 0 comments Download
D tests/corelib/regexp/no-extensions_test.dart View 1 chunk +0 lines, -69 lines 0 comments Download
D tests/corelib/regexp/non-bmp_test.dart View 1 chunk +0 lines, -46 lines 0 comments Download
D tests/corelib/regexp/non-capturing-backtracking_test.dart View 1 chunk +0 lines, -35 lines 0 comments Download
D tests/corelib/regexp/non-capturing-groups_test.dart View 1 chunk +0 lines, -47 lines 0 comments Download
D tests/corelib/regexp/non-character_test.dart View 1 chunk +0 lines, -47 lines 0 comments Download
D tests/corelib/regexp/non-greedy-parentheses_test.dart View 1 chunk +0 lines, -41 lines 0 comments Download
D tests/corelib/regexp/norepeat_test.dart View 1 chunk +0 lines, -36 lines 0 comments Download
D tests/corelib/regexp/overflow_test.dart View 1 chunk +0 lines, -43 lines 0 comments Download
D tests/corelib/regexp/parentheses_test.dart View 1 chunk +0 lines, -288 lines 0 comments Download
D tests/corelib/regexp/pcre-test-4_test.dart View 1 chunk +0 lines, -1027 lines 0 comments Download
D tests/corelib/regexp/pcre_test.dart View 1 chunk +0 lines, -6596 lines 0 comments Download
D tests/corelib/regexp/quantified-assertions_test.dart View 1 chunk +0 lines, -48 lines 0 comments Download
D tests/corelib/regexp/range-bound-ffff_test.dart View 1 chunk +0 lines, -34 lines 0 comments Download
D tests/corelib/regexp/range-out-of-order_test.dart View 1 chunk +0 lines, -34 lines 0 comments Download
D tests/corelib/regexp/ranges-and-escaped-hyphens_test.dart View 1 chunk +0 lines, -81 lines 0 comments Download
D tests/corelib/regexp/regexp_kde_test.dart View 1 chunk +0 lines, -89 lines 0 comments Download
D tests/corelib/regexp/regexp_test.dart View 1 chunk +0 lines, -594 lines 0 comments Download
D tests/corelib/regexp/regress-6-9-regexp_test.dart View 1 chunk +0 lines, -36 lines 0 comments Download
D tests/corelib/regexp/regress-regexp-codeflush_test.dart View 1 chunk +0 lines, -61 lines 0 comments Download
D tests/corelib/regexp/regress-regexp-construct-result_test.dart View 1 chunk +0 lines, -50 lines 0 comments Download
D tests/corelib/regexp/repeat-match-waldemar_test.dart View 1 chunk +0 lines, -59 lines 0 comments Download
D tests/corelib/regexp/results-cache_test.dart View 1 chunk +0 lines, -83 lines 0 comments Download
D tests/corelib/regexp/stack-overflow2_test.dart View 1 chunk +0 lines, -17 lines 0 comments Download
D tests/corelib/regexp/stack-overflow_test.dart View 1 chunk +0 lines, -38 lines 0 comments Download
D tests/corelib/regexp/standalones_test.dart View 1 chunk +0 lines, -84 lines 0 comments Download
D tests/corelib/regexp/toString_test.dart View 1 chunk +0 lines, -70 lines 0 comments Download
D tests/corelib/regexp/unicode-handling_test.dart View 1 chunk +0 lines, -75 lines 0 comments Download
D tests/corelib/regexp/unicodeCaseInsensitive_test.dart View 1 chunk +0 lines, -99 lines 0 comments Download
D tests/corelib/regexp/v8_regexp_utils.dart View 1 chunk +0 lines, -47 lines 0 comments Download
D tests/corelib/regexp/zero-length-alternatives_test.dart View 1 chunk +0 lines, -280 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
zerny-google
6 years, 1 month ago (2014-10-28 13:33:41 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 41358 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698