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

Issue 9025024: Changes to testing script so we can run on Windows. (Closed)

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

Description

Changes to testing script so we can run on Windows. Committed: https://code.google.com/p/dart/source/detail?r=2785

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 2

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -36 lines) Patch
M tools/testing/perf_testing/create_graph.py View 1 2 6 chunks +40 lines, -36 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Emily Fortuna
9 years ago (2011-12-22 19:46:07 UTC) #1
Jennifer Messerly
9 years ago (2011-12-22 19:54:12 UTC) #2
lgtm

http://codereview.chromium.org/9025024/diff/2001/tools/testing/perf_testing/c...
File tools/testing/perf_testing/create_graph.py (right):

http://codereview.chromium.org/9025024/diff/2001/tools/testing/perf_testing/c...
tools/testing/perf_testing/create_graph.py:24: TOOLS_PATH =
os.path.join(os.path.dirname(os.path.dirname(os.path.dirname(
personally I'd do "from os.path import join, dirname, abspath" ... should make
this a bit shorter.

http://codereview.chromium.org/9025024/diff/2001/tools/testing/perf_testing/c...
tools/testing/perf_testing/create_graph.py:112: #Remove the xcode directory and
attempt to build again. If it still
should this say "Remove the output directory?"

Powered by Google App Engine
This is Rietveld 408576698