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

Issue 1289673007: fixes #292, report async_helper test failures (Closed)

Created:
5 years, 4 months ago by Jennifer Messerly
Modified:
5 years, 4 months ago
Reviewers:
vsm
CC:
dev-compiler+reviews_dartlang.org
Base URL:
git@github.com:dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+329 lines, -278 lines) Patch
M test/browser/language_tests.js View 3 chunks +10 lines, -4 lines 0 comments Download
M test/codegen/async_helper.dart View 1 3 chunks +25 lines, -10 lines 0 comments Download
M test/codegen/expect/async_helper.js View 1 3 chunks +22 lines, -7 lines 0 comments Download
M test/codegen/expect/async_helper.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M test/codegen/expect/async_helper/async_helper.js View 1 3 chunks +22 lines, -7 lines 0 comments Download
M test/codegen/expect/js_test.txt View 1 chunk +249 lines, -249 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Jennifer Messerly
5 years, 4 months ago (2015-08-19 01:27:57 UTC) #2
vsm
lgtm https://codereview.chromium.org/1289673007/diff/1/test/codegen/async_helper.dart File test/codegen/async_helper.dart (right): https://codereview.chromium.org/1289673007/diff/1/test/codegen/async_helper.dart#newcode27 test/codegen/async_helper.dart:27: Function _onAsyncEnd; Perhaps give this a signature / ...
5 years, 4 months ago (2015-08-19 15:02:36 UTC) #3
Jennifer Messerly
https://codereview.chromium.org/1289673007/diff/1/test/codegen/async_helper.dart File test/codegen/async_helper.dart (right): https://codereview.chromium.org/1289673007/diff/1/test/codegen/async_helper.dart#newcode27 test/codegen/async_helper.dart:27: Function _onAsyncEnd; On 2015/08/19 15:02:35, vsm wrote: > Perhaps ...
5 years, 4 months ago (2015-08-19 15:34:44 UTC) #4
Jennifer Messerly
Committed patchset #2 (id:20001) manually as d76b79c59feba287e1197fea4d4771e9a6bfcb44 (presubmit successful).
5 years, 4 months ago (2015-08-19 15:35:39 UTC) #5
vsm
5 years, 4 months ago (2015-08-19 15:43:38 UTC) #6
Message was sent while issue was closed.
On 2015/08/19 15:34:44, John Messerly wrote:
>
https://codereview.chromium.org/1289673007/diff/1/test/codegen/async_helper.dart
> File test/codegen/async_helper.dart (right):
> 
>
https://codereview.chromium.org/1289673007/diff/1/test/codegen/async_helper.d...
> test/codegen/async_helper.dart:27: Function _onAsyncEnd;
> On 2015/08/19 15:02:35, vsm wrote:
> > Perhaps give this a signature / typedef to avoid the dcall - nice not to see
> > them on debugging stack traces.
> 
> Done.
> 
> fwiw, this method won't really appear on stack traces though. We're just
calling
> `done` to signal the test is done. Unless there's a bug in Karma/Mocha itself.
> 
> also, don't we want to hide those methods in stack traces generally? avoiding
> them in our own test code doesn't help end users?

Good point, opened #297 to start documenting this sort of stuff.

Powered by Google App Engine
This is Rietveld 408576698