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

Issue 8365032: Process tests work across platforms. (Closed)

Created:
9 years, 2 months ago by jrgfogh
Modified:
9 years, 1 month ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Process tests work across platforms. Committed: https://code.google.com/p/dart/source/detail?r=1301

Patch Set 1 #

Patch Set 2 : Process tests work across platforms. #

Total comments: 8

Patch Set 3 : Review comments. #

Patch Set 4 : Updated the patch. #

Patch Set 5 : Handle Windows line-endings. #

Total comments: 4

Patch Set 6 : More line endings. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -27 lines) Patch
M tests/standalone/src/ProcessExitTest.dart View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M tests/standalone/src/ProcessSegfaultTest.dart View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M tests/standalone/src/ProcessStderrTest.dart View 1 2 3 4 5 3 chunks +24 lines, -9 lines 0 comments Download
M tests/standalone/src/ProcessStdoutTest.dart View 1 2 3 4 5 3 chunks +24 lines, -10 lines 0 comments Download
A tests/standalone/src/ProcessTestUtil.dart View 1 2 3 1 chunk +18 lines, -0 lines 0 comments Download
M tests/standalone/standalone.status View 1 2 3 4 5 1 chunk +0 lines, -6 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
jrgfogh
9 years, 2 months ago (2011-10-21 13:16:40 UTC) #1
Søren Gjesse
lgtm
9 years, 2 months ago (2011-10-21 13:20:38 UTC) #2
Ivan Posva
LGTM after fixing the status file. -Ivan http://codereview.chromium.org/8365032/diff/3002/tests/standalone/standalone.status File tests/standalone/standalone.status (right): http://codereview.chromium.org/8365032/diff/3002/tests/standalone/standalone.status#newcode25 tests/standalone/standalone.status:25: Process*: Skip ...
9 years, 2 months ago (2011-10-21 15:42:29 UTC) #3
Søren Gjesse
http://codereview.chromium.org/8365032/diff/3002/tests/standalone/src/ProcessStderrTest.dart File tests/standalone/src/ProcessStderrTest.dart (right): http://codereview.chromium.org/8365032/diff/3002/tests/standalone/src/ProcessStderrTest.dart#newcode36 tests/standalone/src/ProcessStderrTest.dart:36: for (int i = 0; i < BUFFERSIZE; i++) ...
9 years, 2 months ago (2011-10-24 06:23:04 UTC) #4
jrgfogh
http://codereview.chromium.org/8365032/diff/3002/tests/standalone/src/ProcessStderrTest.dart File tests/standalone/src/ProcessStderrTest.dart (right): http://codereview.chromium.org/8365032/diff/3002/tests/standalone/src/ProcessStderrTest.dart#newcode36 tests/standalone/src/ProcessStderrTest.dart:36: for (int i = 0; i < BUFFERSIZE; i++) ...
9 years, 2 months ago (2011-10-24 09:03:21 UTC) #5
Ivan Posva
What is the status of this change? Any plan on committing this, if not please ...
9 years, 1 month ago (2011-11-02 16:42:41 UTC) #6
Søren Gjesse
On 2011/11/02 16:42:41, Ivan Posva wrote: > What is the status of this change? Any ...
9 years, 1 month ago (2011-11-03 12:37:09 UTC) #7
Søren Gjesse
On 2011/11/03 12:37:09, Søren Gjesse wrote: > On 2011/11/02 16:42:41, Ivan Posva wrote: > > ...
9 years, 1 month ago (2011-11-03 12:38:30 UTC) #8
Søren Gjesse
http://codereview.chromium.org/8365032/diff/14001/tests/standalone/src/ProcessStderrTest.dart File tests/standalone/src/ProcessStderrTest.dart (right): http://codereview.chromium.org/8365032/diff/14001/tests/standalone/src/ProcessStderrTest.dart#newcode37 tests/standalone/src/ProcessStderrTest.dart:37: for (int i = received; i < Math.min(data.length, buffer.length); ...
9 years, 1 month ago (2011-11-08 08:43:38 UTC) #9
jrgfogh
http://codereview.chromium.org/8365032/diff/14001/tests/standalone/src/ProcessStderrTest.dart File tests/standalone/src/ProcessStderrTest.dart (right): http://codereview.chromium.org/8365032/diff/14001/tests/standalone/src/ProcessStderrTest.dart#newcode37 tests/standalone/src/ProcessStderrTest.dart:37: for (int i = received; i < Math.min(data.length, buffer.length); ...
9 years, 1 month ago (2011-11-08 09:15:15 UTC) #10
Søren Gjesse
9 years, 1 month ago (2011-11-08 12:15:30 UTC) #11
lgtm

Powered by Google App Engine
This is Rietveld 408576698