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

Issue 21155003: Improve test coverage for reflection on mixins. (Closed)

Created:
7 years, 4 months ago by Michael Lippautz (Google)
Modified:
7 years, 4 months ago
Reviewers:
ahe, rmacnak, siva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Improve test coverage for reflection on mixins. BUG= R=ahe@google.com Committed: https://code.google.com/p/dart/source/detail?r=25834

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Total comments: 10

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -0 lines) Patch
M tests/lib/lib.status View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A tests/lib/mirrors/mixin_members_test.dart View 1 2 3 1 chunk +49 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Michael Lippautz (Google)
Improve test coverage for walking mixin inheritance chains. Related to issue 9434 (ClassMirror.supperclass getter in ...
7 years, 4 months ago (2013-07-29 21:03:46 UTC) #1
rmacnak
https://chromiumcodereview.appspot.com/21155003/diff/1/tests/lib/mirrors/mixin_members_test.dart File tests/lib/mirrors/mixin_members_test.dart (right): https://chromiumcodereview.appspot.com/21155003/diff/1/tests/lib/mirrors/mixin_members_test.dart#newcode12 tests/lib/mirrors/mixin_members_test.dart:12: iterablesEqual(Iterable a, Iterable b) => setsEqual(a.toSet(), b.toSet()); This is ...
7 years, 4 months ago (2013-07-30 19:10:50 UTC) #2
Michael Lippautz (Google)
https://chromiumcodereview.appspot.com/21155003/diff/1/tests/lib/mirrors/mixin_members_test.dart File tests/lib/mirrors/mixin_members_test.dart (right): https://chromiumcodereview.appspot.com/21155003/diff/1/tests/lib/mirrors/mixin_members_test.dart#newcode12 tests/lib/mirrors/mixin_members_test.dart:12: iterablesEqual(Iterable a, Iterable b) => setsEqual(a.toSet(), b.toSet()); On 2013/07/30 ...
7 years, 4 months ago (2013-07-30 19:45:50 UTC) #3
rmacnak
On 2013/07/30 19:45:50, Michael Lippautz wrote: > https://chromiumcodereview.appspot.com/21155003/diff/1/tests/lib/mirrors/mixin_members_test.dart > File tests/lib/mirrors/mixin_members_test.dart (right): > > https://chromiumcodereview.appspot.com/21155003/diff/1/tests/lib/mirrors/mixin_members_test.dart#newcode12 ...
7 years, 4 months ago (2013-07-30 20:52:16 UTC) #4
Michael Lippautz (Google)
Added checks for the superinterfaces. (The current implementation (only) provides access to direct superinterfaces.)
7 years, 4 months ago (2013-07-31 16:50:51 UTC) #5
ahe
LGTM with a few nits. https://codereview.chromium.org/21155003/diff/10001/tests/lib/mirrors/mixin_members_test.dart File tests/lib/mirrors/mixin_members_test.dart (right): https://codereview.chromium.org/21155003/diff/10001/tests/lib/mirrors/mixin_members_test.dart#newcode9 tests/lib/mirrors/mixin_members_test.dart:9: bool haveSameElements(Iterable a, Iterable ...
7 years, 4 months ago (2013-08-06 14:35:36 UTC) #6
rmacnak
https://codereview.chromium.org/21155003/diff/10001/tests/lib/mirrors/mixin_members_test.dart File tests/lib/mirrors/mixin_members_test.dart (right): https://codereview.chromium.org/21155003/diff/10001/tests/lib/mirrors/mixin_members_test.dart#newcode9 tests/lib/mirrors/mixin_members_test.dart:9: bool haveSameElements(Iterable a, Iterable b) { On 2013/08/06 14:35:36, ...
7 years, 4 months ago (2013-08-06 16:33:39 UTC) #7
ahe
https://codereview.chromium.org/21155003/diff/10001/tests/lib/mirrors/mixin_members_test.dart File tests/lib/mirrors/mixin_members_test.dart (right): https://codereview.chromium.org/21155003/diff/10001/tests/lib/mirrors/mixin_members_test.dart#newcode9 tests/lib/mirrors/mixin_members_test.dart:9: bool haveSameElements(Iterable a, Iterable b) { On 2013/08/06 16:33:39, ...
7 years, 4 months ago (2013-08-06 16:42:04 UTC) #8
rmacnak
On 2013/08/06 16:42:04, ahe wrote: > https://codereview.chromium.org/21155003/diff/10001/tests/lib/mirrors/mixin_members_test.dart > File tests/lib/mirrors/mixin_members_test.dart (right): > > https://codereview.chromium.org/21155003/diff/10001/tests/lib/mirrors/mixin_members_test.dart#newcode9 > ...
7 years, 4 months ago (2013-08-06 17:14:23 UTC) #9
ahe
On 2013/08/06 17:14:23, Ryan Macnak wrote: > Hm, nice that there is such a thing. ...
7 years, 4 months ago (2013-08-06 17:24:42 UTC) #10
Michael Lippautz (Google)
Thanks for the comments! I also didn't know that Expect already got this many features. ...
7 years, 4 months ago (2013-08-06 21:48:29 UTC) #11
Michael Lippautz (Google)
7 years, 4 months ago (2013-08-06 21:48:55 UTC) #12
Message was sent while issue was closed.
Committed patchset #4 manually as r25834 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698