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

Issue 627133002: Uncomment and clean up engine_test.dart (Closed)

Created:
6 years, 2 months ago by scheglov
Modified:
6 years, 2 months ago
Reviewers:
Brian Wilkerson
CC:
reviews_dartlang.org, ricow1
Visibility:
Public.

Description

Uncomment and clean up engine_test.dart R=brianwilkerson@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=40913

Patch Set 1 #

Patch Set 2 : rollback ServerRefactoring change #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+7513 lines, -6864 lines) Patch
M pkg/analyzer/lib/src/generated/engine.dart View 11 chunks +37 lines, -17 lines 2 comments Download
M pkg/analyzer/lib/src/generated/java_core.dart View 1 chunk +10 lines, -3 lines 0 comments Download
M pkg/analyzer/test/generated/engine_test.dart View 1 chunk +7434 lines, -6835 lines 0 comments Download
M pkg/analyzer/test/generated/resolver_test.dart View 3 chunks +3 lines, -3 lines 0 comments Download
M pkg/analyzer/test/generated/test_support.dart View 3 chunks +29 lines, -6 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
scheglov
6 years, 2 months ago (2014-10-04 03:56:16 UTC) #1
Brian Wilkerson
LGTM. There are a lot of engine tests here that I still have commented out, ...
6 years, 2 months ago (2014-10-05 17:54:37 UTC) #2
scheglov
Committed patchset #2 (id:20001) manually as 40913 (presubmit successful).
6 years, 2 months ago (2014-10-05 19:55:17 UTC) #3
scheglov
6 years, 2 months ago (2014-10-05 19:55:37 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/627133002/diff/20001/pkg/analyzer/lib/src/gen...
File pkg/analyzer/lib/src/generated/engine.dart (right):

https://codereview.chromium.org/627133002/diff/20001/pkg/analyzer/lib/src/gen...
pkg/analyzer/lib/src/generated/engine.dart:1007: IncrementalAnalysisCache get
test_incrementalAnalysisCache {
On 2014/10/05 17:54:37, Brian Wilkerson wrote:
> I really dislike having methods that exist only for testing be prefixed with
> "test_". To my JUnit trained eye this makes them look like test methods. I
don't
> like having these methods at all, but I don't know of a reasonable
alternative.
> (No, this comment isn't particularly actionable, I'm just complaining...)

  These methods are used instead of using reflection in Java.
  You're welcome to rename them later :-)

Powered by Google App Engine
This is Rietveld 408576698