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

Issue 9677007: Fix build breakage caused from revision 5341 in Windows. (Closed)

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

Description

Fix build breakage caused from revision 5341 in Windows. TBR: whesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=5355

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
Emily Fortuna
8 years, 9 months ago (2012-03-12 20:22:19 UTC) #1
Bill Hesse
LGTM. https://chromiumcodereview.appspot.com/9677007/diff/1/tools/testing/dart/test_suite.dart File tools/testing/dart/test_suite.dart (right): https://chromiumcodereview.appspot.com/9677007/diff/1/tools/testing/dart/test_suite.dart#newcode701 tools/testing/dart/test_suite.dart:701: .replaceAll('\\', '_') + configuration['component'] + '.html'; OK, but ...
8 years, 9 months ago (2012-03-13 00:26:22 UTC) #2
Emily Fortuna
8 years, 9 months ago (2012-03-13 00:33:51 UTC) #3
https://chromiumcodereview.appspot.com/9677007/diff/1/tools/testing/dart/test...
File tools/testing/dart/test_suite.dart (right):

https://chromiumcodereview.appspot.com/9677007/diff/1/tools/testing/dart/test...
tools/testing/dart/test_suite.dart:701: .replaceAll('\\', '_') +
configuration['component'] + '.html';
On 2012/03/13 00:26:22, Bill Hesse wrote:
> OK, but I don't know why we don't fix filename when we first get it, rather
than
> fixing it at many different later places.  I'll fix this someday.

I'm fine with fixing it initially -- it's just all the Windows bots were broken
at the time, and I needed to get a fix in quickly before more tests broke.

Powered by Google App Engine
This is Rietveld 408576698