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

Issue 2694013003: Add tests of line numbers to causal async stack tests (Closed)

Created:
3 years, 10 months ago by Cutch
Modified:
3 years, 10 months ago
Reviewers:
devoncarew, rmacnak, hausner
CC:
reviews_dartlang.org, turnidge, rmacnak, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 1

Patch Set 2 : rmacnak review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -6 lines) Patch
M runtime/observatory/tests/service/causal_async_stack_contents_test.dart View 1 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/observatory/tests/service/causal_async_star_stack_contents_test.dart View 1 1 chunk +6 lines, -0 lines 0 comments Download
M runtime/observatory/tests/service/test_helper.dart View 1 chunk +0 lines, -1 line 0 comments Download
M tests/language/vm/causal_async_exception_stack_test.dart View 1 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
Cutch
3 years, 10 months ago (2017-02-14 15:25:58 UTC) #3
devoncarew
lgtm
3 years, 10 months ago (2017-02-14 15:40:36 UTC) #5
rmacnak
lgtm w/ general comment We don't print a trailing colon if we only have token ...
3 years, 10 months ago (2017-02-14 17:42:21 UTC) #6
Cutch
On 2017/02/14 17:42:21, rmacnak wrote: > lgtm w/ general comment > > We don't print ...
3 years, 10 months ago (2017-02-15 08:31:06 UTC) #7
hausner
DBC https://codereview.chromium.org/2694013003/diff/1/runtime/observatory/tests/service/causal_async_stack_contents_test.dart File runtime/observatory/tests/service/causal_async_stack_contents_test.dart (right): https://codereview.chromium.org/2694013003/diff/1/runtime/observatory/tests/service/causal_async_stack_contents_test.dart#newcode69 runtime/observatory/tests/service/causal_async_stack_contents_test.dart:69: expect(await asyncStack[0].location.toUserString(), contains(':19:')); DBC: you could use string ...
3 years, 10 months ago (2017-02-15 08:36:54 UTC) #9
Cutch
Committed patchset #2 (id:20001) manually as d264156cfbc0b10f8b687f9407ee05574c4bdc94 (presubmit successful).
3 years, 10 months ago (2017-02-15 08:38:56 UTC) #11
Cutch
3 years, 10 months ago (2017-02-15 08:39:21 UTC) #12
Message was sent while issue was closed.
On 2017/02/15 08:36:54, hausner wrote:
> DBC
> 
>
https://codereview.chromium.org/2694013003/diff/1/runtime/observatory/tests/s...
> File runtime/observatory/tests/service/causal_async_stack_contents_test.dart
> (right):
> 
>
https://codereview.chromium.org/2694013003/diff/1/runtime/observatory/tests/s...
> runtime/observatory/tests/service/causal_async_stack_contents_test.dart:69:
> expect(await asyncStack[0].location.toUserString(), contains(':19:'));
> DBC: you could use string interpolation to avoid the literal numbers.
> 
> ... contains(':$LINE_C:') ...

I didn't see this comment until I had submitted. I agree we can clean these up.

Powered by Google App Engine
This is Rietveld 408576698