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

Issue 11231069: Remove reference to ObjectNotClosureException in dart2js. (Closed)

Created:
8 years, 2 months ago by Lasse Reichstein Nielsen
Modified:
8 years, 2 months ago
Reviewers:
ahe, kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Remove reference to ObjectNotClosureException in dart2js. Now with correct co19 test expectations. Committed: https://code.google.com/p/dart/source/detail?r=13924

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -49 lines) Patch
M lib/compiler/implementation/lib/js_helper.dart View 1 chunk +2 lines, -10 lines 0 comments Download
M tests/co19/co19-dart2js.status View 3 chunks +13 lines, -8 lines 1 comment Download
M tests/language/call_through_getter_test.dart View 4 chunks +9 lines, -9 lines 0 comments Download
M tests/language/call_through_null_getter_test.dart View 1 chunk +10 lines, -18 lines 0 comments Download
M tests/language/language.status View 2 chunks +11 lines, -0 lines 0 comments Download
M tests/language/local_function_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M tests/language/naming_test.dart View 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Lasse Reichstein Nielsen
Trying again.
8 years, 2 months ago (2012-10-23 06:58:46 UTC) #1
kasperl
[+ahe] LGTM, but you may want to coordinate the changes to the co19 status file ...
8 years, 2 months ago (2012-10-23 07:06:59 UTC) #2
ahe
I think it would be really helpful if we could separate concerns as we make ...
8 years, 2 months ago (2012-10-23 07:18:44 UTC) #3
ahe
https://codereview.chromium.org/11231069/diff/1/tests/co19/co19-dart2js.status File tests/co19/co19-dart2js.status (right): https://codereview.chromium.org/11231069/diff/1/tests/co19/co19-dart2js.status#newcode145 tests/co19/co19-dart2js.status:145: LibTest/core/List/filter_A03_t01: Fail, OK # co19 issue 274 This is ...
8 years, 2 months ago (2012-10-23 07:19:27 UTC) #4
Lasse Reichstein Nielsen
On 2012/10/23 07:18:44, ahe wrote: > I think it would be really helpful if we ...
8 years, 2 months ago (2012-10-23 07:41:17 UTC) #5
ahe
8 years, 2 months ago (2012-10-23 08:48:23 UTC) #6
On 2012/10/23 07:41:17, Lasse Reichstein Nielsen wrote:
> I'm not sure I understand what this would entail.
> Should we change tests first, and mark everything as failing, and then commit
a
> CL that implements the change and removes the fail-markings again? (Would be
> good test-first-development, though.)

That is what I think would be best: change the tests first.

> Most changes to libraries don't change compilers, but the ones that do will
> likely make the compiler crash on everything if it isn't changed.
> They are hard to separate. I agree that if there is no need for a VM/compiler
> change with a library change, they should probably be separated.

That depends on how you engineer it.

Powered by Google App Engine
This is Rietveld 408576698