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

Issue 11272022: Fix return code on Windows 8 machines. (Closed)

Created:
8 years, 2 months ago by Emily Fortuna
Modified:
8 years, 2 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix return code on Windows 8 machines. Committed: https://code.google.com/p/dart/source/detail?r=14056

Patch Set 1 #

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -7 lines) Patch
M tools/bots/compiler.py View 1 4 chunks +7 lines, -7 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
Emily Fortuna
This was causing the Win8 Opera machine to try the second branch, delete /var/tmp, and ...
8 years, 2 months ago (2012-10-25 00:06:46 UTC) #1
Bob Nystrom
One question, but LGTM either way. https://codereview.chromium.org/11272022/diff/2001/tools/bots/compiler.py File tools/bots/compiler.py (right): https://codereview.chromium.org/11272022/diff/2001/tools/bots/compiler.py#newcode263 tools/bots/compiler.py:263: if (build_info.system.startswith('win') and ...
8 years, 2 months ago (2012-10-25 00:32:54 UTC) #2
Emily Fortuna
8 years, 2 months ago (2012-10-25 00:44:24 UTC) #3
https://codereview.chromium.org/11272022/diff/2001/tools/bots/compiler.py
File tools/bots/compiler.py (right):

https://codereview.chromium.org/11272022/diff/2001/tools/bots/compiler.py#new...
tools/bots/compiler.py:263: if (build_info.system.startswith('win') and
On 2012/10/25 00:32:54, Bob Nystrom wrote:
> Is this clause needed? Doesn't checking for "ie" kind of imply Windows?

Fair enough. Removed.

Powered by Google App Engine
This is Rietveld 408576698