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

Issue 10440071: Fix erroneous asynchronous code in test scripts (batch runner). (Closed)

Created:
8 years, 6 months ago by Bill Hesse
Modified:
8 years, 6 months ago
Reviewers:
Mads Ager (google)
CC:
reviews_dartlang.org, ahe, ngeoffray
Visibility:
Public.

Description

Fix erroneous asynchronous code in test scripts (batch runner). BUG=3286 TEST= Committed: https://code.google.com/p/dart/source/detail?r=8058

Patch Set 1 #

Total comments: 9

Patch Set 2 : Remove tabs, clear _status variable for new test. #

Patch Set 3 : Remove stray line of code. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -42 lines) Patch
M tools/testing/dart/test_runner.dart View 1 2 8 chunks +77 lines, -42 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Bill Hesse
8 years, 6 months ago (2012-05-29 13:05:41 UTC) #1
ahe
DBC http://codereview.chromium.org/10440071/diff/1/tools/testing/dart/test_runner.dart File tools/testing/dart/test_runner.dart (right): http://codereview.chromium.org/10440071/diff/1/tools/testing/dart/test_runner.dart#newcode644 tools/testing/dart/test_runner.dart:644: * closures need a shared value, that they ...
8 years, 6 months ago (2012-05-29 13:19:37 UTC) #2
Mads Ager (google)
8 years, 6 months ago (2012-05-29 13:24:34 UTC) #3
LGTM

http://codereview.chromium.org/10440071/diff/1/tools/testing/dart/test_runner...
File tools/testing/dart/test_runner.dart (right):

http://codereview.chromium.org/10440071/diff/1/tools/testing/dart/test_runner...
tools/testing/dart/test_runner.dart:780: return;
tab?

http://codereview.chromium.org/10440071/diff/1/tools/testing/dart/test_runner...
tools/testing/dart/test_runner.dart:798: _stdoutDone();
tab?

http://codereview.chromium.org/10440071/diff/1/tools/testing/dart/test_runner...
tools/testing/dart/test_runner.dart:815: if (ignoreStreams.value) continue;
Is this needed? Nothing else should happen that can change the value while you
are doing this synchronous loop?

Powered by Google App Engine
This is Rietveld 408576698