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

Issue 10034019: Add missing calls to class finalizer in various tests. (Closed)

Created:
8 years, 8 months ago by regis
Modified:
8 years, 8 months ago
Reviewers:
siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add missing calls to class finalizer in various tests. Make 'sentinel' and 'transition_sentinel' instances of class Null. Committed: https://code.google.com/p/dart/source/detail?r=6421

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -2 lines) Patch
M runtime/vm/code_descriptors_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/code_generator_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/compiler_test.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/dart_entry_test.cc View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/object.cc View 3 chunks +9 lines, -2 lines 0 comments Download
M runtime/vm/unit_test.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
regis
8 years, 8 months ago (2012-04-11 16:05:19 UTC) #1
siva
LGTM If we determine that it is possible to use dynamic_class_ instead of null_class_ it ...
8 years, 8 months ago (2012-04-11 18:10:03 UTC) #2
regis
8 years, 8 months ago (2012-04-11 18:29:40 UTC) #3
On 2012/04/11 18:10:03, asiva wrote:
> LGTM
> 
> If we determine that it is possible to use dynamic_class_ instead of
null_class_
> it would be nice.

Thanks, Siva. So far, we do not have any instances of type Dynamic. We would
have to change the code at different places to support it, whereas we already
check for the NullClass in inlined code.

But I will keep this suggestion in mind.

Powered by Google App Engine
This is Rietveld 408576698