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

Issue 9568016: Added test for issue 1882: (Closed)

Created:
8 years, 9 months ago by Ivan Posva
Modified:
8 years, 9 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Added test for issue 1882: - Make sure that we can disable library privacy for testing. Committed: https://code.google.com/p/dart/source/detail?r=4988

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -0 lines) Patch
M language/language.status View 2 chunks +2 lines, -0 lines 0 comments Download
M language/language-leg.status View 1 chunk +1 line, -0 lines 0 comments Download
A language/src/DisablePrivacyLib.dart View 1 chunk +9 lines, -0 lines 0 comments Download
A language/src/DisablePrivacyTest.dart View 1 chunk +12 lines, -0 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Ivan Posva
8 years, 9 months ago (2012-03-01 17:28:42 UTC) #1
Siggi Cherem (dart-lang)
lgtm
8 years, 9 months ago (2012-03-01 19:44:27 UTC) #2
ahe
https://chromiumcodereview.appspot.com/9568016/diff/1/language/src/DisablePrivacyTest.dart File language/src/DisablePrivacyTest.dart (right): https://chromiumcodereview.appspot.com/9568016/diff/1/language/src/DisablePrivacyTest.dart#newcode4 language/src/DisablePrivacyTest.dart:4: // VMOptions=--disable_privacy I don't think we should have VM ...
8 years, 9 months ago (2012-03-08 19:10:43 UTC) #3
Siggi Cherem (dart-lang)
8 years, 9 months ago (2012-03-08 19:28:37 UTC) #4
https://chromiumcodereview.appspot.com/9568016/diff/1/language/src/DisablePri...
File language/src/DisablePrivacyTest.dart (right):

https://chromiumcodereview.appspot.com/9568016/diff/1/language/src/DisablePri...
language/src/DisablePrivacyTest.dart:4: // VMOptions=--disable_privacy
On 2012/03/08 19:10:44, ahe wrote:
> I don't think we should have VM specific options in the shared language test
> suite.

This might be a problem of how we specify the options for test.dart, but the
intention is that this should be an option that will be available also in
frog/leg, not just a vm option. See: http://dartbug.com/1882

Powered by Google App Engine
This is Rietveld 408576698