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

Issue 12340082: pkg/unittest: fixed asserts around currentTestCase (Closed)

Created:
7 years, 10 months ago by kevmoo-old
Modified:
7 years, 10 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

pkg/unittest: fixed asserts around currentTestCase Fixed asserts originally in https://codereview.chromium.org/12328090/ removed by https://codereview.chromium.org/12330145/ Committed: https://code.google.com/p/dart/source/detail?r=19088

Patch Set 1 #

Total comments: 1

Patch Set 2 : addressed Siggi's nit #

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

Messages

Total messages: 6 (0 generated)
kevmoo-old
Re-ran tests in checked mode. Won't make that mistake again.
7 years, 10 months ago (2013-02-26 19:17:32 UTC) #1
Siggi Cherem (dart-lang)
No problem gram, I'll wait =) I think the reason it failed in checked mode ...
7 years, 10 months ago (2013-02-26 19:37:37 UTC) #2
kevmoo-old
Context for the failure: It's possible for a test case to throw async errors after ...
7 years, 10 months ago (2013-02-26 19:39:51 UTC) #3
kevmoo-old
nit fixed. If it LGTY, please commit.
7 years, 10 months ago (2013-02-26 21:40:56 UTC) #4
gram
lgtm https://codereview.chromium.org/12340082/diff/1002/pkg/unittest/lib/src/config.dart File pkg/unittest/lib/src/config.dart (right): https://codereview.chromium.org/12340082/diff/1002/pkg/unittest/lib/src/config.dart#newcode66 pkg/unittest/lib/src/config.dart:66: assert(_currentTestCase == null || _currentTestCase == testCase); This ...
7 years, 10 months ago (2013-02-26 21:42:12 UTC) #5
gram
7 years, 10 months ago (2013-02-26 22:06:11 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r19088 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698