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

Issue 10191017: Get the absolute path of the test file when creating a tempory directory. (Closed)

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

Description

Get the absolute path of the test file when creating a tempory directory. Committed: https://code.google.com/p/dart/source/detail?r=6938

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -1 line) Patch
M dart/tools/testing/dart/test_suite.dart View 1 chunk +2 lines, -1 line 2 comments Download

Messages

Total messages: 3 (0 generated)
ahe
TBR
8 years, 8 months ago (2012-04-25 13:26:37 UTC) #1
Bill Hesse
LGTM. https://chromiumcodereview.appspot.com/10191017/diff/1/dart/tools/testing/dart/test_suite.dart File dart/tools/testing/dart/test_suite.dart (right): https://chromiumcodereview.appspot.com/10191017/diff/1/dart/tools/testing/dart/test_suite.dart#newcode442 dart/tools/testing/dart/test_suite.dart:442: Directory tempDir = createOutputDirectory(testPath, ''); Sometimes we have ...
8 years, 8 months ago (2012-04-25 13:42:29 UTC) #2
ahe
8 years, 8 months ago (2012-04-25 13:47:55 UTC) #3
Thank you, Bill.

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

https://chromiumcodereview.appspot.com/10191017/diff/1/dart/tools/testing/dar...
dart/tools/testing/dart/test_suite.dart:442: Directory tempDir =
createOutputDirectory(testPath, '');
On 2012/04/25 13:42:29, Bill Hesse wrote:
> Sometimes we have had problems with a file path getting too long when we do
> this.  Make sure to check the Windows bots.

This is the same as is done in enqueBrowserTest below. So I assume it is safe.

Powered by Google App Engine
This is Rietveld 408576698