This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: patch with larger errors for "float"
- From: Szabolcs Nagy <Szabolcs dot Nagy at arm dot com>
- To: Carlos O'Donell <codonell at redhat dot com>, paul zimmermann <Paul dot Zimmermann at inria dot fr>
- Cc: nd <nd at arm dot com>, "libc-alpha at sourceware dot org" <libc-alpha at sourceware dot org>
- Date: Wed, 22 Jan 2020 16:14:43 +0000
- Subject: Re: patch with larger errors for "float"
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=7sygbt7hWcdN35EfHDU6bZCE04j9dMuPAh0vmuthi/E=; b=N4AT6aZIJda0y4GOXob7AgcoV9Wu69lZ3QnlhD1R8zmfeALSzDyPIVPjrYVR/7wKA7h+FUcPcWmVVzwBA6o+cHpPz7PwbBHK3FXO1JdMgwrMaZeMt9DofMVmRjpP/YShJnmIFcr7XB2QJzbdK0A1Ijuv8vPMKeoKXBTzXX3ek3/At3FvBTac4eBZXfzCDx2UKSn0NDOqD7QnGS3r+8W5JTxGa25tsWHz6d89NpTEignZjJIUaPJUG6w1adF8BPd1j4Rn53mOJoI7GbxNiY/0FL8cdpdeLx6hDaIbfW2SVj+KwGWoINQ4eSHmbJQO8oAsbBi6tCC/AjhXJTxDtng3lg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ezveqQOWmDYxvbXUlwXqJmkexciy0CRkD39/TR7IQzH3vA6ocr7v4/ti6AAo4DB9yXpzHoi8Q0aTwm7knt3bv/3ajGyIMKGUNRTWbKeMeRtFntHuNloG4rpxI4AhXH6Oxo3oj+5S3pzajqg8h6ZDtPxFgqMKPk/q9lTkwZJXv1RWtaGbLQ8BNKRSTnq0a1dq+bgem8shtxJVYGGTCoy29XwjheYGmMEU6DlVeCXD/24fccQOUSBlTjpFjIes2goK8cUPbwjU8py9GQTcsfXAD5m+2Xa37zLtzTJYgPjCzT0H0BFfIzNilbHN4dUJE2W1lly2yUVbsm06ImewwkIdqw==
- Original-authentication-results: spf=none (sender IP is ) smtp.mailfrom=Szabolcs dot Nagy at arm dot com;
- References: <mw4kwqmfye.fsf@tomate.loria.fr> <4ae44c35-8a10-c6fc-d95c-f485980bf440@redhat.com> <mwk15mhzd8.fsf@tomate.loria.fr> <b3a025a1-fba3-c164-4e88-d146db756a50@redhat.com> <mw36c890n3.fsf@tomate.loria.fr> <383b5507-8357-75f3-d024-411753026d46@redhat.com> <mwlfpzhlmm.fsf@tomate.loria.fr> <b82c1eab-5aca-be85-71dd-7fc2a6d7c27b@redhat.com>
On 22/01/2020 16:09, Carlos O'Donell wrote:
> On 1/22/20 4:43 AM, paul zimmermann wrote:
>> I get for example:
>>
>> FAIL: debug/tst-backtrace2
>> FAIL: debug/tst-backtrace3
>> FAIL: debug/tst-backtrace4
>> FAIL: debug/tst-backtrace5
>> FAIL: debug/tst-backtrace6
>> FAIL: dlfcn/bug-atexit3
>> ...
>> FAIL: stdlib/tst-thread-quick_exit
>>
>> Is there a file where all failures are written?
>
> Yes, every release has lists: https://sourceware.org/glibc/wiki/Release/2.30
>
> You should not have that many failures. This looks like an environment issue.
>
> Can you please post the full test results?
>
> Starting with the tst-backtrace*, what do the *.out files say?
that is usually missing libgcc_s.so.1 in the glibc
build directory (or any directory the test system
adds to the library path)
thread-quick_exit is probably similarly a missing
libstdc++.so.6