X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=tK2Lhvaj+DRwkEGy +rFMfq+rvnkfW0Z/PXnzhVEVOFsBnu85DXK1/3qYCxY8Wi9ZKVKrgoio1v2Pu4in /3N8SLgrNjj0Gvt6OSCJxidBX6zfAQWKMtoQ2DxeURGSTU6axWis+5dM7ZnHZ8Za N3Ajboasnrbudr2nW0/FDxtstsg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=1kX6T9Jf0EPkMee3+QDQJ/ fOD9A=; b=AoR6W/glCmNCqrFC+nNu2pHCPIkKySApNuxVs4rp4UwdI99dbwvkOq N68OjGicL+kEVQrAj3tLOaDm4F/m+feGrY3/JtDBYm3UBxHPQNxeIKPeJnKiHuDp hLJltGguOrPiRNZxdv+poTr3Af/UktQve6ch++drnXPcYgvZ8Erhg= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=0.4 required=5.0 tests=BAYES_00,FOREIGN_BODY,FREEMAIL_FROM,GIT_PATCH_2,KAM_ASCII_DIVIDERS,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=avast, Avast, geprft, gepr=c3=bcft?= X-HELO: mail-wm0-f51.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=mp3oIt5i3LUguvGPGh3dZh6XXghIli6VWHcKAZkD4Og=; b=nj73k9mg183DFOVNEykuauD3C9QCk/f0DUVo2ZkBrAQe7sBis+cvTMicylY8mKoStK 0Grxmw4SuTND6MULj38f+EYl7IUJr7zvHV7BZA3df19tPGzzVW6TQJaxgaSX9wYWHdlo HvEqna1EnQ5cjQycI3ES2BspSdcDHY67Swl0PX+0BW/uXr4xD3zTDSiWwFv6AHe9UnN6 L/Mxu95/Foa3h7TPAlF6D4zHNj/RdWCscoqSnVu2jzyt81MRFV4AW5utCzwG9kEqVBrH RuMDiyn9qzSsuYNwB4S7YQbQFZhc4yI20B9zxCrCzW72iGYWRcjM/HlIC34bNvu61oyf gdXQ== Subject: Re: [ANNOUNCEMENT] TEST RELEASE: Cygwin 2.11.0-0.1 To: cygwin AT cygwin DOT com References: From: Marco Atzeri Message-ID: <33525860-8acf-21fc-e4c6-1c62aa5bfac2@gmail.com> Date: Fri, 10 Aug 2018 18:00:53 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id w7AG1AuG020098 Am 09.08.2018 um 22:26 schrieb Corinna Vinschen: > Hi folks, > > > I uploaded a new Cygwin test release 2.11.0-0.1 > > I'm planning for a release end of August. Please test. > > ======================================================================= > > What's new: > ----------- > > - New APIs: clearenv, pthread_tryjoin_np, pthread_timedjoin_np, > sched_getcpu. > > - New APIs: aio_cancel, aio_error, aio_fsync, aio_read, aio_return, > aio_suspend, aio_write, lio_listio. > New header: . > > > What changed: > ------------- > > - SO_RCVTIMEO and SO_SNDTIMEO socket options are now honored. > > - /proc/cpuinfo now reports L3 cache size on Intel CPUs. > > > Bug Fixes > --------- > > - Fix utils path handling in case cygdrive path is just '/'. > Addresses: https://cygwin.com/ml/cygwin/2018-02/msg00174.html > > - Fix a potential SIGFPE in strtod, if FE_INVALID exceptions are > enabled. > Addresses: https://cygwin.com/ml/cygwin/2018-04/msg00055.html > > - Fix a CPU affinity problem when creating /proc/cpuinfo output. > Addresses: https://cygwin.com/ml/cygwin/2018-04/msg00118.html > > - Fix a buffer underrun problem in Win32 path normalization. > Addresses: https://cygwin.com/ml/cygwin/2018-05//msg00017.html > > - Fix a stack alignment problem which may lead to spurious crashes after > fork. > Addresses: https://cygwin.com/ml/cygwin-patches/2018-q2/msg00016.html > > - Fix a g++ compilation problem with -std=c++14 or -std=c++17. > Addresses: https://cygwin.com/ml/cygwin/2018-05/msg00316.html > > - Fix FPE flag handling for division by zero conditions > Addresses: https://cygwin.com/ml/cygwin/2018-06/msg00281.html > > - Fix Unicode table. > Addresses: https://cygwin.com/ml/cygwin/2018-06/msg00248.html > > - Handle a non-standard return value from some tape drives to > report a "no-media" error. > Addresses: https://cygwin.com/ml/cygwin/2018-06/msg00245.html > > - Fix duration handling in sigtimedwait > Addresses: https://cygwin.com/ml/cygwin-patches/2018-q3/msg00018.html > > - Make FP environment symbols available on x86_64. > Addresses: https://cygwin.com/ml/cygwin/2018-07/msg00183.html > > - Fix fegetenv behaviour. > Addresses: https://cygwin.com/ml/cygwin/2018-08/msg00000.html > > ======================================================================= > > > Have fun, > Corinna > testing libuv, I see a large number of new failures not ok 217 - tcp6_ping_pong # timeout # Output from process `tcp6_ping_pong`: (no output) # PING not ok 218 - tcp6_ping_pong_vec # timeout # Output from process `tcp6_ping_pong_vec`: (no output) # PING not ok 219 - tcp_alloc_cb_fail # timeout # Output from process `tcp_alloc_cb_fail`: (no output) not ok 234 - tcp_close_accept # timeout # Output from process `tcp_close_accept`: (no output) not ok 235 - tcp_close_while_connecting # timeout # Output from process `tcp_close_while_connecting`: (no output) not ok 238 - tcp_connect_timeout # timeout # Output from process `tcp_connect_timeout`: (no out not ok 245 - tcp_oob # timeout # Output from process `tcp_oob`: (no output) not ok 246 - tcp_open # timeout # Output from process `tcp_open`: (no output) not ok 248 - tcp_open_connected # timeout # Output from process `tcp_open_connected`: (no output) not ok 250 - tcp_ping_pong # timeout # Output from process `tcp_ping_pong`: (no output) # PING not ok 251 - tcp_ping_pong_vec # timeout # Output from process `tcp_ping_pong_vec`: (no output) # PING not ok 259 - tcp_try_write # timeout # Output from process `tcp_try_write`: (no output) not ok 260 - tcp_unexpected_read # timeout # Output from process `tcp_unexpected_read`: (no output) not ok 263 - tcp_write_queue_order # timeout # Output from process `tcp_write_queue_order`: (no output) not ok 264 - tcp_write_to_half_open_connection # timeout # Output from process `tcp_write_to_half_open_connection`: (no output) not ok 265 - tcp_writealot # timeout # Output from process `tcp_writealot`: (no output) --- Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft. https://www.avast.com/antivirus -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple