2006/12/13, Vladimir Ivanov <[EMAIL PROTECTED]>:
On 12/13/06, Alexey Varlamov <[EMAIL PROTECTED]> wrote:
>
> 2006/12/13, Stepan Mishura [EMAIL PROTECTED]:
>
> I observe 2 failures,
> tests.api.java.security.DomainCombinerTest
> org.apache.harmony.nio.tests.java.nio.channels.DatagramChannelTest
> Both tests are inaccurate: they install SecurityManager which blocks
> any functionality except setting old SecurityManager back, assuming in
> particular that no classloading request can happen during the main
> part of test. However this is a wild gamble, VM resolution strategy
> can vary significantly.
Should we fix/ exclude these tests in the one commit with changes that
affect these tests?
Sure - it was a bad luck for me missing these tests initially.
Fixed everything at r486600.
[skip]