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

Issue 1024463007: Make unittests work on Windows (again) (Closed)

Created:
5 years, 9 months ago by Johnni Winther
Modified:
5 years, 9 months ago
Reviewers:
Bob Nystrom, floitsch
CC:
reviews_dartlang.org, nweiz
Target Ref:
refs/remotes/git-svn
Visibility:
Public.

Description

Make unittests work on Windows (again) BUG= R=floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=44680

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -5 lines) Patch
M sdk/bin/pub.bat View 1 chunk +1 line, -1 line 3 comments Download
M tests/compiler/dart2js/dart2js_batch2_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/compiler/dart2js/source_map_pub_build_validity_test.dart View 2 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Johnni Winther
https://codereview.chromium.org/1024463007/diff/1/sdk/bin/pub.bat File sdk/bin/pub.bat (left): https://codereview.chromium.org/1024463007/diff/1/sdk/bin/pub.bat#oldcode38 sdk/bin/pub.bat:38: set PUB="%SDK_DIR%\lib\_internal\pub.dart" nweiz@, rnystrom@: Why has this not been ...
5 years, 9 months ago (2015-03-24 10:52:24 UTC) #2
floitsch
LGTM.
5 years, 9 months ago (2015-03-24 16:22:07 UTC) #3
Bob Nystrom
https://codereview.chromium.org/1024463007/diff/1/sdk/bin/pub.bat File sdk/bin/pub.bat (left): https://codereview.chromium.org/1024463007/diff/1/sdk/bin/pub.bat#oldcode38 sdk/bin/pub.bat:38: set PUB="%SDK_DIR%\lib\_internal\pub.dart" On 2015/03/24 10:52:24, Johnni Winther wrote: > ...
5 years, 9 months ago (2015-03-24 16:30:42 UTC) #5
Johnni Winther
https://codereview.chromium.org/1024463007/diff/1/sdk/bin/pub.bat File sdk/bin/pub.bat (left): https://codereview.chromium.org/1024463007/diff/1/sdk/bin/pub.bat#oldcode38 sdk/bin/pub.bat:38: set PUB="%SDK_DIR%\lib\_internal\pub.dart" On 2015/03/24 16:30:42, Bob Nystrom wrote: > ...
5 years, 9 months ago (2015-03-25 07:48:31 UTC) #6
Johnni Winther
Committed patchset #1 (id:1) manually as 44680 (presubmit successful).
5 years, 9 months ago (2015-03-25 07:59:53 UTC) #7
Bob Nystrom
5 years, 9 months ago (2015-03-25 16:06:39 UTC) #8
Message was sent while issue was closed.
On 2015/03/25 07:48:31, Johnni Winther wrote:
> https://codereview.chromium.org/1024463007/diff/1/sdk/bin/pub.bat
> File sdk/bin/pub.bat (left):
> 
> https://codereview.chromium.org/1024463007/diff/1/sdk/bin/pub.bat#oldcode38
> sdk/bin/pub.bat:38: set PUB="%SDK_DIR%\lib\_internal\pub.dart"
> On 2015/03/24 16:30:42, Bob Nystrom wrote:
> > On 2015/03/24 10:52:24, Johnni Winther wrote:
> > > nweiz@, rnystrom@: Why has this not been tested on Windows?
> > 
> > We generally do try to locally test Windows-only changes, but it's not easy
to
> > do. We only have one Windows machine and it's crushingly slow and takes
> forever
> > (hours) to get the latest code.
> > 
> > Note that this batch file is only used by Dart developers running directly
> from
> > the Dart source repo. End users run pub_sdk.bat which gets renamed to
pub.bat
> > and shipped in the actual SDK.
> 
> Acknowledged. Hope pub_sdk.bat is tested better then.

real_version_test invokes it. I think other tests may too, but I'm not 100%
positive.

- bob

Powered by Google App Engine
This is Rietveld 408576698