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

Issue 462523002: Use rmdir to delete pkgbuild directories on windows (Closed)

Created:
6 years, 4 months ago by ricow1
Modified:
6 years, 4 months ago
CC:
reviews_dartlang.org, ricow1
Visibility:
Public.

Description

Use rmdir to delete pkgbuild directories on windows We are seeing issues with this all the time. I validated that this works on my windows box (and our current setup does not) It sucks that we need to us runInShell, but rmdir is not part of the normal path (i.e., "where rmdir" says it can't find it, but e.g., "where xcopy" works fine) Committed: https://code.google.com/p/dart/source/detail?r=39071

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

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

Messages

Total messages: 5 (0 generated)
ricow1
Anders: fyi, I don't know why rmdir would succeed and we would not?
6 years, 4 months ago (2014-08-11 08:14:30 UTC) #1
Bill Hesse
https://chromiumcodereview.appspot.com/462523002/diff/20001/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): https://chromiumcodereview.appspot.com/462523002/diff/20001/tools/testing/dart/test_suite.dart#newcode1957 tools/testing/dart/test_suite.dart:1957: if (Platform.operatingSystem == 'windows') { Can we include a ...
6 years, 4 months ago (2014-08-11 09:24:13 UTC) #2
ricow1
https://chromiumcodereview.appspot.com/462523002/diff/20001/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): https://chromiumcodereview.appspot.com/462523002/diff/20001/tools/testing/dart/test_suite.dart#newcode1957 tools/testing/dart/test_suite.dart:1957: if (Platform.operatingSystem == 'windows') { On 2014/08/11 09:24:13, Bill ...
6 years, 4 months ago (2014-08-11 09:37:31 UTC) #3
Bill Hesse
lgtm https://chromiumcodereview.appspot.com/462523002/diff/60001/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): https://chromiumcodereview.appspot.com/462523002/diff/60001/tools/testing/dart/test_suite.dart#newcode1966 tools/testing/dart/test_suite.dart:1966: 'This may be because the path is to ...
6 years, 4 months ago (2014-08-11 10:22:17 UTC) #4
ricow1
6 years, 4 months ago (2014-08-11 10:41:26 UTC) #5
https://chromiumcodereview.appspot.com/462523002/diff/60001/tools/testing/dar...
File tools/testing/dart/test_suite.dart (right):

https://chromiumcodereview.appspot.com/462523002/diff/60001/tools/testing/dar...
tools/testing/dart/test_suite.dart:1966: 'This may be because the path is to
long');
On 2014/08/11 10:22:17, Bill Hesse wrote:
> If you are going to say this, it should say "This might be because the path
> might be too long', or just "The path might be too long".

Done.

Powered by Google App Engine
This is Rietveld 408576698