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

Issue 9677008: Not properly handling backslashes for extra files on Windows. (Closed)

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

Description

Not properly handling backslashes for extra files on Windows. Committed: https://code.google.com/p/dart/source/detail?r=5358

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
Emily Fortuna
This seems to have started as a result of r5341, but was masked by other ...
8 years, 9 months ago (2012-03-12 20:39:59 UTC) #1
Siggi Cherem (dart-lang)
lgtm
8 years, 9 months ago (2012-03-12 20:42:51 UTC) #2
Siggi Cherem (dart-lang)
8 years, 9 months ago (2012-03-12 20:44:08 UTC) #3
https://chromiumcodereview.appspot.com/9677008/diff/1/tools/testing/dart/test...
File tools/testing/dart/test_suite.dart (right):

https://chromiumcodereview.appspot.com/9677008/diff/1/tools/testing/dart/test...
tools/testing/dart/test_suite.dart:531: if (new Platform().operatingSystem() ==
'windows' && end == -1) {
seems odd though - the filenames come from a string annotation, they are not
processed or generated by any dart:io API

Powered by Google App Engine
This is Rietveld 408576698