Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 59641 invoked from network); 21 Dec 2009 05:52:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Dec 2009 05:52:03 -0000 Received: (qmail 22027 invoked by uid 500); 21 Dec 2009 05:52:02 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 21830 invoked by uid 500); 21 Dec 2009 05:52:00 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 21819 invoked by uid 99); 21 Dec 2009 05:52:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Dec 2009 05:52:00 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wuyuehao@gmail.com designates 209.85.216.186 as permitted sender) Received: from [209.85.216.186] (HELO mail-px0-f186.google.com) (209.85.216.186) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Dec 2009 05:51:53 +0000 Received: by pxi16 with SMTP id 16so3346531pxi.25 for ; Sun, 20 Dec 2009 21:51:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=V1al/SSjtC6z0x+JnsUBK469hslSRa6TQFAKEphmNrA=; b=hEfxII42ack9eIQBeig2JHGxVQhoEW4zvc6K8f86SDlUc621Law60Ry0r6kf/Bvbbf PenVEbKABaLt/hIXu7iJnd6Emv9SvUKHr3FKrgjUR3wPNyjFByzTcaJXw7feIuaeeV9u 2YeyoUNxUwn2QUEXSmPzL43NgwCc/54tOyN5A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=qAfXQcKBB6qhtMN2U40MY2Hh2OlyLkobVVeMAYRhiV2Q0OYLIeQ1+vr0KXsvdT2Lbi N7rxnYHJ6jPSjDBPFZmHORGz+ZI/kVcqmfsGUwHwvm7Z0Hd83JIXF5cX/kv5YI+YLG0o UL0GSfpBDO6aGaKoB0Y31x/junUJc8rK5T6BY= MIME-Version: 1.0 Received: by 10.115.26.7 with SMTP id d7mr4628766waj.12.1261374692835; Sun, 20 Dec 2009 21:51:32 -0800 (PST) In-Reply-To: <4B2B809F.4050007@gmail.com> References: <4d9fb1a00912180321k21c1af7eibf50070ad93e937e@mail.gmail.com> <4B2B809F.4050007@gmail.com> Date: Mon, 21 Dec 2009 13:51:32 +0800 Message-ID: <211709bc0912202151k3f741215n573e8ca2ff8b53d7@mail.gmail.com> Subject: Re: 6.0 Milestone testing -windowsXP-32 From: Tony Wu To: dev@harmony.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Renaming IFTYPE solves this problem, I think there is a defination in VS2008 with the same name. On Fri, Dec 18, 2009 at 9:16 PM, Tim Ellison wrote: > While I can build ok using VisualStudio 2003, I have build problems now > on VisualStudio 2008. > >> =A0 =A0 =A0[exec] =A0 =A0 cl -c -DCRTAPI1=3D_cdecl -DCRTAPI2=3D_cdecl -n= ologo -GS -FIsehmap.h -D_X86_=3D1 =A0-DWIN32 -D_WIN32 -W3 -D_WIN95 -D_WIN32= _WINDOWS=3D0x0400 /D_WIN32_DCOM -D_WIN32_IE=3D0x0500 -DWINVER=3D0x0400 -Zi = -Od -WX -GF -Gs -MD -Zm400 =A0 -D_CRT_SECURE_NO_DEPRECATE =A0-D_CRT_SECURE_= NO_WARNINGS =A0-D_SCL_SECURE_NO_DEPRECATE =A0-D_DLL -D_ >> MT -D_WINSOCKAPI_ =A0/ID:\java6\working_classlib\deploy\include /ID:\jav= a6\working_classlib\deploy\jdk\include /I. /I..\shared\ -Fohelpers.obj help= ers.c >> =A0 =A0 =A0[exec] helpers.c >> =A0 =A0 =A0[exec] helpers.c(65) : error C2365: 'IFTYPE' : redefinition; = previous definition was 'typedef' >> =A0 =A0 =A0[exec] =A0 =A0 =A0 =A0 C:\Program Files\Microsoft SDKs\Window= s\v6.0A\include\ipifcons.h(238) : see declaration of 'IFTYPE' >> =A0 =A0 =A0[exec] helpers.c(65) : error C2086: 'IFTYPE' : redefinition >> =A0 =A0 =A0[exec] =A0 =A0 =A0 =A0 helpers.c(65) : see declaration of 'IF= TYPE' >> =A0 =A0 =A0[exec] helpers.c(737) : error C2275: 'IFTYPE' : illegal use o= f this type as an expression >> =A0 =A0 =A0[exec] =A0 =A0 =A0 =A0 C:\Program Files\Microsoft SDKs\Window= s\v6.0A\include\ipifcons.h(238) : see declaration of 'IFTYPE' >> =A0 =A0 =A0[exec] helpers.c(737) : error C2046: illegal case >> =A0 =A0 =A0[exec] helpers.c(772) : error C2275: 'IFTYPE' : illegal use o= f this type as an expression >> =A0 =A0 =A0[exec] =A0 =A0 =A0 =A0 C:\Program Files\Microsoft SDKs\Window= s\v6.0A\include\ipifcons.h(238) : see declaration of 'IFTYPE' >> =A0 =A0 =A0[exec] helpers.c(772) : error C2198: 'getPlatformNetworkInter= faceAttribute' : too few arguments for call >> =A0 =A0 =A0[exec] helpers.c(777) : error C2275: 'IFTYPE' : illegal use o= f this type as an expression >> =A0 =A0 =A0[exec] =A0 =A0 =A0 =A0 C:\Program Files\Microsoft SDKs\Window= s\v6.0A\include\ipifcons.h(238) : see declaration of 'IFTYPE' >> =A0 =A0 =A0[exec] helpers.c(777) : error C2198: 'getPlatformNetworkInter= faceAttribute' : too few arguments for call >> =A0 =A0 =A0[exec] NMAKE : fatal error U1077: '"c:\Program Files\Microsof= t Visual Studio 9.0\VC\BIN\cl.EXE"' : return code '0x2' >> =A0 =A0 =A0[exec] Stop. > > Anyone else see this? > > Regards, > Tim > > > On 18/Dec/2009 11:21, Ray Chen wrote: >> Hi All, >> >> I run the java6 test on windows platform, =A027059 tests ran, and I see >> 18 failures and 15 errors >> Failures: >> *javax.swing.plaf.basic.BasicScrollBarUITest.testGetThumbBounds >> expected: 16, actual: 0 >> javax.swing.text.html.HTMLDocument_Reader_ActionsTest.testHarmony_4615 >> =A0null expected:<[line4 line4]> but was:<[ line4 line]> >> org.apache.harmony.luni.tests.internal.net.www.protocol.http.HttpURLConn= ectionTest.testUsingProxy2 >> should throw ConnectException >> org.apache.harmony.luni.tests.java.net.MulticastSocketTest.test_setInter= faceLjava_net_InetAddress >> =A0 Exception during test : null >> org.apache.harmony.luni.tests.java.net.NetworkInterfaceTest.test_getName >> =A0 Exception occurred getting network interfaces : >> java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.NetworkInterfaceTest.test_getInet= Addresses >> =A0 Exception occurred getting network interfaces : >> java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.NetworkInterfaceTest.test_getDisp= layName >> =A0 =A0Exception occurred getting network interfaces : >> java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.NetworkInterfaceTest.test_getByNa= meLjava_lang_String >> =A0 =A0Exception occurred getting network interfaces : >> java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.NetworkInterfaceTest.test_getByIn= etAddressLjava_net_InetAddress >> =A0 =A0Exception occurred getting network interfaces : >> java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.NetworkInterfaceTest.test_getNetw= orkInterfaces >> =A0 =A0Exception occurred getting network interfaces : >> java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.NetworkInterfaceTest.test_equalsL= java_lang_Object >> =A0 =A0Exception occurred getting network interfaces : >> java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.NetworkInterfaceTest.test_hashCod= e >> =A0 =A0Exception occurred getting network interfaces : >> java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.NetworkInterfaceTest.test_toStrin= g >> =A0 =A0Exception occurred getting network interfaces : >> java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.NetworkInterfaceTest.test_getInte= rfaceAddresses >> =A0 =A0Exception occurred getting network interfaces : >> java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.NetworkInterfaceTest.test_isLoopb= ack >> =A0 =A0Exception occurred getting network interfaces : >> java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.NetworkInterfaceTest.test_getHard= wareAddress >> =A0 =A0Exception occurred getting network interfaces : >> java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.NetworkInterfaceTest.test_getMTU >> =A0 =A0Exception occurred getting network interfaces : >> java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.URLConnectionTest.test_getInputSt= ream >> =A0 =A0 =A0 null expected:<[zyxwvuts]> but was:<[]> >> >> Errors: >> javax.swing.text.html.HTMLDocument_Reader_ActionsTest.testHarmony_4582 >> =A0java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.io.OutputStreamWriterTest.testHandleE= arlyEOFChar_1 >> =A0 =A0java.nio.BufferOverflowException >> org.apache.harmony.luni.tests.java.io.OutputStreamWriterTest.testHandleE= arlyEOFChar_2 >> =A0 =A0java.nio.BufferOverflowException >> org.apache.harmony.luni.tests.java.io.WriterTesterTest$FileWriterCharSin= kTester:sinkTestWriteLargeArray >> =A0 =A0java.nio.BufferOverflowException >> org.apache.harmony.luni.tests.java.net.InetAddressTest.test_isReachableL= java_net_NetworkInterfaceII >> =A0 =A0java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.InetAddressTest.test_isReachableL= java_net_NetworkInterfaceII_loopbackInterface >> =A0 =A0java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.InterfaceAddressTest.test_hashCod= e >> =A0 =A0java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.InterfaceAddressTest.test_equals_= LObject >> =A0 =A0java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.InterfaceAddressTest.test_toStrin= g >> =A0 =A0java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.InterfaceAddressTest.test_getAddr= ess >> =A0 =A0java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.InterfaceAddressTest.test_getBroa= dcast >> =A0 =A0java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.InterfaceAddressTest.test_getNetw= orkPrefixLength >> =A0 =A0java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.MulticastSocketTest.test_joinGrou= pLjava_net_SocketAddressLjava_net_NetworkInterface >> =A0 =A0 java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.MulticastSocketTest.test_leaveGro= upLjava_net_SocketAddressLjava_net_NetworkInterface >> =A0 =A0java.lang.NullPointerException >> org.apache.harmony.luni.tests.java.net.WinNetworkInterfaceTest.test_isRe= achableLjava_net_NetworkInterfaceII_loopbackInterface >> =A0 =A0java.lang.NullPointerException >> >> >> >> I think the test failures of network interface related to JIRA6369 >> which means there are bugs in our portlib code on windows platform. >> And the test case start with"*" =A0sucess when I ran it standalone. >> >> > --=20 Tony Wu China Software Development Lab, IBM