Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 46678 invoked from network); 24 Jan 2007 09:54:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Jan 2007 09:54:17 -0000 Received: (qmail 56756 invoked by uid 500); 24 Jan 2007 09:54:20 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 56720 invoked by uid 500); 24 Jan 2007 09:54:20 -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 56706 invoked by uid 99); 24 Jan 2007 09:54:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jan 2007 01:54:20 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of ivavladimir@gmail.com designates 64.233.184.230 as permitted sender) Received: from [64.233.184.230] (HELO wr-out-0506.google.com) (64.233.184.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Jan 2007 01:54:11 -0800 Received: by wr-out-0506.google.com with SMTP id 57so71524wri for ; Wed, 24 Jan 2007 01:53:50 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=KdaHSHkYOvFy9856V95CclTgxbBRazrzLyNbE7RELDHwbqvHUd6ldiFLb/5f+AEPhB4Txj5lDIbznLigoZQUIqq5pAeKN02Xt2DdCYAGwh99JMgN4YlGBg+IVniCFcRzcQOFW7W2bP0mhWVVwxxW6TKRbg1Nc7U1KoWNjx9hCIE= Received: by 10.78.150.7 with SMTP id x7mr445669hud.1169632429343; Wed, 24 Jan 2007 01:53:49 -0800 (PST) Received: by 10.78.200.18 with HTTP; Wed, 24 Jan 2007 01:53:49 -0800 (PST) Message-ID: <7273946b0701240153t19d1e6dar529cf1a496180e40@mail.gmail.com> Date: Wed, 24 Jan 2007 15:53:49 +0600 From: "Vladimir Ivanov" To: "Mark Hindess" Subject: Re: [classlib][portlib] the portlib tests failed to compile on Windows platform Cc: dev@harmony.apache.org In-Reply-To: <200701240701.l0O7199Q008927@d06av02.portsmouth.uk.ibm.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_1403_25428520.1169632429309" References: <7273946b0701232124n6c96848ejebb194249ce52d2@mail.gmail.com> <200701240701.l0O7199Q008927@d06av02.portsmouth.uk.ibm.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_1403_25428520.1169632429309 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Thanks Mark, now these tests compiled on windows platform but one of them failed: -run-native-tests: [mkdir] Created dir: C:\harmony.top\classlib\trunk\build\test_report [echo] init: passed [echo] hyerror: passed [echo] hytime: passed [exec] Result: 1 [echo] hyfile: FAILED Also these tests continue to hang up on x86_64 platform. May be special key (-Drun.native.tests=true) will be useful for the time of development infrustructure for first native tests? thanks, Vladimir On 1/24/07, Mark Hindess wrote: > > > I didn't think they should even be compiled on windows. Perhaps those > conditions on the "-test-module" don't work as I expected when both > if and unless are present. > > -Mark. > > On 24 January 2007 at 11:24, "Vladimir Ivanov" > wrote: > > > > Today the comilation of native portlib tests failed on windows with > message: > > > > [exec] -compile-native-tests: > > [exec] [exec] link /NOLOGO /INCREMENTAL:NO /NOLOGO > > -subsystem:console,4.0 -subsystem:console /debug /opt:icf /opt:ref > > -out:../init.exe -mac > > hine:i386 setargv.obj ..\shared\init.obj > > C:\cruise\trunk\cc\projects\classlib\trunk\deploy\lib\hycommon.lib > > C:\cruise\trunk\cc\projects\classlib\trunk\deploy > > \lib\hyprt.lib > > C:\cruise\trunk\cc\projects\classlib\trunk\deploy\lib\hythr.lib > kernel32.lib > > wsock32.lib advapi32.lib > > [exec] [exec] link /NOLOGO /INCREMENTAL:NO /NOLOGO > > -subsystem:console,4.0 -subsystem:console /debug /opt:icf /opt:ref > > -out:../hyerror.exe - > > machine:i386 setargv.obj ..\shared\hyerror.obj > > C:\cruise\trunk\cc\projects\classlib\trunk\deploy\lib\hycommon.lib > > C:\cruise\trunk\cc\projects\classlib\trunk\ > > deploy\lib\hyprt.lib > > C:\cruise\trunk\cc\projects\classlib\trunk\deploy\lib\hythr.lib > kernel32.lib > > wsock32.lib advapi32.lib > > [exec] [exec] link /NOLOGO /INCREMENTAL:NO /NOLOGO > > -subsystem:console,4.0 -subsystem:console /debug /opt:icf /opt:ref > > -out:../hytime.exe -m > > achine:i386 setargv.obj ..\shared\hytime.obj > > C:\cruise\trunk\cc\projects\classlib\trunk\deploy\lib\hycommon.lib > > C:\cruise\trunk\cc\projects\classlib\trunk\de > > ploy\lib\hyprt.lib > > C:\cruise\trunk\cc\projects\classlib\trunk\deploy\lib\hythr.lib > kernel32.lib > > wsock32.lib advapi32.lib > > [exec] [exec] cl -c -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl > > -nologo -FIsehmap.h -D_X86_=1 -DWIN32 -D_WIN32 -W3 -D_WIN95 > > -D_WIN32_WINDOWS=0x0400 /D_ > > WIN32_DCOM -D_WIN32_IE=0x0500 -DWINVER=0x0400 -Zi -Od -WX -GF -Gs -MD > > -Zm400 -D_DLL -D_MT -D_WINSOCKAPI_ > > /IC:\cruise\trunk\cc\projects\classlib\trunk\deploy\i > > nclude /IC:\cruise\trunk\cc\projects\classlib\trunk\deploy\jdk\include > /I. > > /I..\shared\ -Fo..\shared\hyfile.obj ..\shared\hyfile.c > > [exec] [exec] hyfile.c > > [exec] [exec] ..\shared\hyfile.c(96) : error C2220: warning > > treated as error - no object file generated > > [exec] [exec] ..\shared\hyfile.c(96) : warning C4244: '=' : > > conversion from 'I_64' to 'IDATA', possible loss of data > > [exec] [exec] ..\shared\hyfile.c(112) : warning C4013: > 'strcmp' > > undefined; assuming extern returning int > > [exec] [exec] NMAKE : fatal error U1077: 'cl' : return code > '0x2' > > [exec] [exec] Stop. > > > > Thanks, Vladimir > > > > ------=_Part_13949_17374911.1169616245988-- > > > > > ------=_Part_1403_25428520.1169632429309--