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

Issue 9565001: Enable use of #import stmts containing relative paths in Dart multitests (Closed)

Created:
8 years, 9 months ago by zundel
Modified:
8 years, 9 months ago
CC:
reviews_dartlang.org, scheglov, regis
Visibility:
Public.

Description

Enable use of #import stmts containing relative paths in Dart multitests This will alow tests like Prefix22NegativeTest an Prefix23Negative test to be re-written as multitests. Committed: https://code.google.com/p/dart/source/detail?r=4858

Patch Set 1 #

Total comments: 15

Patch Set 2 : Fixed relative path exclusion. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+92 lines, -20 lines) Patch
M tools/testing/dart/multitest.dart View 1 5 chunks +57 lines, -11 lines 0 comments Download
M tools/testing/dart/test_suite.dart View 1 2 chunks +35 lines, -9 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
zundel
I think this is the last barrier keeping us from porting the remaining 'NegativeTest' cases. ...
8 years, 9 months ago (2012-03-01 06:06:57 UTC) #1
Bill Hesse
https://chromiumcodereview.appspot.com/9565001/diff/1/tools/testing/dart/multitest.dart File tools/testing/dart/multitest.dart (right): https://chromiumcodereview.appspot.com/9565001/diff/1/tools/testing/dart/multitest.dart#newcode113 tools/testing/dart/multitest.dart:113: void _copyFile(File source, File dest) { On 2012/03/01 06:06:58, ...
8 years, 9 months ago (2012-03-01 15:01:52 UTC) #2
Bill Hesse
8 years, 9 months ago (2012-03-01 15:43:10 UTC) #3
zundel
Thanks for the feedback. https://chromiumcodereview.appspot.com/9565001/diff/1/tools/testing/dart/multitest.dart File tools/testing/dart/multitest.dart (right): https://chromiumcodereview.appspot.com/9565001/diff/1/tools/testing/dart/multitest.dart#newcode113 tools/testing/dart/multitest.dart:113: void _copyFile(File source, File dest) ...
8 years, 9 months ago (2012-03-01 18:06:01 UTC) #4
Bill Hesse
8 years, 9 months ago (2012-03-02 08:27:15 UTC) #5
LGTM.
I didn't mean non-capturing as in not creating a group, but as in not advancing
through the string.  I think you can make the change, and use group 3 as the
result.

Powered by Google App Engine
This is Rietveld 408576698