You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Tony Wu <wu...@gmail.com> on 2009/12/23 09:51:38 UTC

Request to merge patch for HARMONY-6408 to branch 6

Hi,

This patch will fix following two failures on windows. I tested it
out, no regressions.

test_joinGroupLjava_net_InetAddress	Failure	Group member did not recv
data expected:<[Hello World]> but was:<[�]>

junit.framework.ComparisonFailure: Group member did not recv data
expected:<[Hello World]> but was:<[?]>
at org.apache.harmony.luni.tests.java.net.MulticastSocketTest.test_joinGroupLjava_net_InetAddress(MulticastSocketTest.java:344)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)

MulticastSocketTest	test_sendLjava_net_DatagramPacketB	Failure	Failed
to send data. Received 512 expected:<[Hello World]> but was:<[�]>

junit.framework.ComparisonFailure: Failed to send data. Received 512
expected:<[Hello World]> but was:<[?]>
at org.apache.harmony.luni.tests.java.net.MulticastSocketTest.test_sendLjava_net_DatagramPacketB(MulticastSocketTest.java:730)
at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)

-- 
Tony Wu
China Software Development Lab, IBM

Re: Request to merge patch for HARMONY-6408 to branch 6

Posted by Ray Chen <cl...@gmail.com>.
Hi,

Since it is related to GBK and GB2312 encoding, I think committers
from China should have a look at this issue :) .

On Wed, Dec 23, 2009 at 4:51 PM, Tony Wu <wu...@gmail.com> wrote:
> Hi,
>
> This patch will fix following two failures on windows. I tested it
> out, no regressions.
>
> test_joinGroupLjava_net_InetAddress     Failure Group member did not recv
> data expected:<[Hello World]> but was:<[�]>
>
> junit.framework.ComparisonFailure: Group member did not recv data
> expected:<[Hello World]> but was:<[?]>
> at org.apache.harmony.luni.tests.java.net.MulticastSocketTest.test_joinGroupLjava_net_InetAddress(MulticastSocketTest.java:344)
> at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>
> MulticastSocketTest     test_sendLjava_net_DatagramPacketB      Failure Failed
> to send data. Received 512 expected:<[Hello World]> but was:<[�]>
>
> junit.framework.ComparisonFailure: Failed to send data. Received 512
> expected:<[Hello World]> but was:<[?]>
> at org.apache.harmony.luni.tests.java.net.MulticastSocketTest.test_sendLjava_net_DatagramPacketB(MulticastSocketTest.java:730)
> at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>
> --
> Tony Wu
> China Software Development Lab, IBM
>



-- 
Regards,

Ray Chen

Re: Request to merge patch for HARMONY-6408 to branch 6

Posted by Tony Wu <wu...@gmail.com>.
Committed revision 893708. thanks Regis.

On Thu, Dec 24, 2009 at 4:31 PM, Regis <xu...@gmail.com> wrote:
> On 2009-12-23 16:51, Tony Wu wrote:
>>
>> Hi,
>>
>> This patch will fix following two failures on windows. I tested it
>> out, no regressions.
>>
>> test_joinGroupLjava_net_InetAddress     Failure Group member did not recv
>> data expected:<[Hello World]>  but was:<[�]>
>>
>> junit.framework.ComparisonFailure: Group member did not recv data
>> expected:<[Hello World]>  but was:<[?]>
>> at
>> org.apache.harmony.luni.tests.java.net.MulticastSocketTest.test_joinGroupLjava_net_InetAddress(MulticastSocketTest.java:344)
>> at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>>
>> MulticastSocketTest     test_sendLjava_net_DatagramPacketB      Failure
>> Failed
>> to send data. Received 512 expected:<[Hello World]>  but was:<[�]>
>>
>> junit.framework.ComparisonFailure: Failed to send data. Received 512
>> expected:<[Hello World]>  but was:<[?]>
>> at
>> org.apache.harmony.luni.tests.java.net.MulticastSocketTest.test_sendLjava_net_DatagramPacketB(MulticastSocketTest.java:730)
>> at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>>
>
> +1 for merging only this patch.
>
> --
> Best Regards,
> Regis.
>



-- 
Tony Wu
China Software Development Lab, IBM

Re: Request to merge patch for HARMONY-6408 to branch 6

Posted by Regis <xu...@gmail.com>.
On 2009-12-23 16:51, Tony Wu wrote:
> Hi,
>
> This patch will fix following two failures on windows. I tested it
> out, no regressions.
>
> test_joinGroupLjava_net_InetAddress	Failure	Group member did not recv
> data expected:<[Hello World]>  but was:<[�]>
>
> junit.framework.ComparisonFailure: Group member did not recv data
> expected:<[Hello World]>  but was:<[?]>
> at org.apache.harmony.luni.tests.java.net.MulticastSocketTest.test_joinGroupLjava_net_InetAddress(MulticastSocketTest.java:344)
> at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>
> MulticastSocketTest	test_sendLjava_net_DatagramPacketB	Failure	Failed
> to send data. Received 512 expected:<[Hello World]>  but was:<[�]>
>
> junit.framework.ComparisonFailure: Failed to send data. Received 512
> expected:<[Hello World]>  but was:<[?]>
> at org.apache.harmony.luni.tests.java.net.MulticastSocketTest.test_sendLjava_net_DatagramPacketB(MulticastSocketTest.java:730)
> at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java)
>

+1 for merging only this patch.

-- 
Best Regards,
Regis.