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

Issue 13547002: Make type_cast test less fragile. (Closed)

Created:
7 years, 8 months ago by srdjan
Modified:
7 years, 8 months ago
Reviewers:
regis
CC:
reviews_dartlang.org, floitsch, Lasse Reichstein Nielsen
Visibility:
Public.

Description

Make type_cast test less fragile. Committed: https://code.google.com/p/dart/source/detail?r=20877

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -21 lines) Patch
M tests/language/type_cast_vm_test.dart View 1 2 5 chunks +7 lines, -21 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
srdjan
7 years, 8 months ago (2013-04-03 15:40:34 UTC) #1
regis
LGTM with questions https://codereview.chromium.org/13547002/diff/3001/tests/language/type_cast_vm_test.dart File tests/language/type_cast_vm_test.dart (right): https://codereview.chromium.org/13547002/diff/3001/tests/language/type_cast_vm_test.dart#newcode39 tests/language/type_cast_vm_test.dart:39: Expect.equals(1, error.column); Why don't you use ...
7 years, 8 months ago (2013-04-03 16:20:59 UTC) #2
srdjan
Committed patchset #3 manually as r20877 (presubmit successful).
7 years, 8 months ago (2013-04-03 17:19:42 UTC) #3
srdjan
7 years, 8 months ago (2013-04-12 23:01:41 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/13547002/diff/3001/tests/language/type_cast_v...
File tests/language/type_cast_vm_test.dart (right):

https://codereview.chromium.org/13547002/diff/3001/tests/language/type_cast_v...
tests/language/type_cast_vm_test.dart:39: Expect.equals(1, error.column);
On 2013/04/03 16:21:00, regis wrote:
> Why don't you use checkTopFunction here as you do below?

Changed to use checkTopFunction instead

https://codereview.chromium.org/13547002/diff/3001/tests/language/type_cast_v...
tests/language/type_cast_vm_test.dart:80: Expect.equals(1880, error.line);
On 2013/04/03 16:21:00, regis wrote:
> Why is this one not an issue?

It is an issue, you are correct. Changed to checkTopFunction.

Powered by Google App Engine
This is Rietveld 408576698