Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time

2019-11-13 Thread Tao Xu
On 11/14/2019 6:06 AM, Eduardo Habkost wrote: On Wed, Nov 13, 2019 at 09:01:29AM +0800, Tao Xu wrote: On 11/13/2019 4:15 AM, Eduardo Habkost wrote: On Fri, Nov 08, 2019 at 09:05:52AM +0100, Markus Armbruster wrote: Tao Xu writes: On 11/7/2019 9:31 PM, Eduardo Habkost wrote: On Thu, Nov 07,

Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time

2019-11-13 Thread Eduardo Habkost
On Wed, Nov 13, 2019 at 09:01:29AM +0800, Tao Xu wrote: > On 11/13/2019 4:15 AM, Eduardo Habkost wrote: > > On Fri, Nov 08, 2019 at 09:05:52AM +0100, Markus Armbruster wrote: > > > Tao Xu writes: > > > > > > > On 11/7/2019 9:31 PM, Eduardo Habkost wrote: > > > > > On Thu, Nov 07, 2019 at 02:24:52

Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time

2019-11-12 Thread Tao Xu
On 11/13/2019 4:15 AM, Eduardo Habkost wrote: On Fri, Nov 08, 2019 at 09:05:52AM +0100, Markus Armbruster wrote: Tao Xu writes: On 11/7/2019 9:31 PM, Eduardo Habkost wrote: On Thu, Nov 07, 2019 at 02:24:52PM +0800, Tao Xu wrote: On 11/7/2019 4:53 AM, Eduardo Habkost wrote: On Mon, Oct 28,

Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time

2019-11-12 Thread Eduardo Habkost
On Fri, Nov 08, 2019 at 09:05:52AM +0100, Markus Armbruster wrote: > Tao Xu writes: > > > On 11/7/2019 9:31 PM, Eduardo Habkost wrote: > >> On Thu, Nov 07, 2019 at 02:24:52PM +0800, Tao Xu wrote: > >>> On 11/7/2019 4:53 AM, Eduardo Habkost wrote: > On Mon, Oct 28, 2019 at 03:52:12PM +0800, T

Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time

2019-11-11 Thread Igor Mammedov
On Mon, 11 Nov 2019 11:12:28 +0800 Tao Xu wrote: > On 11/8/2019 4:41 PM, Igor Mammedov wrote: > > On Fri, 08 Nov 2019 09:05:52 +0100 > > Markus Armbruster wrote: > > > >> Tao Xu writes: > >> > >>> On 11/7/2019 9:31 PM, Eduardo Habkost wrote: > On Thu, Nov 07, 2019 at 02:24:52PM +080

Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time

2019-11-10 Thread Tao Xu
On 11/8/2019 4:41 PM, Igor Mammedov wrote: On Fri, 08 Nov 2019 09:05:52 +0100 Markus Armbruster wrote: Tao Xu writes: On 11/7/2019 9:31 PM, Eduardo Habkost wrote: On Thu, Nov 07, 2019 at 02:24:52PM +0800, Tao Xu wrote: On 11/7/2019 4:53 AM, Eduardo Habkost wrote: On Mon, Oct 28, 2019 at

Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time

2019-11-08 Thread Igor Mammedov
On Fri, 08 Nov 2019 09:05:52 +0100 Markus Armbruster wrote: > Tao Xu writes: > > > On 11/7/2019 9:31 PM, Eduardo Habkost wrote: > >> On Thu, Nov 07, 2019 at 02:24:52PM +0800, Tao Xu wrote: > >>> On 11/7/2019 4:53 AM, Eduardo Habkost wrote: > On Mon, Oct 28, 2019 at 03:52:12PM +0800,

Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time

2019-11-08 Thread Markus Armbruster
Tao Xu writes: > On 11/7/2019 9:31 PM, Eduardo Habkost wrote: >> On Thu, Nov 07, 2019 at 02:24:52PM +0800, Tao Xu wrote: >>> On 11/7/2019 4:53 AM, Eduardo Habkost wrote: On Mon, Oct 28, 2019 at 03:52:12PM +0800, Tao Xu wrote: > Add tests for time input such as zero, around limit of preci

Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time

2019-11-07 Thread Tao Xu
On 11/7/2019 9:31 PM, Eduardo Habkost wrote: On Thu, Nov 07, 2019 at 02:24:52PM +0800, Tao Xu wrote: On 11/7/2019 4:53 AM, Eduardo Habkost wrote: On Mon, Oct 28, 2019 at 03:52:12PM +0800, Tao Xu wrote: Add tests for time input such as zero, around limit of precision, signed upper limit, actual

Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time

2019-11-07 Thread Eduardo Habkost
On Thu, Nov 07, 2019 at 02:24:52PM +0800, Tao Xu wrote: > On 11/7/2019 4:53 AM, Eduardo Habkost wrote: > > On Mon, Oct 28, 2019 at 03:52:12PM +0800, Tao Xu wrote: > > > Add tests for time input such as zero, around limit of precision, > > > signed upper limit, actual upper limit, beyond limits, tim

Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time

2019-11-06 Thread Tao Xu
On 11/7/2019 4:53 AM, Eduardo Habkost wrote: On Mon, Oct 28, 2019 at 03:52:12PM +0800, Tao Xu wrote: Add tests for time input such as zero, around limit of precision, signed upper limit, actual upper limit, beyond limits, time suffixes, and etc. Signed-off-by: Tao Xu --- [...] +/* Close

Re: [PATCH v14 03/11] tests: Add test for QAPI builtin type time

2019-11-06 Thread Eduardo Habkost
On Mon, Oct 28, 2019 at 03:52:12PM +0800, Tao Xu wrote: > Add tests for time input such as zero, around limit of precision, > signed upper limit, actual upper limit, beyond limits, time suffixes, > and etc. > > Signed-off-by: Tao Xu > --- [...] > +/* Close to signed upper limit 0x7fff

[PATCH v14 03/11] tests: Add test for QAPI builtin type time

2019-10-28 Thread Tao Xu
Add tests for time input such as zero, around limit of precision, signed upper limit, actual upper limit, beyond limits, time suffixes, and etc. Signed-off-by: Tao Xu --- Changes in v14: - Drop time unit picosecond (Eric) --- tests/test-keyval.c| 122