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

Issue 11231015: Fixed failing 4_External_Functions_A01_t01 test, updated co19-runtime.status with triaged test bug … (Closed)

Created:
8 years, 2 months ago by Tom Ball
Modified:
8 years, 2 months ago
Reviewers:
hausner
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Fixed failing 4_External_Functions_A01_t01 test, updated co19-runtime.status with triaged test bug numbers. BUG=5430 Committed: https://code.google.com/p/dart/source/detail?r=13843

Patch Set 1 #

Total comments: 3

Patch Set 2 : Use ZoneHandle for function name, instead of Handle. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -15 lines) Patch
M runtime/vm/dart_api_impl_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/parser.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
M tests/co19/co19-runtime.status View 1 chunk +7 lines, -9 lines 0 comments Download
M tests/language/language.status View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Tom Ball
8 years, 2 months ago (2012-10-19 20:57:56 UTC) #1
hausner
LGTM with comment http://codereview.chromium.org/11231015/diff/1/runtime/vm/parser.cc File runtime/vm/parser.cc (right): http://codereview.chromium.org/11231015/diff/1/runtime/vm/parser.cc#newcode2285 runtime/vm/parser.cc:2285: const String& function_name = String::Handle(func.name()); This ...
8 years, 2 months ago (2012-10-19 21:43:25 UTC) #2
Tom Ball
8 years, 2 months ago (2012-10-19 22:06:41 UTC) #3
http://codereview.chromium.org/11231015/diff/1/runtime/vm/parser.cc
File runtime/vm/parser.cc (right):

http://codereview.chromium.org/11231015/diff/1/runtime/vm/parser.cc#newcode2285
runtime/vm/parser.cc:2285: const String& function_name =
String::Handle(func.name());
On 2012/10/19 21:43:25, hausner wrote:
> This needs to be a ZoneHandle I think.

Done.

Powered by Google App Engine
This is Rietveld 408576698