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

Issue 10909123: Fix issue 2933 - if an exception is thrown before we start the first test, but after the testcase i… (Closed)

Created:
8 years, 3 months ago by gram
Modified:
8 years, 3 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix issue 2933 - if an exception is thrown before we start the first test, but after the testcase is created, don't pass the error to the test case but treat it as an uncaught error. Committed: https://code.google.com/p/dart/source/detail?r=12077

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

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

Messages

Total messages: 4 (0 generated)
gram
8 years, 3 months ago (2012-09-07 16:50:38 UTC) #1
Siggi Cherem (dart-lang)
lgtm (see comment below) https://chromiumcodereview.appspot.com/10909123/diff/1/pkg/unittest/unittest.dart File pkg/unittest/unittest.dart (right): https://chromiumcodereview.appspot.com/10909123/diff/1/pkg/unittest/unittest.dart#newcode665 pkg/unittest/unittest.dart:665: if (testCase.running) { seems that ...
8 years, 3 months ago (2012-09-07 17:13:23 UTC) #2
gram
https://chromiumcodereview.appspot.com/10909123/diff/1/pkg/unittest/unittest.dart File pkg/unittest/unittest.dart (right): https://chromiumcodereview.appspot.com/10909123/diff/1/pkg/unittest/unittest.dart#newcode665 pkg/unittest/unittest.dart:665: if (testCase.running) { On 2012/09/07 17:13:23, sigmund wrote: > ...
8 years, 3 months ago (2012-09-07 17:40:53 UTC) #3
Siggi Cherem (dart-lang)
8 years, 3 months ago (2012-09-07 19:27:37 UTC) #4
lgtm with comment below

https://chromiumcodereview.appspot.com/10909123/diff/1003/pkg/unittest/unitte...
File pkg/unittest/unittest.dart (right):

https://chromiumcodereview.appspot.com/10909123/diff/1003/pkg/unittest/unitte...
pkg/unittest/unittest.dart:666: if (testCase.running) {
this part should probably go away? (seems that you reverted the change that
added .running to test case)

Powered by Google App Engine
This is Rietveld 408576698