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

Issue 26359002: Fix an issue where test timeouts would cause no more tests to execute. (Closed)

Created:
7 years, 2 months ago by devoncarew
Modified:
7 years, 2 months ago
CC:
reviews_dartlang.org, ahe
Visibility:
Public.

Description

Fix an issue where test timeouts would cause no more tests to execute. R=sigmund@google.com Committed: https://code.google.com/p/dart/source/detail?r=28383

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -2 lines) Patch
M pkg/unittest/lib/src/test_case.dart View 1 2 chunks +5 lines, -0 lines 0 comments Download
M pkg/unittest/lib/unittest.dart View 1 2 chunks +3 lines, -2 lines 2 comments Download

Messages

Total messages: 6 (0 generated)
devoncarew
7 years, 2 months ago (2013-10-07 21:28:41 UTC) #1
Siggi Cherem (dart-lang)
lgtm, with some minor comments below Peter - I believe you added this functionality, so ...
7 years, 2 months ago (2013-10-07 21:39:45 UTC) #2
devoncarew
https://codereview.chromium.org/26359002/diff/1/pkg/unittest/lib/src/test_case.dart File pkg/unittest/lib/src/test_case.dart (right): https://codereview.chromium.org/26359002/diff/1/pkg/unittest/lib/src/test_case.dart#newcode194 pkg/unittest/lib/src/test_case.dart:194: String toString() { On 2013/10/07 21:39:45, Siggi Cherem (dart-lang) ...
7 years, 2 months ago (2013-10-07 21:45:33 UTC) #3
devoncarew
Committed patchset #2 manually as r28383 (presubmit successful).
7 years, 2 months ago (2013-10-08 21:57:00 UTC) #4
ahe
lgtm https://codereview.chromium.org/26359002/diff/7001/pkg/unittest/lib/unittest.dart File pkg/unittest/lib/unittest.dart (right): https://codereview.chromium.org/26359002/diff/7001/pkg/unittest/lib/unittest.dart#newcode753 pkg/unittest/lib/unittest.dart:753: _nextTestCase(); This makes sense. Do you need the ...
7 years, 2 months ago (2013-10-11 12:59:40 UTC) #5
devoncarew
7 years, 2 months ago (2013-10-11 16:16:46 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/26359002/diff/7001/pkg/unittest/lib/unittest....
File pkg/unittest/lib/unittest.dart (right):

https://codereview.chromium.org/26359002/diff/7001/pkg/unittest/lib/unittest....
pkg/unittest/lib/unittest.dart:753: _nextTestCase();
On 2013/10/11 12:59:41, ahe wrote:
> This makes sense. Do you need the BREATH_INTERVAL as well?

Looks like. A series of test timeouts could prevent DOM events from being
processed for a while. I'll look at creating an _advanceTestCase() method,
calling it from here, and moving that Timer.run()/runAsync() logic from below
into that method.

Powered by Google App Engine
This is Rietveld 408576698