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

Issue 164333013: Fixes for the test framework multitests. (Closed)

Created:
6 years, 10 months ago by sigurdm
Modified:
6 years, 10 months ago
Reviewers:
ricow1, Bill Hesse, floitsch
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fixes for the test framework multitests. Allow imports with a metadata annotation. Allow test keys to be alphanumeric instead of just two digits. R=floitsch@google.com, whesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=32892 Was reverted in Issue 175113002, commit r32894. Committed: https://code.google.com/p/dart/source/detail?r=32956

Patch Set 1 #

Total comments: 3

Patch Set 2 : #

Total comments: 3

Patch Set 3 : Allow general annotations #

Patch Set 4 : Change regexp to multiline regexp. #

Total comments: 1

Patch Set 5 : space instead of newline #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -2 lines) Patch
M tools/testing/dart/multitest.dart View 1 2 1 chunk +6 lines, -1 line 0 comments Download
M tools/testing/dart/test_suite.dart View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
sigurdm
6 years, 10 months ago (2014-02-17 14:04:53 UTC) #1
floitsch
DBC. https://codereview.chromium.org/164333013/diff/1/tools/testing/dart/multitest.dart File tools/testing/dart/multitest.dart (right): https://codereview.chromium.org/164333013/diff/1/tools/testing/dart/multitest.dart#newcode182 tools/testing/dart/multitest.dart:182: '^(?:@\\w+\\s+)?(import|part)\\s+["\'](?!(dart:|dart-ext:|package:|/))([^"\']*)["\']'); long line.
6 years, 10 months ago (2014-02-17 14:22:32 UTC) #2
floitsch
dbc2. https://codereview.chromium.org/164333013/diff/1/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): https://codereview.chromium.org/164333013/diff/1/tools/testing/dart/test_suite.dart#newcode31 tools/testing/dart/test_suite.dart:31: RegExp multiTestRegExp = new RegExp(r"/// \w+:(.*)"); I think ...
6 years, 10 months ago (2014-02-17 14:23:49 UTC) #3
sigurdm
https://codereview.chromium.org/164333013/diff/1/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): https://codereview.chromium.org/164333013/diff/1/tools/testing/dart/test_suite.dart#newcode31 tools/testing/dart/test_suite.dart:31: RegExp multiTestRegExp = new RegExp(r"/// \w+:(.*)"); On 2014/02/17 14:23:49, ...
6 years, 10 months ago (2014-02-17 14:29:59 UTC) #4
floitsch
On 2014/02/17 14:29:59, sigurdm wrote: > https://codereview.chromium.org/164333013/diff/1/tools/testing/dart/test_suite.dart > File tools/testing/dart/test_suite.dart (right): > > https://codereview.chromium.org/164333013/diff/1/tools/testing/dart/test_suite.dart#newcode31 > ...
6 years, 10 months ago (2014-02-17 14:41:31 UTC) #5
floitsch
On 2014/02/17 14:41:31, floitsch wrote: > On 2014/02/17 14:29:59, sigurdm wrote: > > > https://codereview.chromium.org/164333013/diff/1/tools/testing/dart/test_suite.dart ...
6 years, 10 months ago (2014-02-17 14:42:46 UTC) #6
sigurdm
6 years, 10 months ago (2014-02-17 14:57:21 UTC) #7
Bill Hesse
LGTM. https://codereview.chromium.org/164333013/diff/100001/tools/testing/dart/multitest.dart File tools/testing/dart/multitest.dart (right): https://codereview.chromium.org/164333013/diff/100001/tools/testing/dart/multitest.dart#newcode182 tools/testing/dart/multitest.dart:182: '^(?:@\\w+\\s+)?' // Allow for a meta-data annotation. Do ...
6 years, 10 months ago (2014-02-17 17:59:07 UTC) #8
sigurdm
https://codereview.chromium.org/164333013/diff/100001/tools/testing/dart/multitest.dart File tools/testing/dart/multitest.dart (right): https://codereview.chromium.org/164333013/diff/100001/tools/testing/dart/multitest.dart#newcode182 tools/testing/dart/multitest.dart:182: '^(?:@\\w+\\s+)?' // Allow for a meta-data annotation. On 2014/02/17 ...
6 years, 10 months ago (2014-02-18 08:24:57 UTC) #9
sigurdm
Committed patchset #3 manually as r32892 (presubmit successful).
6 years, 10 months ago (2014-02-21 12:41:55 UTC) #10
sigurdm
ptal
6 years, 10 months ago (2014-02-24 09:46:03 UTC) #11
floitsch
LGTM with spaces instead of multiline. https://codereview.chromium.org/164333013/diff/220001/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): https://codereview.chromium.org/164333013/diff/220001/tools/testing/dart/test_suite.dart#newcode32 tools/testing/dart/test_suite.dart:32: RegExp multiTestRegExp = ...
6 years, 10 months ago (2014-02-24 09:56:28 UTC) #12
sigurdm
6 years, 10 months ago (2014-02-24 10:13:48 UTC) #13
Message was sent while issue was closed.
Committed patchset #5 manually as r32956 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698