X-Original-To: alpine-aports@lists.alpinelinux.org Received: from fx.arvanta.net (static-213-198-238-194.adsl.eunet.rs [213.198.238.194]) by lists.alpinelinux.org (Postfix) with ESMTP id 4A763F85576 for ; Tue, 4 Jun 2019 21:56:37 +0000 (UTC) Received: from arya.arvanta.net (arya.arvanta.net [10.5.1.6]) by fx.arvanta.net (Postfix) with ESMTP id 35BFA5770; Tue, 4 Jun 2019 23:56:37 +0200 (CEST) Date: Tue, 4 Jun 2019 23:56:37 +0200 From: Milan =?utf-8?Q?P=2E_Stani=C4=87?= To: Marian Buschsieweke Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] testing/tinycbor: New aport Message-ID: <20190604215637.GA15027@arya.arvanta.net> References: <20190502144242.3839-1-marian.buschsieweke@ovgu.de> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190502144242.3839-1-marian.buschsieweke@ovgu.de> User-Agent: Mutt/1.12.0 (2019-05-25) Hi, On Thu, 2019-05-02 at 16:42, Marian Buschsieweke wrote: > Concise Binary Object Representation (CBOR) Library > https://github.com/intel/tinycbor I'm not sure if these two lines above are needed in git commit message. Build failed in test. Here is relevant part: --- PASS : tst_ToJson::maps(2.f^64-epsilon) PASS : tst_ToJson::maps(2.^64-epsilon) FAIL! : tst_ToJson::maps(2.f^64) Compared values are not the same Actual (decoded) : "{\"Hello\":18446744073709551615}" Expected (expected): "{\"Hello\":1.8446744073709552e+19}" Loc: [tst_tojson.cpp(225)] FAIL! : tst_ToJson::maps(2.^64) Compared values are not the same Actual (decoded) : "{\"Hello\":18446744073709551615}" Expected (expected): "{\"Hello\":1.8446744073709552e+19}" Loc: [tst_tojson.cpp(225)] PASS : tst_ToJson::maps(nan_f16) --- -- Regards --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---