From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <3FBBD706.9020503@users.sourceforge.net> Date: Wed, 19 Nov 2003 23:48:06 +0300 From: Ildar Mulyukov User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.4) Gecko/20031103 X-Accept-Language: tt, ru, en-us MIME-Version: 1.0 To: sisyphus@altlinux.ru Subject: Re: [sisyphus] =?KOI8-R?Q?=EB=D2=C9=D7=C1=D1_=D3=C2=CF=D2=CB=C1?= =?KOI8-R?Q?_mono?= References: <3FB36D4C.4040606@users.sourceforge.net> In-Reply-To: <3FB36D4C.4040606@users.sourceforge.net> X-Enigmail-Version: 0.76.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: multipart/mixed; boundary="------------010807090102020506020801" X-Spam-Status: No, hits=-4.9 required=7.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on ns.comptek.ru Cc: tibor@altlinux.ru X-BeenThere: sisyphus@altlinux.ru X-Mailman-Version: 2.1.3 Precedence: list Reply-To: sisyphus@altlinux.ru List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2003 20:46:28 -0000 Archived-At: List-Archive: This is a multi-part message in MIME format. --------------010807090102020506020801 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit Для информации -- Ildar Mulyukov, free SW designer/programmer ================================================ email: ildar@users.sourceforge.net projects: http://os-development.sourceforge.net/ home: http://tuganger.narod.ru/ ALT Linux Sisyphus (20030721) ================================================ --------------010807090102020506020801 Content-Type: message/rfc822; name="=?KOI8-R?Q?=F7=CC=CF=D6=C5=CE=CE=CF=C5_=D3=CF=CF=C2=DD=C5=CE=C9=C5?=" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="=?KOI8-R?Q?=F7=CC=CF=D6=C5=CE=CE=CF=C5_=D3=CF=CF=C2=DD=C5=CE=C9=C5?=" Return-Path: Received: from ns.comptek.ru (ns.comptek.ru [213.180.193.2]) by m4.comptek.ru (8.12.6/8.12.6) with ESMTP id hAJKQh55001286 for ; Wed, 19 Nov 2003 23:26:43 +0300 (MSK) (envelope-from miguel@ximian.com) Received: from sc8-sf-mx2.sourceforge.net (lists.sourceforge.net [66.35.250.206]) by ns.comptek.ru (8.12.9/8.12.8) with ESMTP id hAJKQNb0076252 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 19 Nov 2003 23:26:38 +0300 (MSK) (envelope-from miguel@ximian.com) Received: from peabody.ximian.com ([141.154.95.10]) by sc8-sf-mx2.sourceforge.net with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AMYu6-0001sA-Qr for ildar@users.sourceforge.net; Wed, 19 Nov 2003 12:26:23 -0800 Received: (qmail 10884 invoked from network); 19 Nov 2003 20:26:12 -0000 Received: from peabody.ximian.com (HELO localhost.localdomain) (141.154.95.10) by peabody.ximian.com with SMTP; 19 Nov 2003 20:26:12 -0000 Received: by localhost.localdomain (Postfix, from userid 500) id AE64C438248; Wed, 19 Nov 2003 12:27:32 -0500 (EST) Subject: Re: [Mono-list] Mono status: mono/tests From: Miguel de Icaza To: Ildar Mulyukov Cc: mono-list@lists.ximian.com In-Reply-To: <3FBB66E7.7050100@users.sourceforge.net> References: <3FBB66E7.7050100@users.sourceforge.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1069262851.5037.216.camel@erandi.boston.ximian.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 19 Nov 2003 12:27:32 -0500 X-Spam-Score: 0.0 (/) X-Spam-Status: No, hits=-4.9 required=7.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on ns.comptek.ru Hello, > But the problem here: I was unable to find an information, which tests > should the mono+mcs pass and which lead to failure. Of course, when mono > becomes 1.0, all of the tests [hopefully] will work just fine. But now - > can anyone give this information to me? The JIT (mono/mono/tests) and Compiler (mcs/tests) should all pass with the proper targets. In mcs/tests, use `make test-compiler-jit'. In mono/mono/tests use `make test' > mcs --unsafe -nowarn:0162 -out:pinvoke1.exe pinvoke1.cs > > ** (/usr/bin/mcs.exe:30678): WARNING **: cant resolve internal call to > "Test::MyClone()" (tested without signature also) That is ok, it is just a warning. Miguel --------------010807090102020506020801--