You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2007/10/23 15:40:50 UTC

[jira] Commented: (HARMONY-2315) [classlib][luni] org.apache.harmony.luni.tests.java.net.InetAddressTest intermittent failure

    [ https://issues.apache.org/jira/browse/HARMONY-2315?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537003 ] 

Mark Hindess commented on HARMONY-2315:
---------------------------------------

If this is really resolved then perhaps we should remove the lines:

  #2315
  org/apache/harmony/luni/tests/java/net/InetAddressTest.java

from modules/luni/make/exclude.linux.x86.drl.interm to let this test run again.



> [classlib][luni] org.apache.harmony.luni.tests.java.net.InetAddressTest intermittent failure
> --------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2315
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2315
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: SUSE 9, gcc, debug
>            Reporter: tatyana doubtsova
>            Assignee: Paulex Yang
>
> Running luni module tests in perTest mode iteratively 50 times on SUSE9  on svn = r478052 the failure of 2 testcases in org.apache.harmony.luni.tests.java.net.InetAddressTest was observed 1 time out of 50: 
> test_hashCode Failure 
> Incorrect hash returned: 1 from host: localhost/0000:0000:0000:0000:0000:0000:0000:0001
> junit.framework.AssertionFailedError: Incorrect hash returned: 1 from host: localhost/0000:0000:0000:0000:0000:0000:0000:0001 at org.apache.harmony.luni.tests.java.net.InetAddressTest.test_hashCode(InetAddressTest.java:358) at java.lang.reflect.VMReflection.invokeMethod(Native Method) 
> testSerializationCompatibility Failure 
> expected:<0> but was:<127>
> junit.framework.AssertionFailedError: expected:<0> but was:<127> at org.apache.harmony.luni.tests.java.net.InetAddressTest$1.assertDeserialized(InetAddressTest.java:498) at org.apache.harmony.testframework.serialization.SerializationTest.verifyGolden(SerializationTest.java:383) at org.apache.harmony.luni.tests.java.net.InetAddressTest.testSerializationCompatibility(InetAddressTest.java:519) at java.lang.reflect.VMReflection.invokeMethod(Native Method) 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.