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

Issue 269253007: - Fix the external_test.dart as it was relying on outdated (Closed)

Created:
6 years, 7 months ago by Ivan Posva
Modified:
6 years, 6 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

- Fix the external_test.dart as it was relying on outdated functionality and broken syntax. So some tests were passing for the wrong reason. - Fix the VM parser to properly report the compilation errors. - Fix the generation of pretty names of private identifiers. R=brianwilkerson@google.com Committed: https://code.google.com/p/dart/source/detail?r=37208

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+405 lines, -367 lines) Patch
M runtime/vm/flow_graph_builder.h View 1 1 chunk +15 lines, -15 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 1 chunk +209 lines, -209 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/intrinsifier.h View 1 1 chunk +99 lines, -99 lines 0 comments Download
M runtime/vm/object.cc View 1 2 chunks +9 lines, -5 lines 0 comments Download
M runtime/vm/parser.cc View 1 5 chunks +37 lines, -6 lines 0 comments Download
M tests/language/external_test.dart View 1 3 chunks +24 lines, -31 lines 0 comments Download
M tests/language/language_analyzer.status View 1 2 chunks +4 lines, -1 line 0 comments Download
M tests/language/language_analyzer2.status View 1 2 chunks +4 lines, -1 line 0 comments Download
M tests/language/language_dart2js.status View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Ivan Posva
6 years, 7 months ago (2014-05-07 23:28:37 UTC) #1
hausner
I think the error messages are misleading or not precise enough. https://codereview.chromium.org/269253007/diff/1/runtime/vm/parser.cc File runtime/vm/parser.cc (right): ...
6 years, 7 months ago (2014-05-07 23:45:42 UTC) #2
Brian Wilkerson
The test change LGTM. Thanks!
6 years, 7 months ago (2014-05-08 14:22:54 UTC) #3
Ivan Posva
PTAL Updated with even more tests and nicer error reporting. -Ivan
6 years, 6 months ago (2014-06-10 22:01:48 UTC) #4
Brian Wilkerson
LGTM
6 years, 6 months ago (2014-06-10 22:12:18 UTC) #5
Ivan Posva
6 years, 6 months ago (2014-06-10 22:19:41 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r37208 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698