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

Issue 10447060: Handle native paths in test wrappers. (Closed)

Created:
8 years, 6 months ago by ahe
Modified:
8 years, 6 months ago
Reviewers:
ngeoffray
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Handle native paths in test wrappers. Committed: https://code.google.com/p/dart/source/detail?r=8041

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -3 lines) Patch
M dart/tools/testing/dart/browser_test.dart View 1 2 chunks +21 lines, -3 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ahe
8 years, 6 months ago (2012-05-29 08:59:09 UTC) #1
ngeoffray
STV! https://chromiumcodereview.appspot.com/10447060/diff/1/dart/tools/testing/dart/browser_test.dart File dart/tools/testing/dart/browser_test.dart (right): https://chromiumcodereview.appspot.com/10447060/diff/1/dart/tools/testing/dart/browser_test.dart#newcode55 dart/tools/testing/dart/browser_test.dart:55: final re = const RegExp('^[a-z]:', ignoreCase: true); Please ...
8 years, 6 months ago (2012-05-29 09:03:18 UTC) #2
ahe
8 years, 6 months ago (2012-05-29 09:15:10 UTC) #3
Thank you, Nicolas!

https://chromiumcodereview.appspot.com/10447060/diff/1/dart/tools/testing/dar...
File dart/tools/testing/dart/browser_test.dart (right):

https://chromiumcodereview.appspot.com/10447060/diff/1/dart/tools/testing/dar...
dart/tools/testing/dart/browser_test.dart:55: final re = const RegExp('^[a-z]:',
ignoreCase: true);
On 2012/05/29 09:03:18, ngeoffray wrote:
> Please add a comment on what this regexp is for.

Done.

Powered by Google App Engine
This is Rietveld 408576698